rultor.com logo This build log was produced by rultor.com for jcabi/jcabi-mysql-maven-plugin#74
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 29986
+ echo '1.57.3 49955f5'
1.57.3 49955f5
+ date
Sun Sep 13 11:36:57 UTC 2015
+ uptime
 11:36:57 up 10 days, 23:59,  1 user,  load average: 15.40, 8.67, 5.91
+ fork=git@github.com:diorcety/jcabi-mysql-maven-plugin.git
+ fork_branch=destroy_fix
+ head=git@github.com:jcabi/jcabi-mysql-maven-plugin.git
+ head_branch=master
+ pull_id=74
+ pull_title='Fix hanging files at instance destroy'
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=fork=git@github.com:diorcety/jcabi-mysql-maven-plugin.git' '--env=fork_branch=destroy_fix' '--env=head=git@github.com:jcabi/jcabi-mysql-maven-plugin.git' '--env=head_branch=master' '--env=pull_id=74' '--env=pull_title=Fix hanging files at instance destroy')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo apt-get install -y libaio1 libaio-dev' ';' 'sudo apt-get install -y libc6-i386' ';' 'sudo gem install pdd' ';' 'mvn clean install -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=jcabi_jcabi-mysql-maven-plugin_74
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:jcabi/jcabi-mysql-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo apt-get install -y libaio1 libaio-dev' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo apt-get install -y libaio1 libaio-dev' ';' 'sudo apt-get install -y libc6-i386' ';' 'sudo gem install pdd' ';' 'mvn clean install -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';'
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:diorcety/jcabi-mysql-maven-plugin.git
+ git remote update
Fetching origin
Fetching fork
From github.com:diorcety/jcabi-mysql-maven-plugin
 * [new branch]      destroy_fix -> fork/destroy_fix
 * [new branch]      gh-pages   -> fork/gh-pages
 * [new branch]      master     -> fork/master
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout fork/destroy_fix
Note: checking out 'fork/destroy_fix'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at fb74c72... Fix hanging files at instance destroy
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ git checkout master
Switched to branch 'master'
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Merge made by the 'recursive' strategy.
 src/main/java/com/jcabi/mysql/maven/plugin/Instances.java | 5 +++++
 1 file changed, 5 insertions(+)
+ docker_when_possible
+ true
++ uptime
++ tail -n 1
+ load=5.91
++ echo 5.91 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 5.91, low enough to run a new Docker container'
load average is 5.91, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Trying to pull repository docker.io/yegor256/rultor ...
660ed2204c73: Pulling image (latest) from docker.io/yegor256/rultor
660ed2204c73: Pulling image (latest) from docker.io/yegor256/rultor, endpoint: https://registry-1.docker.io/v1/
660ed2204c73: Pulling dependent layers
d3a1f33e8a5a: Download complete
c22013c84729: Download complete
d74508fb6632: Download complete
91e54dfb1179: Download complete
bdb2aff1ae3a: Download complete
88b93d12e599: Download complete
dc6bdff8208c: Download complete
c8917adece85: Download complete
51579be74afe: Download complete
f1a04d12544e: Download complete
e26006081cdc: Download complete
f14fe086dae5: Download complete
8b3bb9cb7797: Download complete
8654940adad0: Download complete
27e0e3c53320: Download complete
b103545bdc97: Download complete
f8b83a5c7981: Download complete
78cd25e77ac1: Download complete
c21ca86262f9: Download complete
c712cfb83628: Download complete
0936eb3cdbc2: Download complete
b956bd58e153: Download complete
d25f30bad674: Download complete
57514add350f: Download complete
4776032ba136: Download complete
62456dedfdc2: Download complete
6c09d0dde1b2: Download complete
ce3b8590f661: Download complete
df83681b1d05: Download complete
486cddac3647: Download complete
fcd114db2513: Download complete
e39341bd23e4: Download complete
2e4062d0a0c1: Download complete
6ce393c54363: Download complete
009f76419ffa: Download complete
f6c8968e3459: Download complete
5b7879138512: Download complete
64f0018693f8: Download complete
1e36888b0a6c: Download complete
406c39d72978: Download complete
e87ba1f11955: Download complete
660ed2204c73: Download complete
660ed2204c73: Download complete
Status: Image is up to date for docker.io/yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi-mysql-maven-plugin_74\s*$'
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-trz6:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=fork=git@github.com:diorcety/jcabi-mysql-maven-plugin.git --env=fork_branch=destroy_fix --env=head=git@github.com:jcabi/jcabi-mysql-maven-plugin.git --env=head_branch=master --env=pull_id=74 '--env=pull_title=Fix hanging files at instance destroy' --privileged=true --hostname=docker --memory=6g --cidfile=/tmp/rultor-trz6/cid -w=/main --name=jcabi_jcabi-mysql-maven-plugin_74 yegor256/rultor /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.gem /root/.java /root/.m2 /root/.profile /home/r
+ cp -R ./cid ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./s3cfg ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ sudo apt-get install -y libaio1 libaio-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  libaio-dev libaio1
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
Need to get 20.2 kB of archives.
After this operation, 141 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libaio-dev amd64 0.3.109-4 [13.8 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Fetched 20.2 kB in 0s (77.0 kB/s)
Selecting previously unselected package libaio1:amd64.
(Reading database ... 43218 files and directories currently installed.)
Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ...
Unpacking libaio1:amd64 (0.3.109-4) ...
Selecting previously unselected package libaio-dev.
Preparing to unpack .../libaio-dev_0.3.109-4_amd64.deb ...
Unpacking libaio-dev (0.3.109-4) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libaio1:amd64 (0.3.109-4) ...
Setting up libaio-dev (0.3.109-4) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
+ sudo apt-get install -y libc6-i386
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  libc6-i386
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 2,206 kB of archives.
After this operation, 9,860 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-i386 amd64 2.19-0ubuntu6.6 [2,206 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Fetched 2,206 kB in 1s (1,407 kB/s)
Selecting previously unselected package libc6-i386.
(Reading database ... 43240 files and directories currently installed.)
Preparing to unpack .../libc6-i386_2.19-0ubuntu6.6_amd64.deb ...
Unpacking libc6-i386 (2.19-0ubuntu6.6) ...
Setting up libc6-i386 (2.19-0ubuntu6.6) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
+ sudo gem install pdd
Building native extensions.  This could take a while...
Building native extensions.  This could take a while...

ruby-filemagic-0.6.1 [2014-08-19]:

* Account for options passed to FileMagic.fm (issue #7 reported by Adam
  Wróbel).

Successfully installed nokogiri-1.6.5
Successfully installed ruby-filemagic-0.6.1
Successfully installed slop-3.6.0
Successfully installed rake-10.4.2
Successfully installed pdd-0.15
5 gems installed
Installing ri documentation for nokogiri-1.6.5...
Installing ri documentation for ruby-filemagic-0.6.1...
Installing ri documentation for slop-3.6.0...
Installing ri documentation for rake-10.4.2...
Installing ri documentation for pdd-0.15...
Installing RDoc documentation for nokogiri-1.6.5...
Installing RDoc documentation for ruby-filemagic-0.6.1...
Installing RDoc documentation for slop-3.6.0...
Installing RDoc documentation for rake-10.4.2...
Installing RDoc documentation for pdd-0.15...
+ mvn clean install -Pqulice --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.18/jcabi-1.18.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.18/jcabi-1.18.pom (7 KB at 31.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom (74 KB at 1200.7 KB/sec)
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-mysql-maven-plugin 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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/com/jcabi/jcabi-mysql-maven-plugin/0.1/jcabi-mysql-maven-plugin-0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.1/jcabi-mysql-maven-plugin-0.1.pom (12 KB at 177.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.10.2/parent-0.10.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.10.2/parent-0.10.2.pom (65 KB at 1286.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.1/jcabi-mysql-maven-plugin-0.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.1/jcabi-mysql-maven-plugin-0.1.jar (14 KB at 386.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom (12 KB at 356.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 277.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar (46 KB at 1293.6 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 322.5 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 1633.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom (6 KB at 184.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom (17 KB at 482.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar (37 KB at 1095.4 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 528.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 3252.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/mysql/mysql-connector-java/5.1.33/mysql-connector-java-5.1.33.pom
Downloading: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.33/mysql-connector-java-5.1.33.pom
Downloaded: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.33/mysql-connector-java-5.1.33.pom (2 KB at 38.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.12.1/jcabi-jdbc-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.12.1/jcabi-jdbc-0.12.1.pom (17 KB at 380.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom (10 KB at 263.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.18.1/parent-0.18.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.18.1/parent-0.18.1.pom (76 KB at 1449.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.pom (8 KB at 222.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.pom (5 KB at 142.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.pom (2 KB at 29.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.pom (2 KB at 45.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom (13 KB at 459.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom (34 KB at 1140.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom
Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom (6 KB at 242.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/15/jboss-parent-15.pom
Downloading: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom (31 KB at 879.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom (7 KB at 173.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 KB at 866.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/37/commons-parent-37.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom (62 KB at 1368.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom (24 KB at 624.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom (2 KB at 32.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/mysql/mysql-connector-java/5.1.33/mysql-connector-java-5.1.33.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.12.1/jcabi-jdbc-0.12.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.12.1/jcabi-jdbc-0.12.1.jar (37 KB at 259.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar (115 KB at 956.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar
Downloaded:4https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar (80 KB at 414.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar (45 KB at 243.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar
Downloaded:9https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar (62 KB at 454.8 KB/sec)
Downloading:9https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar
Downloading:9https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (192 KB at 959.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 KB at 360.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Downloading:1https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.jar (1325 KB at 3023.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (131 KB at 1178.5 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (142 KB at 924.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar (308 KB at 2421.7 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1146 KB at 4792.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.33/mysql-connector-java-5.1.33.jar
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar
Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar (45 KB at 895.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar (53 KB at 1047.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar (66 KB at 732.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar (42 KB at 819.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
Downloaded:3http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.33/mysql-connector-java-5.1.33.jar (938 KB at 6465.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar (157 KB at 2230.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar (678 KB at 4546.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar (42 KB at 907.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar (26 KB at 762.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar (162 KB at 4134.2 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar (60 KB at 1015.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (49 KB at 1080.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar (562 KB at 4384.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (425 KB at 6431.7 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-mysql-maven-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-same-versions) @ jcabi-mysql-maven-plugin ---
[INFO]
[INFO] --- jcabi-mysql-maven-plugin:0.1:classify (default) @ jcabi-mysql-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.11.1/jcabi-aspects-0.11.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.11.1/jcabi-aspects-0.11.1.pom (7 KB at 92.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.9/parent-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.9/parent-0.9.pom (65 KB at 1613.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.9/jcabi-log-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.9/jcabi-log-0.9.pom (5 KB at 102.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom (2 KB at 31.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.0.Alpha1/hibernate-validator-5.1.0.Alpha1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.Alpha1/hibernate-validator-5.1.0.Alpha1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.Alpha1/hibernate-validator-5.1.0.Alpha1.pom (13 KB at 393.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.0.Alpha1/hibernate-validator-parent-5.1.0.Alpha1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.0.Alpha1/hibernate-validator-parent-5.1.0.Alpha1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.0.Alpha1/hibernate-validator-parent-5.1.0.Alpha1.pom (26 KB at 699.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom (7 KB at 206.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jfrog/maven/annomojo/maven-plugin-anno/1.4.1/maven-plugin-anno-1.4.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jfrog/maven/annomojo/maven-plugin-anno/1.4.1/maven-plugin-anno-1.4.1.pom (2 KB at 37.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jfrog/maven/annomojo/maven-plugin-anno-parent/1.4.1/maven-plugin-anno-parent-1.4.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jfrog/maven/annomojo/maven-plugin-anno-parent/1.4.1/maven-plugin-anno-parent-1.4.1.pom (9 KB at 207.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.11.1/jcabi-aspects-0.11.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.9/jcabi-log-0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.0.Alpha1/hibernate-validator-5.1.0.Alpha1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar
Downloading:1https://oss.sonatype.org/content/groups/public/org/jfrog/maven/annomojo/maven-plugin-anno/1.4.1/maven-plugin-anno-1.4.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.11.1/jcabi-aspects-0.11.1.jar (152 KB at 1917.5 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.9/jcabi-log-0.9.jar (47 KB at 611.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.jar (115 KB at 1411.6 KB/sec)
Downloaded:1https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar (59 KB at 728.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/jfrog/maven/annomojo/maven-plugin-anno/1.4.1/maven-plugin-anno-1.4.1.jar (12 KB at 250.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.Alpha1/hibernate-validator-5.1.0.Alpha1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.0.Alpha1/hibernate-validator-5.1.0.Alpha1.jar (586 KB at 9591.4 KB/sec)
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (default) @ jcabi-mysql-maven-plugin ---
[INFO] Configured Artifact: com.jcabi:mysql-dist:linux-amd64:5.6.14:zip
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip
Downloaded:6https://oss.sonatype.org/content/groups/public/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip (317564 KB at 19658.5 KB/sec)
[INFO] Unpacking /home/r/.m2/repository/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip to /home/r/repo/target/mysql-dist with includes "" and excludes ""
[INFO]
[INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ jcabi-mysql-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 1913.2 KB/sec)
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-mysql-maven-plugin ---
[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: e1044b0 at timestamp: 2015-09-13T11:42:12
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-mysql-maven-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-mysql-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jcabi-mysql-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 71.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (2 KB at 50.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (2 KB at 54.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2 KB at 90.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 KB at 423.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (2 KB at 41.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5 KB at 104.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (865 B at 26.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom (6 KB at 192.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom (690 B at 24.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom (769 B at 28.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom (2 KB at 55.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
Downloaded:/https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 269.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 559.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 308.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (167 KB at 2914.1 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 KB at 450.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar (5 KB at 82.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (19 KB at 698.7 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (compile-helpmojo) @ jcabi-mysql-maven-plugin ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-plugin-plugin:3.2:descriptor (mojo-descriptor) @ jcabi-mysql-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 4 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-compile) @ jcabi-mysql-maven-plugin ---
[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.ExceptionsLogger 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.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.ImmutabilityChecker has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 14 file(s) processed, 8 pointcut(s) woven, 0 error(s), 12 warning(s)
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-mysql-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-mysql-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-test-compile) @ jcabi-mysql-maven-plugin ---
[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.ExceptionsLogger 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.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.ImmutabilityChecker has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 4 file(s) processed, 0 pointcut(s) woven, 0 error(s), 12 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-mysql-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom (7 KB at 226.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 69.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 561.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom (3 KB at 76.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom (3 KB at 129.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 652.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar (39 KB at 927.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar (145 KB at 3284.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar (269 KB at 3153.0 KB/sec)
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom (5 KB at 193.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom (3 KB at 65.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom (6 KB at 129.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom (4 KB at 113.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom (2 KB at 83.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom (2 KB at 69.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom (2 KB at 76.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom (3 KB at 110.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar (12 KB at 502.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar (19 KB at 474.7 KB/sec)
Downloaded:5https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (5 KB at 44.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar (19 KB at 315.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar (131 KB at 1313.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar (37 KB at 1517.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar (38 KB at 1500.7 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.jcabi.mysql.maven.plugin.StartMojoTest
[info] execution skipped because of 'skip' option
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in com.jcabi.mysql.maven.plugin.StartMojoTest
Running com.jcabi.mysql.maven.plugin.StopMojoTest
[info] execution skipped because of 'skip' option
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.jcabi.mysql.maven.plugin.StopMojoTest
Running com.jcabi.mysql.maven.plugin.InstancesTest
Sep 13, 2015 11:42:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 5.2.0.CR1
[info] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[info] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[info] reuse existing database false
[info] deleted /tmp/1442144549847-0 directory
[info] created /tmp/1442144549847-0 directory
[info] $ /home/r/repo/target/mysql-dist/scripts/mysql_install_db --defaults-file=/tmp/1442144549847-0/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/tmp/1442144549847-0/data --basedir=/home/r/repo/target/mysql-dist
[warn] >> 2015-09-13 11:42:30 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Database physically writes the file full: wait...
[warn] >> 2015-09-13 11:42:30 21845 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[warn] >> 2015-09-13 11:42:31 21845 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[warn] >> 2015-09-13 11:42:33 21845 [Warning] InnoDB: New log files created, LSN=45781
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: Doublewrite buffer not found: creating new
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: Doublewrite buffer created
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:42:33 21845 [Warning] InnoDB: Creating foreign key constraint system tables.
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: Foreign key constraint system tables created
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: Creating tablespace and datafile system tables.
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: Tablespace and datafile system tables created.
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:42:33 21845 [Note] InnoDB: 5.6.14 started; log sequence number 0
[warn] >> 2015-09-13 11:42:34 21845 [Note] Binlog end
[warn] >> 2015-09-13 11:42:34 21845 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:42:34 21845 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:42:36 21845 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[info] >> Installing MySQL system tables...OK
[info] >>
[warn] >> 2015-09-13 11:42:36 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Highest supported file format is Barracuda.
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[warn] >> 2015-09-13 11:42:36 21869 [Note] Binlog end
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:42:36 21869 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:42:37 21869 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[info] >> Filling help tables...OK
[info] >>
[info] >> To start mysqld at boot time you have to copy
[info] >> support-files/mysql.server to the right place for your system
[info] >>
[info] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[info] >> To do so, start the server, then issue the following commands:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[info] >>
[info] >> Alternatively you can run:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysql_secure_installation
[info] >>
[info] >> which will also give you the option of removing the test
[info] >> databases and anonymous user created by default.  This is
[info] >> strongly recommended for production servers.
[info] >>
[info] >> See the manual for more instructions.
[info] >>
[info] >> You can start the MySQL daemon with:
[info] >>
[info] >>   cd . ; /home/r/repo/target/mysql-dist/bin/mysqld_safe &
[info] >>
[info] >> You can test the MySQL daemon with mysql-test-run.pl
[info] >>
[info] >>   cd mysql-test ; perl mysql-test-run.pl
[info] >>
[info] &gt;&gt; Please report any problems with the ./bin/mysqlbug script!
[info] &gt;&gt;
[info] &gt;&gt; The latest information about MySQL is available on the web at
[info] &gt;&gt;
[info] &gt;&gt;   http://www.mysql.com
[info] &gt;&gt;
[info] &gt;&gt; Support MySQL by buying support/licenses at http://shop.mysql.com
[info] &gt;&gt;
[info] &gt;&gt; New default config file was created as /home/r/repo/target/mysql-dist/my.cnf and
[info] &gt;&gt; will be used by default by the server when you start it.
[info] >> You may edit this file to change server settings
[info] >>
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144549847-0/data --tmpdir=/tmp/1442144549847-0/temp --socket=/tmp/1442144549847-0/mysql.sock --pid-file=/tmp/1442144549847-0/mysql.pid --port=49972
[info] >> 2015-09-13 11:42:38 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] >> 2015-09-13 11:42:38 21893 [Note] Plugin 'FEDERATED' is disabled.
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: The InnoDB memory heap is disabled
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: Using CPU crc32 instructions
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:42:38 21893 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[info] >> 2015-09-13 11:42:38 21893 [Warning] InnoDB: Starting to delete and rewrite log files.
[info] >> 2015-09-13 11:42:38 21893 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[info] >> 2015-09-13 11:42:39 21893 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[info] >> 2015-09-13 11:42:41 21893 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[info] >> 2015-09-13 11:42:41 21893 [Warning] InnoDB: New log files created, LSN=1625987
[info] >> 2015-09-13 11:42:41 21893 [Note] InnoDB: 128 rollback segment(s) are active.
[info] >> 2015-09-13 11:42:41 21893 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:42:41 21893 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[info] >> 2015-09-13 11:42:41 21893 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 8a5e9d81-5a0c-11e5-98b8-0242ac11017f.
[info] >> 2015-09-13 11:42:41 21893 [Note] Server hostname (bind-address): '*'; port: 49972
[info] >> 2015-09-13 11:42:41 21893 [Note] IPv6 is available.
[info] >> 2015-09-13 11:42:41 21893 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:42:41 21893 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:42:41 21893 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:42:41 21893 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144549847-0/mysql.sock'  port: 49972  MySQL Community Server (GPL)
[info] socket /tmp/1442144549847-0/mysql.sock is available after 4s of waiting
[info] $ /home/r/repo/target/mysql-dist/bin/mysqladmin --no-defaults --port=49972 --user=root --socket=/tmp/1442144549847-0/mysql.sock --host=127.0.0.1 password root
[info] $ /home/r/repo/target/mysql-dist/bin/mysql --port=49972 --user=root --password=root --socket=/tmp/1442144549847-0/mysql.sock
[warn] >> Warning: Using a password on the command line interface can be insecure.
[info] #start('Config(tcpport=49972, dbuser=root, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/mysql-dist, /tmp/1442144549847-0, false, NULL): in 11.90s
[info] #reusedExistingDatabase(): false in 32.60µs
[info] #stop(49972): in 406.97µs
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

[info] reuse existing database false
[info] deleted /tmp/1442144562775-0 directory
[info] created /tmp/1442144562775-0 directory
[info] $ /home/r/repo/target/mysql-dist/scripts/mysql_install_db --defaults-file=/tmp/1442144562775-0/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/tmp/1442144562775-0/data --basedir=/home/r/repo/target/mysql-dist
[warn] >> 2015-09-13 11:42:42 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[warn] >> 2015-09-13 11:42:42 21939 [Note] InnoDB: Database physically writes the file full: wait...
[warn] >> 2015-09-13 11:42:43 21939 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[warn] >> 2015-09-13 11:42:44 21939 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[warn] >> 2015-09-13 11:42:44 21939 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[warn] >> 2015-09-13 11:42:44 21939 [Warning] InnoDB: New log files created, LSN=45781
[warn] >> 2015-09-13 11:42:44 21939 [Note] InnoDB: Doublewrite buffer not found: creating new
[warn] >> 2015-09-13 11:42:45 21939 [Note] InnoDB: Doublewrite buffer created
[warn] >> 2015-09-13 11:42:45 21939 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:42:45 21939 [Warning] InnoDB: Creating foreign key constraint system tables.
[warn] >> 2015-09-13 11:42:45 21939 [Note] InnoDB: Foreign key constraint system tables created
[warn] >> 2015-09-13 11:42:45 21939 [Note] InnoDB: Creating tablespace and datafile system tables.
[warn] &gt;&gt; 2015-09-13 11:42:45 21939 [Note] InnoDB: Tablespace and datafile system tables created.
[warn] &gt;&gt; 2015-09-13 11:42:45 21939 [Note] InnoDB: Waiting for purge to start
[warn] &gt;&gt; 2015-09-13 11:42:45 21939 [Note] InnoDB: 5.6.14 started; log sequence number 0
[warn] &gt;&gt; 2015-09-13 11:42:47 21939 [Note] Binlog end
[warn] &gt;&gt; 2015-09-13 11:42:47 21939 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:42:47 21939 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:42:47 21939 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[info] >> Installing MySQL system tables...OK
[info] >>
[warn] >> 2015-09-13 11:42:47 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: Highest supported file format is Barracuda.
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:42:47 21963 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[warn] >> 2015-09-13 11:42:48 21963 [Note] Binlog end
[warn] >> 2015-09-13 11:42:48 21963 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:42:48 21963 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:42:49 21963 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[info] >> Filling help tables...OK
[info] >>
[info] >> To start mysqld at boot time you have to copy
[info] >> support-files/mysql.server to the right place for your system
[info] >>
[info] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[info] >> To do so, start the server, then issue the following commands:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[info] >>
[info] >> Alternatively you can run:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysql_secure_installation
[info] >>
[info] >> which will also give you the option of removing the test
[info] >> databases and anonymous user created by default.  This is
[info] >> strongly recommended for production servers.
[info] >>
[info] >> See the manual for more instructions.
[info] >>
[info] >> You can start the MySQL daemon with:
[info] >>
[info] >>   cd . ; /home/r/repo/target/mysql-dist/bin/mysqld_safe &
[info] >>
[info] >> You can test the MySQL daemon with mysql-test-run.pl
[info] >>
[info] >>   cd mysql-test ; perl mysql-test-run.pl
[info] >>
[info] >> Please report any problems with the ./bin/mysqlbug script!
[info] >>
[info] >> The latest information about MySQL is available on the web at
[info] >>
[info] >>   http://www.mysql.com
[info] >>
[info] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[info] >>
[info] >> WARNING: Found existing config file /home/r/repo/target/mysql-dist/my.cnf on the system.
[info] >> Because this file might be in use, it was not replaced,
[info] >> but was used in bootstrap (unless you used --defaults-file)
[info] >> and when you later start the server.
[info] >> The new default config file was created as /home/r/repo/target/mysql-dist/my-new.cnf,
[info] >> please compare it with your file and take the changes you need.
[info] >>
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144562775-0/data --tmpdir=/tmp/1442144562775-0/temp --socket=/tmp/1442144562775-0/mysql.sock --pid-file=/tmp/1442144562775-0/mysql.pid --port=37872
[info] >> 2015-09-13 11:42:49 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] >> 2015-09-13 11:42:49 21987 [Note] Plugin 'FEDERATED' is disabled.
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: The InnoDB memory heap is disabled
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: Using CPU crc32 instructions
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:42:49 21987 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[info] >> 2015-09-13 11:42:49 21987 [Warning] InnoDB: Starting to delete and rewrite log files.
[info] >> 2015-09-13 11:42:49 21987 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[info] >> 2015-09-13 11:42:50 21987 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[info] >> 2015-09-13 11:42:52 21987 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[info] >> 2015-09-13 11:42:52 21987 [Warning] InnoDB: New log files created, LSN=1625987
[info] >> 2015-09-13 11:42:52 21987 [Note] InnoDB: 128 rollback segment(s) are active.
[info] >> 2015-09-13 11:42:52 21987 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:42:52 21987 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[info] >> 2015-09-13 11:42:52 21987 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 91071a28-5a0c-11e5-98b8-0242ac11017f.
[info] >> 2015-09-13 11:42:52 21987 [Note] Server hostname (bind-address): '*'; port: 37872
[info] >> 2015-09-13 11:42:52 21987 [Note] IPv6 is available.
[info] >> 2015-09-13 11:42:52 21987 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:42:52 21987 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:42:52 21987 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:42:52 21987 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144562775-0/mysql.sock'  port: 37872  MySQL Community Server (GPL)
[info] socket /tmp/1442144562775-0/mysql.sock is available after 3s of waiting
[info] $ /home/r/repo/target/mysql-dist/bin/mysqladmin --no-defaults --port=37872 --user=root --socket=/tmp/1442144562775-0/mysql.sock --host=127.0.0.1 password root
[info] $ /home/r/repo/target/mysql-dist/bin/mysql --port=37872 --user=root --password=root --socket=/tmp/1442144562775-0/mysql.sock
[warn] >> Warning: Using a password on the command line interface can be insecure.
[info] #start('Config(tcpport=37872, dbuser=notRoot, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/mysql-dist, /tmp/1442144562775-0, true, NULL): in 9.77s
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

[info] #stop(37872): in 252.69µs
[info] reuse existing database false
[info] deleted /tmp/1442144572744-0 directory
[info] created /tmp/1442144572744-0 directory
[info] $ /home/r/repo/target/mysql-dist/scripts/mysql_install_db --defaults-file=/tmp/1442144572744-0/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/tmp/1442144572744-0/data --basedir=/home/r/repo/target/mysql-dist
[warn] >> 2015-09-13 11:42:52 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[warn] >> 2015-09-13 11:42:52 22030 [Note] InnoDB: Database physically writes the file full: wait...
[warn] >> 2015-09-13 11:42:53 22030 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[warn] >> 2015-09-13 11:42:53 22030 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[warn] >> 2015-09-13 11:42:54 22030 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[warn] >> 2015-09-13 11:42:54 22030 [Warning] InnoDB: New log files created, LSN=45781
[warn] >> 2015-09-13 11:42:54 22030 [Note] InnoDB: Doublewrite buffer not found: creating new
[warn] >> 2015-09-13 11:42:54 22030 [Note] InnoDB: Doublewrite buffer created
[warn] >> 2015-09-13 11:42:54 22030 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:42:54 22030 [Warning] InnoDB: Creating foreign key constraint system tables.
[warn] >> 2015-09-13 11:42:55 22030 [Note] InnoDB: Foreign key constraint system tables created
[warn] >> 2015-09-13 11:42:55 22030 [Note] InnoDB: Creating tablespace and datafile system tables.
[warn] >> 2015-09-13 11:42:55 22030 [Note] InnoDB: Tablespace and datafile system tables created.
[warn] >> 2015-09-13 11:42:55 22030 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:42:55 22030 [Note] InnoDB: 5.6.14 started; log sequence number 0
[warn] >> 2015-09-13 11:42:56 22030 [Note] Binlog end
[warn] >> 2015-09-13 11:42:56 22030 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:42:56 22030 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:42:57 22030 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[info] >> Installing MySQL system tables...OK
[info] >>
[warn] >> 2015-09-13 11:42:57 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Highest supported file format is Barracuda.
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[warn] >> 2015-09-13 11:42:57 22054 [Note] Binlog end
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:42:57 22054 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:42:59 22054 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[info] >> Filling help tables...OK
[info] >>
[info] >> To start mysqld at boot time you have to copy
[info] >> support-files/mysql.server to the right place for your system
[info] >>
[info] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[info] >> To do so, start the server, then issue the following commands:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[info] >>
[info] >> Alternatively you can run:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysql_secure_installation
[info] >>
[info] >> which will also give you the option of removing the test
[info] >> databases and anonymous user created by default.  This is
[info] >> strongly recommended for production servers.
[info] >>
[info] >> See the manual for more instructions.
[info] >>
[info] >> You can start the MySQL daemon with:
[info] >>
[info] >>   cd . ; /home/r/repo/target/mysql-dist/bin/mysqld_safe &
[info] >>
[info] >> You can test the MySQL daemon with mysql-test-run.pl
[info] >>
[info] >>   cd mysql-test ; perl mysql-test-run.pl
[info] >>
[info] >> Please report any problems with the ./bin/mysqlbug script!
[info] >>
[info] >> The latest information about MySQL is available on the web at
[info] >>
[info] >>   http://www.mysql.com
[info] >>
[info] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[info] >>
[info] >> WARNING: Found existing config file /home/r/repo/target/mysql-dist/my.cnf on the system.
[info] >> Because this file might be in use, it was not replaced,
[info] >> but was used in bootstrap (unless you used --defaults-file)
[info] >> and when you later start the server.
[info] >> The new default config file was created as /home/r/repo/target/mysql-dist/my-new.cnf,
[info] >> please compare it with your file and take the changes you need.
[info] >>
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144572744-0/data --tmpdir=/tmp/1442144572744-0/temp --socket=/tmp/1442144572744-0/mysql.sock --pid-file=/tmp/1442144572744-0/mysql.pid --port=56175
[info] &gt;&gt; 2015-09-13 11:42:59 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] &gt;> 2015-09-13 11:42:59 22078 [Note] Plugin 'FEDERATED' is disabled.
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: The InnoDB memory heap is disabled
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: Using CPU crc32 instructions
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:42:59 22078 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[info] >> 2015-09-13 11:42:59 22078 [Warning] InnoDB: Starting to delete and rewrite log files.
[info] >> 2015-09-13 11:42:59 22078 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[info] >> 2015-09-13 11:43:00 22078 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[info] >> 2015-09-13 11:43:01 22078 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[info] >> 2015-09-13 11:43:01 22078 [Warning] InnoDB: New log files created, LSN=1625987
[info] >> 2015-09-13 11:43:01 22078 [Note] InnoDB: 128 rollback segment(s) are active.
[info] >> 2015-09-13 11:43:01 22078 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:43:01 22078 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[info] >> 2015-09-13 11:43:01 22078 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 96aee8ed-5a0c-11e5-98b8-0242ac11017f.
[info] >> 2015-09-13 11:43:01 22078 [Note] Server hostname (bind-address): '*'; port: 56175
[info] >> 2015-09-13 11:43:01 22078 [Note] IPv6 is available.
[info] >> 2015-09-13 11:43:01 22078 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:43:01 22078 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:43:01 22078 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:43:01 22078 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144572744-0/mysql.sock'  port: 56175  MySQL Community Server (GPL)
[info] socket /tmp/1442144572744-0/mysql.sock is available after 3s of waiting
[info] $ /home/r/repo/target/mysql-dist/bin/mysqladmin --no-defaults --port=56175 --user=root --socket=/tmp/1442144572744-0/mysql.sock --host=127.0.0.1 password root
[info] $ /home/r/repo/target/mysql-dist/bin/mysql --port=56175 --user=root --password=root --socket=/tmp/1442144572744-0/mysql.sock
[warn] >> Warning: Using a password on the command line interface can be insecure.
[info] #start('Config(tcpport=56175, dbuser=root, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/mysql-dist, /tmp/1442144572744-0, true, NULL): in 9.56s
[info] #reusedExistingDatabase(): false in 24.69µs
[info] #stop(56175): in 257.86µs
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

[info] reuse existing database /tmp/1442144572744-0
[info] reuse existing database true
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144572744-0/data --tmpdir=/tmp/1442144572744-0/temp --socket=/tmp/1442144572744-0/mysql.sock --pid-file=/tmp/1442144572744-0/mysql.pid --port=58811
[info] >> 2015-09-13 11:43:08 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] >> 2015-09-13 11:43:08 22114 [Note] Plugin 'FEDERATED' is disabled.
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: The InnoDB memory heap is disabled
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: Using CPU crc32 instructions
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: 128 rollback segment(s) are active.
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:43:08 22114 [Note] InnoDB: 5.6.14 started; log sequence number 1630847
[info] >> 2015-09-13 11:43:08 22114 [Note] Server hostname (bind-address): '*'; port: 58811
[info] >> 2015-09-13 11:43:08 22114 [Note] IPv6 is available.
[info] >> 2015-09-13 11:43:08 22114 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:43:08 22114 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:43:08 22114 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:43:08 22114 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144572744-0/mysql.sock'  port: 58811  MySQL Community Server (GPL)
[info] socket /tmp/1442144572744-0/mysql.sock is available after 1s of waiting
[info] #start('Config(tcpport=58811, dbuser=root, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/mysql-dist, /tmp/1442144572744-0, false, NULL): in 1.02s
[info] #reusedExistingDatabase(): true in 19.33µs
[info] #stop(58811): in 2.16ms
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

[info] reuse existing database false
[info] deleted /tmp/1442144593713-0 directory
[info] created /tmp/1442144593713-0 directory
[info] $ /home/r/repo/target/mysql-dist/scripts/mysql_install_db --defaults-file=/tmp/1442144593713-0/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/tmp/1442144593713-0/data --basedir=/home/r/repo/target/mysql-dist
[warn] >> 2015-09-13 11:43:13 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[warn] >> 2015-09-13 11:43:13 22149 [Note] InnoDB: Database physically writes the file full: wait...
[warn] >> 2015-09-13 11:43:14 22149 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[warn] >> 2015-09-13 11:43:14 22149 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[warn] >> 2015-09-13 11:43:15 22149 [Warning] InnoDB: New log files created, LSN=45781
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: Doublewrite buffer not found: creating new
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: Doublewrite buffer created
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:43:15 22149 [Warning] InnoDB: Creating foreign key constraint system tables.
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: Foreign key constraint system tables created
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: Creating tablespace and datafile system tables.
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: Tablespace and datafile system tables created.
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:43:15 22149 [Note] InnoDB: 5.6.14 started; log sequence number 0
[warn] >> 2015-09-13 11:43:17 22149 [Note] Binlog end
[warn] >> 2015-09-13 11:43:17 22149 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:17 22149 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:19 22149 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[info] >> Installing MySQL system tables...OK
[info] >>
[warn] >> 2015-09-13 11:43:19 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Highest supported file format is Barracuda.
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[warn] >> 2015-09-13 11:43:19 22173 [Note] Binlog end
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:19 22173 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:21 22173 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[info] >> Filling help tables...OK
[info] >>
[info] >> To start mysqld at boot time you have to copy
[info] >> support-files/mysql.server to the right place for your system
[info] >>
[info] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[info] >> To do so, start the server, then issue the following commands:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[info] >>
[info] >> Alternatively you can run:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysql_secure_installation
[info] >>
[info] >> which will also give you the option of removing the test
[info] >> databases and anonymous user created by default.  This is
[info] >> strongly recommended for production servers.
[info] >>
[info] >> See the manual for more instructions.
[info] >>
[info] >> You can start the MySQL daemon with:
[info] >>
[info] >>   cd . ; /home/r/repo/target/mysql-dist/bin/mysqld_safe &
[info] >>
[info] >> You can test the MySQL daemon with mysql-test-run.pl
[info] >>
[info] >>   cd mysql-test ; perl mysql-test-run.pl
[info] >>
[info] >> Please report any problems with the ./bin/mysqlbug script!
[info] >>
[info] >> The latest information about MySQL is available on the web at
[info] >>
[info] >>   http://www.mysql.com
[info] >>
[info] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[info] >>
[info] >> WARNING: Found existing config file /home/r/repo/target/mysql-dist/my.cnf on the system.
[info] >> Because this file might be in use, it was not replaced,
[info] >> but was used in bootstrap (unless you used --defaults-file)
[info] >> and when you later start the server.
[info] >> The new default config file was created as /home/r/repo/target/mysql-dist/my-new.cnf,
[info] >> please compare it with your file and take the changes you need.
[info] >>
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144593713-0/data --tmpdir=/tmp/1442144593713-0/temp --socket=/tmp/1442144593713-0/mysql.sock --pid-file=/tmp/1442144593713-0/mysql.pid --port=34863
[info] >> 2015-09-13 11:43:21 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] >> 2015-09-13 11:43:21 22197 [Note] Plugin 'FEDERATED' is disabled.
[info] &gt;&gt; 2015-09-13 11:43:21 22197 [Note] InnoDB: The InnoDB memory heap is disabled
[info] &gt;&gt; 2015-09-13 11:43:21 22197 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] &gt;&gt; 2015-09-13 11:43:21 22197 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] &gt;&gt; 2015-09-13 11:43:21 22197 [Note] InnoDB: Using CPU crc32 instructions
[info] &gt;&gt; 2015-09-13 11:43:21 22197 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] &gt;&gt; 2015-09-13 11:43:21 22197 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:43:21 22197 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:43:21 22197 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[info] >> 2015-09-13 11:43:21 22197 [Warning] InnoDB: Starting to delete and rewrite log files.
[info] >> 2015-09-13 11:43:21 22197 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[info] >> 2015-09-13 11:43:22 22197 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[info] >> 2015-09-13 11:43:23 22197 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[info] >> 2015-09-13 11:43:23 22197 [Warning] InnoDB: New log files created, LSN=1625987
[info] >> 2015-09-13 11:43:23 22197 [Note] InnoDB: 128 rollback segment(s) are active.
[info] >> 2015-09-13 11:43:23 22197 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:43:23 22197 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[info] >> 2015-09-13 11:43:23 22197 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: a3a6a1f7-5a0c-11e5-98b9-0242ac11017f.
[info] >> 2015-09-13 11:43:23 22197 [Note] Server hostname (bind-address): '*'; port: 34863
[info] >> 2015-09-13 11:43:23 22197 [Note] IPv6 is available.
[info] >> 2015-09-13 11:43:23 22197 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:43:23 22197 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:43:23 22197 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:43:23 22197 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144593713-0/mysql.sock'  port: 34863  MySQL Community Server (GPL)
[info] socket /tmp/1442144593713-0/mysql.sock is available after 3s of waiting
[info] $ /home/r/repo/target/mysql-dist/bin/mysqladmin --no-defaults --port=34863 --user=root --socket=/tmp/1442144593713-0/mysql.sock --host=127.0.0.1 password root
[info] $ /home/r/repo/target/mysql-dist/bin/mysql --port=34863 --user=root --password=root --socket=/tmp/1442144593713-0/mysql.sock
[warn] >> Warning: Using a password on the command line interface can be insecure.
[info] #start('Config(tcpport=34863, dbuser=root, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/mysql-dist, /tmp/1442144593713-0, true, NULL): in 10.45s
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

[info] #stop(34863): in 5.52ms
[info] reuse existing database false
[info] deleted /tmp/1442144604416-0 directory
[info] created /tmp/1442144604416-0 directory
[info] $ /home/r/repo/target/mysql-dist/scripts/mysql_install_db --defaults-file=/tmp/1442144604416-0/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/tmp/1442144604416-0/data --basedir=/home/r/repo/target/mysql-dist
[warn] >> 2015-09-13 11:43:24 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Database physically writes the file full: wait...
[warn] >> 2015-09-13 11:43:24 22240 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[warn] >> 2015-09-13 11:43:25 22240 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[warn] >> 2015-09-13 11:43:26 22240 [Warning] InnoDB: New log files created, LSN=45781
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: Doublewrite buffer not found: creating new
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: Doublewrite buffer created
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:43:26 22240 [Warning] InnoDB: Creating foreign key constraint system tables.
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: Foreign key constraint system tables created
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: Creating tablespace and datafile system tables.
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: Tablespace and datafile system tables created.
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:43:26 22240 [Note] InnoDB: 5.6.14 started; log sequence number 0
[warn] >> 2015-09-13 11:43:28 22240 [Note] Binlog end
[warn] >> 2015-09-13 11:43:28 22240 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:28 22240 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:29 22240 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[info] >> Installing MySQL system tables...OK
[info] >>
[warn] >> 2015-09-13 11:43:29 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: Completed initialization of buffer pool
[warn] &gt;&gt; 2015-09-13 11:43:29 22264 [Note] InnoDB: Highest supported file format is Barracuda.
[warn] &gt;&gt; 2015-09-13 11:43:29 22264 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] &gt;&gt; 2015-09-13 11:43:29 22264 [Note] InnoDB: Waiting for purge to start
[warn] &gt;&gt; 2015-09-13 11:43:29 22264 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[warn] >> 2015-09-13 11:43:29 22264 [Note] Binlog end
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:29 22264 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:30 22264 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[info] >> Filling help tables...OK
[info] >>
[info] >> To start mysqld at boot time you have to copy
[info] >> support-files/mysql.server to the right place for your system
[info] >>
[info] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[info] >> To do so, start the server, then issue the following commands:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[info] >>
[info] >> Alternatively you can run:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysql_secure_installation
[info] >>
[info] >> which will also give you the option of removing the test
[info] >> databases and anonymous user created by default.  This is
[info] >> strongly recommended for production servers.
[info] >>
[info] >> See the manual for more instructions.
[info] >>
[info] >> You can start the MySQL daemon with:
[info] >>
[info] >>   cd . ; /home/r/repo/target/mysql-dist/bin/mysqld_safe &
[info] >>
[info] >> You can test the MySQL daemon with mysql-test-run.pl
[info] >>
[info] >>   cd mysql-test ; perl mysql-test-run.pl
[info] >>
[info] >> Please report any problems with the ./bin/mysqlbug script!
[info] >>
[info] >> The latest information about MySQL is available on the web at
[info] >>
[info] >>   http://www.mysql.com
[info] >>
[info] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[info] >>
[info] >> WARNING: Found existing config file /home/r/repo/target/mysql-dist/my.cnf on the system.
[info] >> Because this file might be in use, it was not replaced,
[info] >> but was used in bootstrap (unless you used --defaults-file)
[info] >> and when you later start the server.
[info] >> The new default config file was created as /home/r/repo/target/mysql-dist/my-new.cnf,
[info] >> please compare it with your file and take the changes you need.
[info] >>
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=notRoot --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144604416-0/data --tmpdir=/tmp/1442144604416-0/temp --socket=/tmp/1442144604416-0/mysql.sock --pid-file=/tmp/1442144604416-0/mysql.pid --port=42052
[info] >> 2015-09-13 11:43:31 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] >> 2015-09-13 11:43:31 22288 [Note] Plugin 'FEDERATED' is disabled.
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: The InnoDB memory heap is disabled
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: Using CPU crc32 instructions
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:43:31 22288 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[info] >> 2015-09-13 11:43:31 22288 [Warning] InnoDB: Starting to delete and rewrite log files.
[info] >> 2015-09-13 11:43:31 22288 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[info] >> 2015-09-13 11:43:32 22288 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[info] >> 2015-09-13 11:43:33 22288 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[info] >> 2015-09-13 11:43:33 22288 [Warning] InnoDB: New log files created, LSN=1625987
[info] >> 2015-09-13 11:43:33 22288 [Note] InnoDB: 128 rollback segment(s) are active.
[info] >> 2015-09-13 11:43:33 22288 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:43:33 22288 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[info] >> 2015-09-13 11:43:33 22288 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: a9689d64-5a0c-11e5-98b9-0242ac11017f.
[info] >> 2015-09-13 11:43:33 22288 [Note] Server hostname (bind-address): '*'; port: 42052
[info] >> 2015-09-13 11:43:33 22288 [Note] IPv6 is available.
[info] >> 2015-09-13 11:43:33 22288 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:43:33 22288 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:43:33 22288 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:43:33 22288 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144604416-0/mysql.sock'  port: 42052  MySQL Community Server (GPL)
[info] socket /tmp/1442144604416-0/mysql.sock is available after 3s of waiting
[info] $ /home/r/repo/target/mysql-dist/bin/mysqladmin --no-defaults --port=42052 --user=root --socket=/tmp/1442144604416-0/mysql.sock --host=127.0.0.1 password root
[info] $ /home/r/repo/target/mysql-dist/bin/mysql --port=42052 --user=root --password=root --socket=/tmp/1442144604416-0/mysql.sock
[warn] >> Warning: Using a password on the command line interface can be insecure.
[info] #start('Config(tcpport=42052, dbuser=root, dbpassword=root, name=notRoot, dbopts=[])', /home/r/repo/target/mysql-dist, /tmp/1442144604416-0, true, NULL): in 9.53s
[info] #stop(42052): in 4.22ms
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

[info] reuse existing database false
[info] deleted /tmp/1442144614224-0 directory
[info] created /tmp/1442144614224-0 directory
[info] $ /home/r/repo/target/mysql-dist/scripts/mysql_install_db --defaults-file=/tmp/1442144614224-0/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/tmp/1442144614224-0/data --basedir=/home/r/repo/target/mysql-dist
[warn] &gt;&gt; 2015-09-13 11:43:34 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] &gt;&gt; 2015-09-13 11:43:34 22331 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] &gt;&gt; 2015-09-13 11:43:34 22331 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: Database physically writes the file full: wait...
[warn] >> 2015-09-13 11:43:34 22331 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[warn] >> 2015-09-13 11:43:35 22331 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[warn] >> 2015-09-13 11:43:36 22331 [Warning] InnoDB: New log files created, LSN=45781
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: Doublewrite buffer not found: creating new
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: Doublewrite buffer created
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:43:36 22331 [Warning] InnoDB: Creating foreign key constraint system tables.
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: Foreign key constraint system tables created
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: Creating tablespace and datafile system tables.
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: Tablespace and datafile system tables created.
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:43:36 22331 [Note] InnoDB: 5.6.14 started; log sequence number 0
[warn] >> 2015-09-13 11:43:38 22331 [Note] Binlog end
[warn] >> 2015-09-13 11:43:38 22331 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:38 22331 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:39 22331 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[info] >> Installing MySQL system tables...OK
[info] >>
[warn] >> 2015-09-13 11:43:39 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Highest supported file format is Barracuda.
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[warn] >> 2015-09-13 11:43:39 22355 [Note] Binlog end
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:39 22355 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:41 22355 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[info] >> Filling help tables...OK
[info] >>
[info] >> To start mysqld at boot time you have to copy
[info] >> support-files/mysql.server to the right place for your system
[info] >>
[info] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[info] >> To do so, start the server, then issue the following commands:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[info] >>   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[info] >>
[info] >> Alternatively you can run:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysql_secure_installation
[info] >>
[info] >> which will also give you the option of removing the test
[info] >> databases and anonymous user created by default.  This is
[info] >> strongly recommended for production servers.
[info] >>
[info] >> See the manual for more instructions.
[info] >>
[info] >> You can start the MySQL daemon with:
[info] >>
[info] >>   cd . ; /home/r/repo/target/mysql-dist/bin/mysqld_safe &
[info] >>
[info] >> You can test the MySQL daemon with mysql-test-run.pl
[info] >>
[info] >>   cd mysql-test ; perl mysql-test-run.pl
[info] >>
[info] >> Please report any problems with the ./bin/mysqlbug script!
[info] >>
[info] >> The latest information about MySQL is available on the web at
[info] >>
[info] >>   http://www.mysql.com
[info] >>
[info] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[info] >>
[info] >> WARNING: Found existing config file /home/r/repo/target/mysql-dist/my.cnf on the system.
[info] >> Because this file might be in use, it was not replaced,
[info] >> but was used in bootstrap (unless you used --defaults-file)
[info] >> and when you later start the server.
[info] >> The new default config file was created as /home/r/repo/target/mysql-dist/my-new.cnf,
[info] >> please compare it with your file and take the changes you need.
[info] >>
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144614224-0/data --tmpdir=/tmp/1442144614224-0/temp --socket=/tmp/1442144614224-0/mysql.sock --pid-file=/tmp/1442144614224-0/mysql.pid --port=42466
[info] >> 2015-09-13 11:43:41 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] >> 2015-09-13 11:43:41 22379 [Note] Plugin 'FEDERATED' is disabled.
[info] >> 2015-09-13 11:43:41 22379 [Note] InnoDB: The InnoDB memory heap is disabled
[info] >> 2015-09-13 11:43:41 22379 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] >> 2015-09-13 11:43:41 22379 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] >> 2015-09-13 11:43:41 22379 [Note] InnoDB: Using CPU crc32 instructions
[info] >> 2015-09-13 11:43:41 22379 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] >> 2015-09-13 11:43:41 22379 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:43:41 22379 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:43:41 22379 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[info] &gt;&gt; 2015-09-13 11:43:41 22379 [Warning] InnoDB: Starting to delete and rewrite log files.
[info] &gt;&gt; 2015-09-13 11:43:41 22379 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[info] &gt;&gt; 2015-09-13 11:43:42 22379 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[info] &gt;&gt; 2015-09-13 11:43:43 22379 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[info] &gt;&gt; 2015-09-13 11:43:43 22379 [Warning] InnoDB: New log files created, LSN=1625987
[info] &gt;&gt; 2015-09-13 11:43:43 22379 [Note] InnoDB: 128 rollback segment(s) are active.
[info] &gt;&gt; 2015-09-13 11:43:43 22379 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:43:43 22379 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[info] >> 2015-09-13 11:43:43 22379 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: af7f7858-5a0c-11e5-98b9-0242ac11017f.
[info] >> 2015-09-13 11:43:43 22379 [Note] Server hostname (bind-address): '*'; port: 42466
[info] >> 2015-09-13 11:43:43 22379 [Note] IPv6 is available.
[info] >> 2015-09-13 11:43:43 22379 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:43:43 22379 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:43:43 22379 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:43:43 22379 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144614224-0/mysql.sock'  port: 42466  MySQL Community Server (GPL)
[info] socket /tmp/1442144614224-0/mysql.sock is available after 3s of waiting
[info] $ /home/r/repo/target/mysql-dist/bin/mysqladmin --no-defaults --port=42466 --user=root --socket=/tmp/1442144614224-0/mysql.sock --host=127.0.0.1 password root
[info] $ /home/r/repo/target/mysql-dist/bin/mysql --port=42466 --user=root --password=root --socket=/tmp/1442144614224-0/mysql.sock
[warn] >> Warning: Using a password on the command line interface can be insecure.
[info] #start('Config(tcpport=42466, dbuser=notRoot, dbpassword=notRoot, name=root, dbopts=[])', /home/r/repo/target/mysql-dist, /tmp/1442144614224-0, true, NULL): in 10.00s
[info] #stop(42466): in 1.23ms
[info] reuse existing database false
[info] deleted /tmp/1442144624541-0 directory
[info] created /tmp/1442144624541-0 directory
[info] $ /home/r/repo/target/mysql-dist/scripts/mysql_install_db --defaults-file=/tmp/1442144624541-0/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/tmp/1442144624541-0/data --basedir=/home/r/repo/target/mysql-dist
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

[warn] >> 2015-09-13 11:43:44 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[warn] >> 2015-09-13 11:43:44 22422 [Note] InnoDB: Database physically writes the file full: wait...
[warn] >> 2015-09-13 11:43:45 22422 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[warn] >> 2015-09-13 11:43:45 22422 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[warn] >> 2015-09-13 11:43:46 22422 [Warning] InnoDB: New log files created, LSN=45781
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: Doublewrite buffer not found: creating new
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: Doublewrite buffer created
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:43:46 22422 [Warning] InnoDB: Creating foreign key constraint system tables.
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: Foreign key constraint system tables created
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: Creating tablespace and datafile system tables.
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: Tablespace and datafile system tables created.
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:43:46 22422 [Note] InnoDB: 5.6.14 started; log sequence number 0
[warn] >> 2015-09-13 11:43:48 22422 [Note] Binlog end
[warn] >> 2015-09-13 11:43:48 22422 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:48 22422 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:49 22422 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[info] >> Installing MySQL system tables...OK
[info] >>
[warn] >> 2015-09-13 11:43:49 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[warn] >> 2015-09-13 11:43:49 22446 [Note] InnoDB: The InnoDB memory heap is disabled
[warn] >> 2015-09-13 11:43:49 22446 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[warn] >> 2015-09-13 11:43:49 22446 [Note] InnoDB: Compressed tables use zlib 1.2.3
[warn] >> 2015-09-13 11:43:49 22446 [Note] InnoDB: Using CPU crc32 instructions
[warn] >> 2015-09-13 11:43:49 22446 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[warn] >> 2015-09-13 11:43:49 22446 [Note] InnoDB: Completed initialization of buffer pool
[warn] >> 2015-09-13 11:43:50 22446 [Note] InnoDB: Highest supported file format is Barracuda.
[warn] >> 2015-09-13 11:43:50 22446 [Note] InnoDB: 128 rollback segment(s) are active.
[warn] >> 2015-09-13 11:43:50 22446 [Note] InnoDB: Waiting for purge to start
[warn] >> 2015-09-13 11:43:50 22446 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[warn] >> 2015-09-13 11:43:50 22446 [Note] Binlog end
[warn] >> 2015-09-13 11:43:50 22446 [Note] InnoDB: FTS optimize thread exiting.
[warn] >> 2015-09-13 11:43:50 22446 [Note] InnoDB: Starting shutdown...
[warn] >> 2015-09-13 11:43:51 22446 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[info] >> Filling help tables...OK
[info] >>
[info] &gt;&gt; To start mysqld at boot time you have to copy
[info] &gt;&gt; support-files/mysql.server to the right place for your system
[info] &gt;&gt;
[info] &gt;&gt; PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[info] &gt;&gt; To do so, start the server, then issue the following commands:
[info] &gt;&gt;
[info] &gt;&gt;   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[info] &gt;&gt;   /home/r/repo/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[info] >>
[info] >> Alternatively you can run:
[info] >>
[info] >>   /home/r/repo/target/mysql-dist/bin/mysql_secure_installation
[info] >>
[info] >> which will also give you the option of removing the test
[info] >> databases and anonymous user created by default.  This is
[info] >> strongly recommended for production servers.
[info] >>
[info] >> See the manual for more instructions.
[info] >>
[info] >> You can start the MySQL daemon with:
[info] >>
[info] >>   cd . ; /home/r/repo/target/mysql-dist/bin/mysqld_safe &
[info] >>
[info] >> You can test the MySQL daemon with mysql-test-run.pl
[info] >>
[info] >>   cd mysql-test ; perl mysql-test-run.pl
[info] >>
[info] >> Please report any problems with the ./bin/mysqlbug script!
[info] >>
[info] >> The latest information about MySQL is available on the web at
[info] >>
[info] >>   http://www.mysql.com
[info] >>
[info] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[info] >>
[info] >> WARNING: Found existing config file /home/r/repo/target/mysql-dist/my.cnf on the system.
[info] >> Because this file might be in use, it was not replaced,
[info] >> but was used in bootstrap (unless you used --defaults-file)
[info] >> and when you later start the server.
[info] >> The new default config file was created as /home/r/repo/target/mysql-dist/my-new.cnf,
[info] >> please compare it with your file and take the changes you need.
[info] >>
[info] $ /home/r/repo/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/mysql-dist --lc-messages-dir=/home/r/repo/target/mysql-dist/share --datadir=/tmp/1442144624541-0/data --tmpdir=/tmp/1442144624541-0/temp --socket=/tmp/1442144624541-0/mysql.sock --pid-file=/tmp/1442144624541-0/mysql.pid --port=43863
[info] >> 2015-09-13 11:43:51 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[info] >> 2015-09-13 11:43:51 22470 [Note] Plugin 'FEDERATED' is disabled.
[info] >> 2015-09-13 11:43:51 22470 [Note] InnoDB: The InnoDB memory heap is disabled
[info] >> 2015-09-13 11:43:51 22470 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[info] >> 2015-09-13 11:43:51 22470 [Note] InnoDB: Compressed tables use zlib 1.2.3
[info] >> 2015-09-13 11:43:51 22470 [Note] InnoDB: Using CPU crc32 instructions
[info] >> 2015-09-13 11:43:51 22470 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[info] >> 2015-09-13 11:43:51 22470 [Note] InnoDB: Completed initialization of buffer pool
[info] >> 2015-09-13 11:43:51 22470 [Note] InnoDB: Highest supported file format is Barracuda.
[info] >> 2015-09-13 11:43:51 22470 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[info] >> 2015-09-13 11:43:51 22470 [Warning] InnoDB: Starting to delete and rewrite log files.
[info] >> 2015-09-13 11:43:52 22470 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[info] >> 2015-09-13 11:43:53 22470 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[info] >> 2015-09-13 11:43:54 22470 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[info] >> 2015-09-13 11:43:54 22470 [Warning] InnoDB: New log files created, LSN=1625987
[info] >> 2015-09-13 11:43:54 22470 [Note] InnoDB: 128 rollback segment(s) are active.
[info] >> 2015-09-13 11:43:54 22470 [Note] InnoDB: Waiting for purge to start
[info] >> 2015-09-13 11:43:54 22470 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[info] >> 2015-09-13 11:43:54 22470 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: b64c1d15-5a0c-11e5-98b9-0242ac11017f.
[info] >> 2015-09-13 11:43:54 22470 [Note] Server hostname (bind-address): '*'; port: 43863
[info] >> 2015-09-13 11:43:54 22470 [Note] IPv6 is available.
[info] >> 2015-09-13 11:43:54 22470 [Note]   - '::' resolves to '::';
[info] >> 2015-09-13 11:43:54 22470 [Note] Server socket created on IP: '::'.
[info] >> 2015-09-13 11:43:54 22470 [Note] Event Scheduler: Loaded 0 events
[info] >> 2015-09-13 11:43:54 22470 [Note] /home/r/repo/target/mysql-dist/bin/mysqld: ready for connections.
[info] >> Version: '5.6.14-log'  socket: '/tmp/1442144624541-0/mysql.sock'  port: 43863  MySQL Community Server (GPL)
[info] socket /tmp/1442144624541-0/mysql.sock is available after 4s of waiting
[info] $ /home/r/repo/target/mysql-dist/bin/mysqladmin --no-defaults --port=43863 --user=root --socket=/tmp/1442144624541-0/mysql.sock --host=127.0.0.1 password root
[info] $ /home/r/repo/target/mysql-dist/bin/mysql --port=43863 --user=root --password=root --socket=/tmp/1442144624541-0/mysql.sock
[warn] >> Warning: Using a password on the command line interface can be insecure.
[info] #start('Config(tcpport=43863, dbuser=root, dbpassword=roo..3..root, dbopts=[sql-mode=ALLOW_INVALID_DATES])', /home/r/repo/target/mysql-dist, /tmp/1442144624541-0, true, NULL): in 11.10s
[info] #stop(43863): in 264.90µs
[error] Error reading from process stream: java.io.IOException: Stream closed
        at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
        at java.io.InputStreamReader.read(InputStreamReader.java:184)
        at java.io.BufferedReader.fill(BufferedReader.java:154)
        at java.io.BufferedReader.readLine(BufferedReader.java:317)
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
        at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
        at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
        at java.lang.Thread.run(Thread.java:745)

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 86.545 sec - in com.jcabi.mysql.maven.plugin.InstancesTest
Running com.jcabi.mysql.maven.plugin.ClassifyMojoTest
[info] ${test.test} set to "linux-amd64"
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 sec - in com.jcabi.mysql.maven.plugin.ClassifyMojoTest
[info] #stop(49972): in 24.23µs
[info] #stop(56175): in 1.48ms
[info] #stop(34863): in 2.21ms
[info] #stop(58811): in 2.91ms
[info] #stop(42466): in 3.69ms
[info] #stop(43863): in 3.42ms
[info] #stop(42052): in 4.05ms
[info] #stop(37872): in 125.45µs

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ jcabi-mysql-maven-plugin ---
[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/jcabi/mysql/maven/plugin/com-jcabi-jcabi-mysql-maven-plugin-maven-plugin.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-mysql-maven-plugin ---
[INFO] Building jar: /home/r/repo/target/jcabi-mysql-maven-plugin-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ jcabi-mysql-maven-plugin ---
[INFO]
[INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-mysql-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (3 KB at 123.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (3 KB at 58.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 348.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3 KB at 147.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 30.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (6 KB at 276.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (7 KB at 244.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom (3 KB at 90.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (4 KB at 126.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (3 KB at 101.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (2 KB at 65.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (4 KB at 112.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading:0http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (10 KB at 382.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 1797.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (12 KB at 291.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 KB at 661.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 KB at 231.8 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar (58 KB at 1436.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 KB at 779.7 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-mysql-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:install (default) @ jcabi-mysql-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom (6 KB at 236.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (5 KB at 154.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom (4 KB at 129.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom (16 KB at 256.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom (3 KB at 81.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (6 KB at 173.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/4.0/asm-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom (2 KB at 85.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom (3 KB at 65.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom (3 KB at 78.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom (3 KB at 60.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (2 KB at 41.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 KB at 762.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (2 KB at 60.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom (6 KB at 161.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom (16 KB at 558.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom (4 KB at 145.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom (19 KB at 614.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom (2 KB at 66.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom (2 KB at 40.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom (3 KB at 107.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom (2 KB at 53.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom (3 KB at 85.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom (6 KB at 148.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.pom (18 KB at 423.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar (3194 KB at 7828.4 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.jar (6047 KB at 13557.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 KB at 823.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar (21 KB at 857.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar (22 KB at 858.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 KB at 784.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar (37 KB at 1537.1 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar (45 KB at 1797.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar (37 KB at 1505.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar (20 KB at 798.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (12 KB at 480.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 KB at 352.9 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar (52 KB at 2129.1 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar (50 KB at 1771.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar (37 KB at 1588.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar (15 KB at 396.7 KB/sec)
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/local-repo/com/jcabi/jcabi-mysql-maven-plugin/1.0-SNAPSHOT/jcabi-mysql-maven-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-mysql-maven-plugin-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-mysql-maven-plugin/1.0-SNAPSHOT/jcabi-mysql-maven-plugin-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/target/jcabi-mysql-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-mysql-maven-plugin/1.0-SNAPSHOT/jcabi-mysql-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:run (default) @ jcabi-mysql-maven-plugin ---
[INFO] Building: basic-usage/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building basic-usage 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.pom (7 KB at 186.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom (27 KB at 2363.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (5 KB at 1177.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.jar (42 KB at 2575.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (12 KB at 1398.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 2638.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 3977.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/13/apache-13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/13/apache-13.pom (14 KB at 2274.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (150 KB at 3936.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/2.16/maven-failsafe-plugin-2.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.16/maven-failsafe-plugin-2.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.16/maven-failsafe-plugin-2.16.pom (9 KB at 41.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom (19 KB at 273.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 2904.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom (15 KB at 2410.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/2.16/maven-failsafe-plugin-2.16.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.16/maven-failsafe-plugin-2.16.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.16/maven-failsafe-plugin-2.16.jar (78 KB at 940.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 1320.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 1283.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1601.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 1994.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 3226.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 237.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 299.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 583.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 129.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 1414.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 3677.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 KB at 1111.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 706.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (7 KB at 152.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 KB at 642.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/mysql/mysql-connector-java/5.1.26/mysql-connector-java-5.1.26.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.26/mysql-connector-java-5.1.26.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.26/mysql-connector-java-5.1.26.pom (2 KB at 25.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-jdbc/0.10/jcabi-jdbc-0.10.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.10/jcabi-jdbc-0.10.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.10/jcabi-jdbc-0.10.pom (4 KB at 53.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/0.7.22/jcabi-0.7.22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi/0.7.22/jcabi-0.7.22.pom (8 KB at 2455.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.7.21/parent-0.7.21.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.7.21/parent-0.7.21.pom (65 KB at 6475.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.7.22/jcabi-aspects-0.7.22.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.7.22/jcabi-aspects-0.7.22.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.7.22/jcabi-aspects-0.7.22.pom (6 KB at 75.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.7/jcabi-log-0.7.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.7/jcabi-log-0.7.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.7/jcabi-log-0.7.pom (6 KB at 69.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/0.7/jcabi-0.7.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/0.7/jcabi-0.7.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/0.7/jcabi-0.7.pom (37 KB at 548.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 71.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 202.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Alpha1/validation-api-1.1.0.Alpha1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Alpha1/validation-api-1.1.0.Alpha1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Alpha1/validation-api-1.1.0.Alpha1.pom (5 KB at 109.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.pom (13 KB at 295.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hibernate/hibernate-validator-parent/4.3.0.Final/hibernate-validator-parent-4.3.0.Final.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/4.3.0.Final/hibernate-validator-parent-4.3.0.Final.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/4.3.0.Final/hibernate-validator-parent-4.3.0.Final.pom (21 KB at 520.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom (5 KB at 99.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.pom (6 KB at 138.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/jboss-parent/6/jboss-parent-6.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/6/jboss-parent-6.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/6/jboss-parent-6.pom (23 KB at 498.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.6.11/aspectjrt-1.6.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.6.11/aspectjrt-1.6.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.6.11/aspectjrt-1.6.11.pom (2 KB at 24.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 2440.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 15227.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom (15 KB at 3522.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom (2 KB at 508.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom (3 KB at 1144.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 62.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 321.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 66.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-jdbc/0.10/jcabi-jdbc-0.10.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.7.22/jcabi-aspects-0.7.22.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/mysql/mysql-connector-java/5.1.26/mysql-connector-java-5.1.26.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.7/jcabi-log-0.7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar (240 KB at 39882.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (52 KB at 4318.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 3382.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 8410.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.jar (115 KB at 5197.2 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.26/mysql-connector-java-5.1.26.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.10/jcabi-jdbc-0.10.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.7.22/jcabi-aspects-0.7.22.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.7/jcabi-log-0.7.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 262.1 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.10/jcabi-jdbc-0.10.jar (33 KB at 308.1 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.7/jcabi-log-0.7.jar (34 KB at 295.9 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.26/mysql-connector-java-5.1.26.jar (836 KB at 5427.8 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.7.22/jcabi-aspects-0.7.22.jar (140 KB at 863.8 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar (60 KB at 809.9 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar (466 KB at 2436.7 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:classify (default) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 KB at 1481.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (4 KB at 1543.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (4 KB at 638.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (5 KB at 1063.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (165 KB at 20577.1 KB/sec)
[INFO] [INFO] ${mysql.classifier} set to "linux-amd64"
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (default) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 316.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 9231.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 2945.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom (5 KB at 627.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 448.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 2919.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 486.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 661.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 402.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 766.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 1928.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 68.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 5602.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 194.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 1673.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 1018.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 1001.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 659.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 618.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 641.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 3801.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 239.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 586.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 480.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (2 KB at 328.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9 KB at 2236.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 4894.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 567.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 513.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 253.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 1154.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 418.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 1623.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 579.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 2279.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 2840.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (2 KB at 677.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (10 KB at 3139.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom (31 KB at 7723.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (5 KB at 1374.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 321.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 4417.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 4960.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom (4 KB at 837.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 651.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 991.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 466.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 644.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 1280.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 95.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 513.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 950.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 203.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (3 KB at 779.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8 KB at 1574.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 3779.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 1697.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 616.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 442.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 349.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 1342.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (5 KB at 480.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (10 KB at 2340.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 10549.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom (5 KB at 800.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 517.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 1466.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 637.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 1460.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 920.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 504.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 1765.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 1158.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 3750.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom (8 KB at 3791.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 5941.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 2423.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 17.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (4 KB at 770.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 5387.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (3 KB at 1100.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (3 KB at 467.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (3 KB at 525.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (3 KB at 729.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (2 KB at 520.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (6 KB at 1431.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (9 KB at 2036.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.pom (13 KB at 2571.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/7/commons-parent-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/7/commons-parent-7.pom (18 KB at 4271.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 855.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 702.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 1910.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 301.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 2217.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 116.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 281.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 158.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (3 KB at 451.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 53.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 167.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (4 KB at 3257.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 1098.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (6 KB at 1285.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 168.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 7874.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (4 KB at 1645.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 1493.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 3886.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 2200.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 6621.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (4 KB at 1023.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (3 KB at 719.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3 KB at 2986.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 4576.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 1534.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (4 KB at 438.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (4 KB at 1895.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (9 KB at 748.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/9/maven-parent-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 KB at 8016.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4 KB at 1982.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (3 KB at 1305.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/7/maven-parent-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 KB at 6915.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 249.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 KB at 4287.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 749.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (2 KB at 454.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (2 KB at 425.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 191.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (7 KB at 1563.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 737.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 2588.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 2392.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (6 KB at 1677.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 2070.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 52.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (5 KB at 2115.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 56.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 1035.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 5629.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (2 KB at 1798.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (6 KB at 1856.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (2 KB at 272.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (3 KB at 664.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (2 KB at 538.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (2 KB at 895.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (2 KB at 1451.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 177.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (7 KB at 1657.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (3 KB at 1354.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 KB at 5482.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (3 KB at 709.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (4 KB at 1054.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 1672.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 434.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 1901.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (3 KB at 2120.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (4 KB at 1515.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (2 KB at 913.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (2 KB at 772.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 429.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (2 KB at 941.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 993.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 9072.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (4 KB at 524.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 2832.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (2 KB at 790.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 1312.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 1022.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (3 KB at 378.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (3 KB at 2009.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2 KB at 397.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (2 KB at 928.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2 KB at 976.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (2 KB at 729.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 2690.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 1969.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 7549.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 1371.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 9048.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 141.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 1740.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 605.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/google/1/google-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/google/1/google-1.pom (2 KB at 303.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 729.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 787.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 1632.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 8167.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5 KB at 825.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 2279.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 3157.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom (13 KB at 1562.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 6106.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 10708.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 7352.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 1309.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 1780.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 KB at 13373.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 KB at 2236.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 10732.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 6844.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar (107 KB at 6264.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 10236.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 2474.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 17792.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 KB at 1639.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 3744.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 4902.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 4129.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 855.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 18110.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (48 KB at 3679.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 4328.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 3393.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 2873.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 KB at 2661.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 KB at 4819.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (37 KB at 3669.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (183 KB at 7917.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 9818.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 9852.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (227 KB at 8711.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (57 KB at 4693.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 KB at 5357.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar (43 KB at 4256.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (59 KB at 5322.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 316.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 10035.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 KB at 1882.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (31 KB at 1402.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 20811.2 KB/sec)
[INFO] [INFO] Configured Artifact: com.jcabi:mysql-dist:linux-amd64:5.6.14:zip
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip (317564 KB at 65490.6 KB/sec)
[INFO] [INFO] Unpacking /home/r/repo/target/local-repo/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip to /home/r/repo/target/it/basic-usage/target/mysql-dist with includes "" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 936.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 933.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 554.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 656.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 408.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 1085.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 3274.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 1884.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 144.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 199.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 588.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 2457.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 434.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 927.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 2898.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 1941.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 4677.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 3975.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 13621.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 664.9 KB/sec)
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/basic-usage/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 11.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4 KB at 263.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (5 KB at 688.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 1.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (5 KB at 926.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 237.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 10941.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 1893.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 304.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 1582.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 477.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 308.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 703.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 971.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 1059.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 530.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 514.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 913.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 834.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 1354.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 252.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 314.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 287.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 409.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 578.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 948.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 1025.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 2513.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 1008.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 168.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 65.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3 KB at 374.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 9983.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 67.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 93.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 101.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 17145.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 438.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 371.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 KB at 178.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 1714.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 6175.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 3187.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 530.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 871.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 4363.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 4264.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 6439.2 KB/sec)
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basic-usage ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/basic-usage/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ basic-usage ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/target/it/basic-usage/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (default) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.10/junit-4.10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.10/junit-4.10.pom (3 KB at 163.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 39.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (6 KB at 382.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 104.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (12 KB at 2245.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (2 KB at 116.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (2 KB at 459.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (262 KB at 18683.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (276 KB at 19649.4 KB/sec)
[INFO] [INFO] Reserved port 38053 for mysql.port
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3 KB at 65.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (3 KB at 48.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (6 KB at 128.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 36.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 395.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 565.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 3263.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 10233.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 86.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 2474.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 17133.5 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 777.7 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 677.4 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 360.4 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 1304.9 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (257 KB at 2671.6 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 1605.6 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 443.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 457.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 283.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 338.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 376.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 6059.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 248.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 5325.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 19685.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 8491.3 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 790.3 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2070.3 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 2069.9 KB/sec)
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/target/it/basic-usage/target/basic-usage-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:start (default) @ basic-usage ---
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
[INFO] Sep 13, 2015 11:44:57 AM org.hibernate.validator.internal.util.Version <clinit>
[INFO] INFO: HV000001: Hibernate Validator 5.2.0.CR1
[INFO] [ERROR] JSR-303 validator failed to initialize: HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead (see http://aspects.jcabi.com/jsr-303.html)
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] reuse existing database false
[INFO] [INFO] created /home/r/repo/target/it/basic-usage/target/mysql-data directory
[INFO] [INFO] $ /home/r/repo/target/it/basic-usage/target/mysql-dist/scripts/mysql_install_db --defaults-file=/home/r/repo/target/it/basic-usage/target/mysql-data/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/home/r/repo/target/it/basic-usage/target/mysql-data/data --basedir=/home/r/repo/target/it/basic-usage/target/mysql-dist
[INFO] [WARNING] >> 2015-09-13 11:44:58 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Database physically writes the file full: wait...
[INFO] [WARNING] >> 2015-09-13 11:44:58 23043 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[INFO] [WARNING] >> 2015-09-13 11:45:00 23043 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Warning] InnoDB: New log files created, LSN=45781
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: Doublewrite buffer not found: creating new
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: Doublewrite buffer created
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Warning] InnoDB: Creating foreign key constraint system tables.
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: Foreign key constraint system tables created
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: Creating tablespace and datafile system tables.
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: Tablespace and datafile system tables created.
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: Waiting for purge to start
[INFO] [WARNING] >> 2015-09-13 11:45:01 23043 [Note] InnoDB: 5.6.14 started; log sequence number 0
[INFO] [WARNING] >> 2015-09-13 11:45:02 23043 [Note] Binlog end
[INFO] [WARNING] >> 2015-09-13 11:45:02 23043 [Note] InnoDB: FTS optimize thread exiting.
[INFO] [WARNING] >> 2015-09-13 11:45:02 23043 [Note] InnoDB: Starting shutdown...
[INFO] [WARNING] >> 2015-09-13 11:45:03 23043 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[INFO] [INFO] >> Installing MySQL system tables...OK
[INFO] [INFO] >>
[INFO] [WARNING] >> 2015-09-13 11:45:04 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [WARNING] &gt;&gt; 2015-09-13 11:45:04 23067 [Note] InnoDB: Highest supported file format is Barracuda.
[INFO] [WARNING] &gt;&gt; 2015-09-13 11:45:04 23067 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: Waiting for purge to start
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] Binlog end
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: FTS optimize thread exiting.
[INFO] [WARNING] >> 2015-09-13 11:45:04 23067 [Note] InnoDB: Starting shutdown...
[INFO] [WARNING] >> 2015-09-13 11:45:05 23067 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[INFO] [INFO] >> Filling help tables...OK
[INFO] [INFO] >>
[INFO] [INFO] >> To start mysqld at boot time you have to copy
[INFO] [INFO] >> support-files/mysql.server to the right place for your system
[INFO] [INFO] >>
[INFO] [INFO] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[INFO] [INFO] >> To do so, start the server, then issue the following commands:
[INFO] [INFO] >>
[INFO] [INFO] >>   /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[INFO] [INFO] >>   /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[INFO] [INFO] >>
[INFO] [INFO] >> Alternatively you can run:
[INFO] [INFO] >>
[INFO] [INFO] >>   /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysql_secure_installation
[INFO] [INFO] >>
[INFO] [INFO] >> which will also give you the option of removing the test
[INFO] [INFO] >> databases and anonymous user created by default.  This is
[INFO] [INFO] >> strongly recommended for production servers.
[INFO] [INFO] >>
[INFO] [INFO] >> See the manual for more instructions.
[INFO] [INFO] >>
[INFO] [INFO] >> You can start the MySQL daemon with:
[INFO] [INFO] >>
[INFO] [INFO] >>   cd . ; /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysqld_safe &
[INFO] [INFO] >>
[INFO] [INFO] >> You can test the MySQL daemon with mysql-test-run.pl
[INFO] [INFO] >>
[INFO] [INFO] >>   cd mysql-test ; perl mysql-test-run.pl
[INFO] [INFO] >>
[INFO] [INFO] >> Please report any problems with the ./bin/mysqlbug script!
[INFO] [INFO] >>
[INFO] [INFO] >> The latest information about MySQL is available on the web at
[INFO] [INFO] >>
[INFO] [INFO] >>   http://www.mysql.com
[INFO] [INFO] >>
[INFO] [INFO] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[INFO] [INFO] >>
[INFO] [INFO] >> New default config file was created as /home/r/repo/target/it/basic-usage/target/mysql-dist/my.cnf and
[INFO] [INFO] >> will be used by default by the server when you start it.
[INFO] [INFO] >> You may edit this file to change server settings
[INFO] [INFO] >>
[INFO] [INFO] $ /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/it/basic-usage/target/mysql-dist --lc-messages-dir=/home/r/repo/target/it/basic-usage/target/mysql-dist/share --datadir=/home/r/repo/target/it/basic-usage/target/mysql-data/data --tmpdir=/home/r/repo/target/it/basic-usage/target/mysql-data/temp --socket=/home/r/repo/target/it/basic-usage/target/mysql-data/mysql.sock --pid-file=/home/r/repo/target/it/basic-usage/target/mysql-data/mysql.pid --port=38053
[INFO] [INFO] >> 2015-09-13 11:45:06 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] Plugin 'FEDERATED' is disabled.
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: Highest supported file format is Barracuda.
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Warning] InnoDB: Starting to delete and rewrite log files.
[INFO] [INFO] >> 2015-09-13 11:45:06 23091 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[INFO] [INFO] >> 2015-09-13 11:45:10 23091 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Warning] InnoDB: New log files created, LSN=1625987
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] InnoDB: Waiting for purge to start
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: e42c4506-5a0c-11e5-98ba-0242ac11017f.
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] Server hostname (bind-address): '*'; port: 38053
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] IPv6 is available.
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note]   - '::' resolves to '::';
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] Server socket created on IP: '::'.
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] Event Scheduler: Loaded 0 events
[INFO] [INFO] >> 2015-09-13 11:45:11 23091 [Note] /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysqld: ready for connections.
[INFO] [INFO] >> Version: '5.6.14-log'  socket: '/home/r/repo/target/it/basic-usage/target/mysql-data/mysql.sock'  port: 38053  MySQL Community Server (GPL)
[INFO] [INFO] socket /home/r/repo/target/it/basic-usage/target/mysql-data/mysql.sock is available after 7s of waiting
[INFO] [INFO] $ /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysqladmin --no-defaults --port=38053 --user=root --socket=/home/r/repo/target/it/basic-usage/target/mysql-data/mysql.sock --host=127.0.0.1 password root
[INFO] [INFO] $ /home/r/repo/target/it/basic-usage/target/mysql-dist/bin/mysql --port=38053 --user=root --password=root --socket=/home/r/repo/target/it/basic-usage/target/mysql-data/mysql.sock
[INFO] [WARNING] >> Warning: Using a password on the command line interface can be insecure.
[INFO] [INFO] #start('Config(tcpport=38053, dbuser=root, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/it/basic-usage/target/mysql-dist, /home/r/repo/target/it/basic-usage/target/mysql-data, true, NULL): in 14.82s
[INFO] [INFO] #reusedExistingDatabase(): false in 33.89µs
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [INFO] #reusedExistingDatabase(): false in 15.17µs
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.16:integration-test (default) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom (6 KB at 132.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (2 KB at 528.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 KB at 1467.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom (3 KB at 60.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom (3 KB at 67.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 KB at 1636.2 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar (39 KB at 943.7 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar (146 KB at 2806.8 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar (259 KB at 3443.6 KB/sec)
[INFO] [INFO] Failsafe report directory: /home/r/repo/target/it/basic-usage/target/failsafe-reports
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.pom (3 KB at 59.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom (3 KB at 59.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.16/surefire-junit4-2.16.jar (63 KB at 1308.8 KB/sec)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.FooITCase
[INFO] Sep 13, 2015 11:45:19 AM org.hibernate.validator.internal.util.Version <clinit>
[INFO] INFO: HV000001: Hibernate Validator 4.3.0.Final
[INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.619 sec - in com.jcabi.FooITCase
[INFO] [INFO] >> 2015-09-13 11:45:20 23091 [Warning] Aborted connection 3 to db: 'root' user: 'root' host: 'localhost' (Got an error reading communication packets)
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:stop (default) @ basic-usage ---
[INFO] [INFO] #stop(38053): in 217.13µs
[INFO] [INFO] #reusedExistingDatabase(): false in 43.36µs
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [INFO] #reusedExistingDatabase(): false in 12.41µs
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.16:verify (default) @ basic-usage ---
[INFO] [ERROR] Error reading from process stream: java.io.IOException: Stream closed
[INFO]  at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
[INFO]  at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
[INFO]  at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
[INFO]  at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
[INFO]  at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
[INFO]  at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
[INFO]  at java.io.InputStreamReader.read(InputStreamReader.java:184)
[INFO]  at java.io.BufferedReader.fill(BufferedReader.java:154)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:317)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:382)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
[INFO]  at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
[INFO]  at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
[INFO]  at java.lang.Thread.run(Thread.java:745)
[INFO]
[INFO] [INFO] Failsafe report directory: /home/r/repo/target/it/basic-usage/target/failsafe-reports
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basic-usage ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 61.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 505.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 26.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 131.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 472.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 275.7 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 3261.5 KB/sec)
[INFO] [INFO] Installing /home/r/repo/target/it/basic-usage/target/basic-usage-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/basic-usage/1.0-SNAPSHOT/basic-usage-1.0-SNAPSHOT.jar
[INFO] [INFO] Installing /home/r/repo/target/it/basic-usage/pom.xml to /home/r/repo/target/local-repo/com/jcabi/basic-usage/1.0-SNAPSHOT/basic-usage-1.0-SNAPSHOT.pom
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 01:07 min
[INFO] [INFO] Finished at: 2015-09-13T11:45:21+00:00
[INFO] [INFO] Final Memory: 21M/477M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [INFO] #stop(38053): in 94.89µs
[INFO] run script verify.groovy
[INFO] Running post-build script: /home/r/repo/target/it/basic-usage/verify.groovy
[INFO] Finished post-build script: /home/r/repo/target/it/basic-usage/verify.groovy
[INFO] ..SUCCESS (73.7 s)
[INFO] Building: parallel/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building parallel 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:classify (classify-platform) @ parallel ---
[INFO] [INFO] ${mysql.classifier} set to "linux-amd64"
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (default) @ parallel ---
[INFO] [INFO] Configured Artifact: com.jcabi:mysql-dist:linux-amd64:5.6.14:zip
[INFO] [INFO] Configured Artifact: com.jcabi:mysql-dist:linux-amd64:5.5.34:zip
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/mysql-dist/5.5.34/mysql-dist-5.5.34-linux-amd64.zip
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/jcabi/mysql-dist/5.5.34/mysql-dist-5.5.34-linux-amd64.zip
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/mysql-dist/5.5.34/mysql-dist-5.5.34-linux-amd64.zip (196907 KB at 19041.3 KB/sec)
[INFO] [INFO] Unpacking /home/r/repo/target/local-repo/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip to /home/r/repo/target/it/parallel/target/mysql-5.6.14 with includes "" and excludes ""
[INFO] [INFO] Unpacking /home/r/repo/target/local-repo/com/jcabi/mysql-dist/5.5.34/mysql-dist-5.5.34-linux-amd64.zip to /home/r/repo/target/it/parallel/target/mysql-5.5.34 with includes "" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ parallel ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/parallel/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ parallel ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ parallel ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/parallel/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ parallel ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/target/it/parallel/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (default) @ parallel ---
[INFO] [INFO] Reserved port 42682 for mysql.first
[INFO] [INFO] Reserved port 37640 for mysql.second
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ parallel ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ parallel ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/target/it/parallel/target/parallel-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:start (start-stop-first) @ parallel ---
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
[INFO] Sep 13, 2015 11:46:21 AM org.hibernate.validator.internal.util.Version <clinit>
[INFO] INFO: HV000001: Hibernate Validator 5.2.0.CR1
[INFO] [ERROR] JSR-303 validator failed to initialize: HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead (see http://aspects.jcabi.com/jsr-303.html)
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] reuse existing database false
[INFO] [INFO] created /home/r/repo/target/it/parallel/target/mysql-data-first directory
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.5.34/scripts/mysql_install_db --defaults-file=/home/r/repo/target/it/parallel/target/mysql-data-first/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/home/r/repo/target/it/parallel/target/mysql-data-first/data --basedir=/home/r/repo/target/it/parallel/target/mysql-5.5.34
[INFO] [INFO] >> Installing MySQL system tables...
[INFO] [INFO] >> OK
[INFO] [INFO] >> Filling help tables...
[INFO] [INFO] >> OK
[INFO] [INFO] >>
[INFO] [INFO] &gt;&gt; To start mysqld at boot time you have to copy
[INFO] [INFO] &gt;&gt; support-files/mysql.server to the right place for your system
[INFO] [INFO] >>
[INFO] [INFO] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[INFO] [INFO] >> To do so, start the server, then issue the following commands:
[INFO] [INFO] >>
[INFO] [INFO] >> /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysqladmin -u root password 'new-password'
[INFO] [INFO] >> /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysqladmin -u root -h docker password 'new-password'
[INFO] [INFO] >>
[INFO] [INFO] >> Alternatively you can run:
[INFO] [INFO] >> /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysql_secure_installation
[INFO] [INFO] >>
[INFO] [INFO] >> which will also give you the option of removing the test
[INFO] [INFO] >> databases and anonymous user created by default.  This is
[INFO] [INFO] >> strongly recommended for production servers.
[INFO] [INFO] >>
[INFO] [INFO] >> See the manual for more instructions.
[INFO] [INFO] >>
[INFO] [INFO] >> You can start the MySQL daemon with:
[INFO] [INFO] >> cd /home/r/repo/target/it/parallel/target/mysql-5.5.34 ; /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysqld_safe &
[INFO] [INFO] >>
[INFO] [INFO] >> You can test the MySQL daemon with mysql-test-run.pl
[INFO] [INFO] >> cd /home/r/repo/target/it/parallel/target/mysql-5.5.34/mysql-test ; perl mysql-test-run.pl
[INFO] [INFO] >>
[INFO] [INFO] >> Please report any problems with the /home/r/repo/target/it/parallel/target/mysql-5.5.34/scripts/mysqlbug script!
[INFO] [INFO] >>
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/it/parallel/target/mysql-5.5.34 --lc-messages-dir=/home/r/repo/target/it/parallel/target/mysql-5.5.34/share --datadir=/home/r/repo/target/it/parallel/target/mysql-data-first/data --tmpdir=/home/r/repo/target/it/parallel/target/mysql-data-first/temp --socket=/home/r/repo/target/it/parallel/target/mysql-data-first/mysql.sock --pid-file=/home/r/repo/target/it/parallel/target/mysql-data-first/mysql.pid --port=42682
[INFO] [INFO] >> 150913 11:46:24 [Note] Plugin 'FEDERATED' is disabled.
[INFO] [INFO] >> 150913 11:46:24 InnoDB: The InnoDB memory heap is disabled
[INFO] [INFO] >> 150913 11:46:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [INFO] >> 150913 11:46:24 InnoDB: Compressed tables use zlib 1.2.3
[INFO] [INFO] >> 150913 11:46:24 InnoDB: Initializing buffer pool, size = 64.0M
[INFO] [INFO] >> 150913 11:46:24 InnoDB: Completed initialization of buffer pool
[INFO] [INFO] >> InnoDB: The first specified data file ./ibdata1 did not exist:
[INFO] [INFO] >> InnoDB: a new database to be created!
[INFO] [INFO] >> 150913 11:46:24  InnoDB: Setting file ./ibdata1 size to 10 MB
[INFO] [INFO] >> InnoDB: Database physically writes the file full: wait...
[INFO] [INFO] >> 150913 11:46:24  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
[INFO] [INFO] >> InnoDB: Setting log file ./ib_logfile0 size to 64 MB
[INFO] [INFO] >> InnoDB: Database physically writes the file full: wait...
[INFO] [INFO] >> 150913 11:46:25  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
[INFO] [INFO] >> InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[INFO] [INFO] >> InnoDB: Database physically writes the file full: wait...
[INFO] [INFO] >> InnoDB: Doublewrite buffer not found: creating new
[INFO] [INFO] >> InnoDB: Doublewrite buffer created
[INFO] [INFO] >> InnoDB: 127 rollback segment(s) active.
[INFO] [INFO] >> InnoDB: Creating foreign key constraint system tables
[INFO] [INFO] >> InnoDB: Foreign key constraint system tables created
[INFO] [INFO] >> 150913 11:46:28  InnoDB: Waiting for the background threads to start
[INFO] [INFO] >> 150913 11:46:29 InnoDB: 5.5.34 started; log sequence number 0
[INFO] [INFO] >> 150913 11:46:29 [Note] Server hostname (bind-address): '0.0.0.0'; port: 42682
[INFO] [INFO] >> 150913 11:46:29 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
[INFO] [INFO] >> 150913 11:46:29 [Note] Server socket created on IP: '0.0.0.0'.
[INFO] [INFO] >> 150913 11:46:29 [Note] Event Scheduler: Loaded 0 events
[INFO] [INFO] >> 150913 11:46:29 [Note] /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysqld: ready for connections.
[INFO] [INFO] >> Version: '5.5.34-log'  socket: '/home/r/repo/target/it/parallel/target/mysql-data-first/mysql.sock'  port: 42682  MySQL Community Server (GPL)
[INFO] [INFO] socket /home/r/repo/target/it/parallel/target/mysql-data-first/mysql.sock is available after 6s of waiting
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysqladmin --no-defaults --port=42682 --user=root --socket=/home/r/repo/target/it/parallel/target/mysql-data-first/mysql.sock --host=127.0.0.1 password root
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.5.34/bin/mysql --port=42682 --user=root --password=root --socket=/home/r/repo/target/it/parallel/target/mysql-data-first/mysql.sock
[INFO] [INFO] #start('Config(tcpport=42682, dbuser=root, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/it/parallel/target/mysql-5.5.34, /home/r/repo/target/it/parallel/target/mysql-data-first, true, NULL): in 8.34s
[INFO] [INFO] #reusedExistingDatabase(): false in 35.44µs
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [INFO] #reusedExistingDatabase(): false in 13.76µs
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:start (start-stop-second) @ parallel ---
[INFO] [INFO] reuse existing database false
[INFO] [INFO] created /home/r/repo/target/it/parallel/target/mysql-data-second directory
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.6.14/scripts/mysql_install_db --defaults-file=/home/r/repo/target/it/parallel/target/mysql-data-second/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/home/r/repo/target/it/parallel/target/mysql-data-second/data --basedir=/home/r/repo/target/it/parallel/target/mysql-5.6.14
[INFO] [WARNING] >> 2015-09-13 11:46:30 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Database physically writes the file full: wait...
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[INFO] [WARNING] >> 2015-09-13 11:46:30 23297 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[INFO] [WARNING] >> 2015-09-13 11:46:31 23297 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[INFO] [WARNING] >> 2015-09-13 11:46:31 23297 [Warning] InnoDB: New log files created, LSN=45781
[INFO] [WARNING] &gt;&gt; 2015-09-13 11:46:31 23297 [Note] InnoDB: Doublewrite buffer not found: creating new
[INFO] [WARNING] &gt;&gt; 2015-09-13 11:46:31 23297 [Note] InnoDB: Doublewrite buffer created
[INFO] [WARNING] &gt;&gt; 2015-09-13 11:46:31 23297 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [WARNING] &gt;&gt; 2015-09-13 11:46:31 23297 [Warning] InnoDB: Creating foreign key constraint system tables.
[INFO] [WARNING] &gt;&gt; 2015-09-13 11:46:31 23297 [Note] InnoDB: Foreign key constraint system tables created
[INFO] [WARNING] >> 2015-09-13 11:46:31 23297 [Note] InnoDB: Creating tablespace and datafile system tables.
[INFO] [WARNING] >> 2015-09-13 11:46:31 23297 [Note] InnoDB: Tablespace and datafile system tables created.
[INFO] [WARNING] >> 2015-09-13 11:46:31 23297 [Note] InnoDB: Waiting for purge to start
[INFO] [WARNING] >> 2015-09-13 11:46:31 23297 [Note] InnoDB: 5.6.14 started; log sequence number 0
[INFO] [WARNING] >> 2015-09-13 11:46:33 23297 [Note] Binlog end
[INFO] [WARNING] >> 2015-09-13 11:46:33 23297 [Note] InnoDB: FTS optimize thread exiting.
[INFO] [WARNING] >> 2015-09-13 11:46:33 23297 [Note] InnoDB: Starting shutdown...
[INFO] [WARNING] >> 2015-09-13 11:46:34 23297 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[INFO] [INFO] >> Installing MySQL system tables...OK
[INFO] [INFO] >>
[INFO] [WARNING] >> 2015-09-13 11:46:34 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Highest supported file format is Barracuda.
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Waiting for purge to start
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] Binlog end
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: FTS optimize thread exiting.
[INFO] [WARNING] >> 2015-09-13 11:46:34 23321 [Note] InnoDB: Starting shutdown...
[INFO] [WARNING] >> 2015-09-13 11:46:36 23321 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[INFO] [INFO] >> Filling help tables...OK
[INFO] [INFO] >>
[INFO] [INFO] >> To start mysqld at boot time you have to copy
[INFO] [INFO] >> support-files/mysql.server to the right place for your system
[INFO] [INFO] >>
[INFO] [INFO] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[INFO] [INFO] >> To do so, start the server, then issue the following commands:
[INFO] [INFO] >>
[INFO] [INFO] >>   /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysqladmin -u root password 'new-password'
[INFO] [INFO] >>   /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysqladmin -u root -h docker password 'new-password'
[INFO] [INFO] >>
[INFO] [INFO] >> Alternatively you can run:
[INFO] [INFO] >>
[INFO] [INFO] >>   /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysql_secure_installation
[INFO] [INFO] >>
[INFO] [INFO] >> which will also give you the option of removing the test
[INFO] [INFO] >> databases and anonymous user created by default.  This is
[INFO] [INFO] >> strongly recommended for production servers.
[INFO] [INFO] >>
[INFO] [INFO] >> See the manual for more instructions.
[INFO] [INFO] >>
[INFO] [INFO] >> You can start the MySQL daemon with:
[INFO] [INFO] >>
[INFO] [INFO] >>   cd . ; /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysqld_safe &
[INFO] [INFO] >>
[INFO] [INFO] >> You can test the MySQL daemon with mysql-test-run.pl
[INFO] [INFO] >>
[INFO] [INFO] >>   cd mysql-test ; perl mysql-test-run.pl
[INFO] [INFO] >>
[INFO] [INFO] >> Please report any problems with the ./bin/mysqlbug script!
[INFO] [INFO] >>
[INFO] [INFO] >> The latest information about MySQL is available on the web at
[INFO] [INFO] >>
[INFO] [INFO] >>   http://www.mysql.com
[INFO] [INFO] >>
[INFO] [INFO] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[INFO] [INFO] >>
[INFO] [INFO] >> New default config file was created as /home/r/repo/target/it/parallel/target/mysql-5.6.14/my.cnf and
[INFO] [INFO] >> will be used by default by the server when you start it.
[INFO] [INFO] >> You may edit this file to change server settings
[INFO] [INFO] >>
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/it/parallel/target/mysql-5.6.14 --lc-messages-dir=/home/r/repo/target/it/parallel/target/mysql-5.6.14/share --datadir=/home/r/repo/target/it/parallel/target/mysql-data-second/data --tmpdir=/home/r/repo/target/it/parallel/target/mysql-data-second/temp --socket=/home/r/repo/target/it/parallel/target/mysql-data-second/mysql.sock --pid-file=/home/r/repo/target/it/parallel/target/mysql-data-second/mysql.pid --port=37640
[INFO] [INFO] >> 2015-09-13 11:46:36 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] Plugin 'FEDERATED' is disabled.
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: Highest supported file format is Barracuda.
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Warning] InnoDB: Starting to delete and rewrite log files.
[INFO] [INFO] >> 2015-09-13 11:46:36 23345 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[INFO] [INFO] >> 2015-09-13 11:46:37 23345 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[INFO] [INFO] >> 2015-09-13 11:46:38 23345 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[INFO] [INFO] >> 2015-09-13 11:46:38 23345 [Warning] InnoDB: New log files created, LSN=1625987
[INFO] [INFO] >> 2015-09-13 11:46:38 23345 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [INFO] >> 2015-09-13 11:46:38 23345 [Note] InnoDB: Waiting for purge to start
[INFO] [INFO] >> 2015-09-13 11:46:38 23345 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[INFO] [INFO] >> 2015-09-13 11:46:38 23345 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 17d88f04-5a0d-11e5-98bc-0242ac11017f.
[INFO] [INFO] &gt;&gt; 2015-09-13 11:46:38 23345 [Note] Server hostname (bind-address): '*'; port: 37640
[INFO] [INFO] &gt;&gt; 2015-09-13 11:46:38 23345 [Note] IPv6 is available.
[INFO] [INFO] &gt;&gt; 2015-09-13 11:46:38 23345 [Note]   - '::' resolves to '::';
[INFO] [INFO] &gt;&gt; 2015-09-13 11:46:38 23345 [Note] Server socket created on IP: '::'.
[INFO] [INFO] &gt;&gt; 2015-09-13 11:46:38 23345 [Note] Event Scheduler: Loaded 0 events
[INFO] [INFO] >> 2015-09-13 11:46:38 23345 [Note] /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysqld: ready for connections.
[INFO] [INFO] >> Version: '5.6.14-log'  socket: '/home/r/repo/target/it/parallel/target/mysql-data-second/mysql.sock'  port: 37640  MySQL Community Server (GPL)
[INFO] [INFO] socket /home/r/repo/target/it/parallel/target/mysql-data-second/mysql.sock is available after 3s of waiting
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysqladmin --no-defaults --port=37640 --user=root --socket=/home/r/repo/target/it/parallel/target/mysql-data-second/mysql.sock --host=127.0.0.1 password root
[INFO] [INFO] $ /home/r/repo/target/it/parallel/target/mysql-5.6.14/bin/mysql --port=37640 --user=root --password=root --socket=/home/r/repo/target/it/parallel/target/mysql-data-second/mysql.sock
[INFO] [WARNING] >> Warning: Using a password on the command line interface can be insecure.
[INFO] [INFO] #start('Config(tcpport=37640, dbuser=root, dbpassword=root, name=root, dbopts=[])', /home/r/repo/target/it/parallel/target/mysql-5.6.14, /home/r/repo/target/it/parallel/target/mysql-data-second, true, NULL): in 9.03s
[INFO] [INFO] #reusedExistingDatabase(): false in 34.24µs
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [INFO] #reusedExistingDatabase(): false in 11.98µs
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.16:integration-test (default) @ parallel ---
[INFO] [INFO] Failsafe report directory: /home/r/repo/target/it/parallel/target/failsafe-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.ParallelITCase
[INFO] Sep 13, 2015 11:46:40 AM org.hibernate.validator.internal.util.Version <clinit>
[INFO] INFO: HV000001: Hibernate Validator 4.3.0.Final
[INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 sec - in com.jcabi.ParallelITCase
[INFO] [INFO] >> 150913 11:46:41 [Warning] Aborted connection 3 to db: 'root' user: 'root' host: 'localhost' (Got an error reading communication packets)
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:stop (start-stop-first) @ parallel ---
[INFO] [INFO] #stop(42682): in 198.20µs
[INFO] [INFO] #reusedExistingDatabase(): false in 16.41µs
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [INFO] #reusedExistingDatabase(): false in 13.26µs
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:stop (start-stop-second) @ parallel ---
[INFO] [ERROR] Error reading from process stream: java.io.IOException: Stream closed
[INFO]  at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
[INFO]  at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
[INFO]  at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
[INFO]  at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
[INFO]  at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
[INFO]  at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
[INFO]  at java.io.InputStreamReader.read(InputStreamReader.java:184)
[INFO]  at java.io.BufferedReader.fill(BufferedReader.java:154)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:317)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:382)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
[INFO]  at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
[INFO]  at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
[INFO]  at java.lang.Thread.run(Thread.java:745)
[INFO]
[INFO] [INFO] #stop(37640): in 52.50µs
[INFO] [INFO] #reusedExistingDatabase(): false in 11.63µs
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [ERROR] Error reading from process stream: java.io.IOException: Stream closed
[INFO]  at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
[INFO]  at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
[INFO]  at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
[INFO]  at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
[INFO]  at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
[INFO]  at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
[INFO]  at java.io.InputStreamReader.read(InputStreamReader.java:184)
[INFO]  at java.io.BufferedReader.fill(BufferedReader.java:154)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:317)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:382)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
[INFO]  at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
[INFO]  at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
[INFO]  at java.lang.Thread.run(Thread.java:745)
[INFO]
[INFO] [INFO] #reusedExistingDatabase(): false in 52.86µs
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.16:verify (default) @ parallel ---
[INFO] [INFO] Failsafe report directory: /home/r/repo/target/it/parallel/target/failsafe-reports
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parallel ---
[INFO] [INFO] Installing /home/r/repo/target/it/parallel/target/parallel-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/parallel/1.0-SNAPSHOT/parallel-1.0-SNAPSHOT.jar
[INFO] [INFO] Installing /home/r/repo/target/it/parallel/pom.xml to /home/r/repo/target/local-repo/com/jcabi/parallel/1.0-SNAPSHOT/parallel-1.0-SNAPSHOT.pom
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 01:14 min
[INFO] [INFO] Finished at: 2015-09-13T11:46:41+00:00
[INFO] [INFO] Final Memory: 35M/464M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [INFO] #stop(37640): in 286.39µs
[INFO] [INFO] #stop(42682): in 5.46ms
[INFO] run script verify.groovy
[INFO] Running post-build script: /home/r/repo/target/it/parallel/verify.groovy
[INFO] Finished post-build script: /home/r/repo/target/it/parallel/verify.groovy
[INFO] ..SUCCESS (80.0 s)
[INFO] Building: skip/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building skip 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 37.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 599.0 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ skip ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/skip/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ skip ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 13.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 267.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 155.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 33.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 42.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 48.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 517.7 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 46.3 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 204.8 KB/sec)
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ skip ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/skip/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ skip ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ skip ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ skip ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/target/it/skip/target/skip-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:start (default) @ skip ---
[INFO] [INFO] execution skipped because of 'skip' option
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ skip ---
[INFO] [INFO] Installing /home/r/repo/target/it/skip/target/skip-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/skip/1.0-SNAPSHOT/skip-1.0-SNAPSHOT.jar
[INFO] [INFO] Installing /home/r/repo/target/it/skip/pom.xml to /home/r/repo/target/local-repo/com/jcabi/skip/1.0-SNAPSHOT/skip-1.0-SNAPSHOT.pom
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 5.430 s
[INFO] [INFO] Finished at: 2015-09-13T11:46:52+00:00
[INFO] [INFO] Final Memory: 13M/276M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] run script verify.groovy
[INFO] Running post-build script: /home/r/repo/target/it/skip/verify.groovy
[INFO] Finished post-build script: /home/r/repo/target/it/skip/verify.groovy
[INFO] ..SUCCESS (9.1 s)
[INFO] Building: with-options/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building basic-usage 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:classify (default) @ basic-usage ---
[INFO] [INFO] ${mysql.classifier} set to "linux-amd64&quot;
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (default) @ basic-usage ---
[INFO] [INFO] Configured Artifact: com.jcabi:mysql-dist:linux-amd64:5.6.14:zip
[INFO] [INFO] Unpacking /home/r/repo/target/local-repo/com/jcabi/mysql-dist/5.6.14/mysql-dist-5.6.14-linux-amd64.zip to /home/r/repo/target/it/with-options/target/mysql-dist with includes "" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basic-usage ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/with-options/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ basic-usage ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basic-usage ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/with-options/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ basic-usage ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/target/it/with-options/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (default) @ basic-usage ---
[INFO] [INFO] Reserved port 54502 for mysql.port
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ basic-usage ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ basic-usage ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/target/it/with-options/target/basic-usage-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:start (default) @ basic-usage ---
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
[INFO] Sep 13, 2015 11:47:29 AM org.hibernate.validator.internal.util.Version <clinit>
[INFO] INFO: HV000001: Hibernate Validator 5.2.0.CR1
[INFO] [ERROR] JSR-303 validator failed to initialize: HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead (see http://aspects.jcabi.com/jsr-303.html)
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] reuse existing database false
[INFO] [INFO] created /home/r/repo/target/it/with-options/target/mysql-data directory
[INFO] [INFO] $ /home/r/repo/target/it/with-options/target/mysql-dist/scripts/mysql_install_db --defaults-file=/home/r/repo/target/it/with-options/target/mysql-data/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/home/r/repo/target/it/with-options/target/mysql-data/data --basedir=/home/r/repo/target/it/with-options/target/mysql-dist
[INFO] [WARNING] >> 2015-09-13 11:47:29 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
[INFO] [WARNING] >> 2015-09-13 11:47:29 23494 [Note] InnoDB: Database physically writes the file full: wait...
[INFO] [WARNING] >> 2015-09-13 11:47:31 23494 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
[INFO] [WARNING] >> 2015-09-13 11:47:31 23494 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Warning] InnoDB: New log files created, LSN=45781
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: Doublewrite buffer not found: creating new
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: Doublewrite buffer created
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Warning] InnoDB: Creating foreign key constraint system tables.
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: Foreign key constraint system tables created
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: Creating tablespace and datafile system tables.
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: Tablespace and datafile system tables created.
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: Waiting for purge to start
[INFO] [WARNING] >> 2015-09-13 11:47:33 23494 [Note] InnoDB: 5.6.14 started; log sequence number 0
[INFO] [WARNING] >> 2015-09-13 11:47:35 23494 [Note] Binlog end
[INFO] [WARNING] >> 2015-09-13 11:47:35 23494 [Note] InnoDB: FTS optimize thread exiting.
[INFO] [WARNING] >> 2015-09-13 11:47:35 23494 [Note] InnoDB: Starting shutdown...
[INFO] [WARNING] >> 2015-09-13 11:47:35 23494 [Note] InnoDB: Shutdown completed; log sequence number 1625977
[INFO] [INFO] >> Installing MySQL system tables...OK
[INFO] [INFO] >>
[INFO] [WARNING] >> 2015-09-13 11:47:35 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: Initializing buffer pool, size = 128.0M
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: Highest supported file format is Barracuda.
[INFO] [WARNING] >> 2015-09-13 11:47:35 23518 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [WARNING] >> 2015-09-13 11:47:36 23518 [Note] InnoDB: Waiting for purge to start
[INFO] [WARNING] >> 2015-09-13 11:47:36 23518 [Note] InnoDB: 5.6.14 started; log sequence number 1625977
[INFO] [WARNING] >> 2015-09-13 11:47:36 23518 [Note] Binlog end
[INFO] [WARNING] >> 2015-09-13 11:47:36 23518 [Note] InnoDB: FTS optimize thread exiting.
[INFO] [WARNING] >> 2015-09-13 11:47:36 23518 [Note] InnoDB: Starting shutdown...
[INFO] [WARNING] >> 2015-09-13 11:47:37 23518 [Note] InnoDB: Shutdown completed; log sequence number 1625987
[INFO] [INFO] >> Filling help tables...OK
[INFO] [INFO] >>
[INFO] [INFO] >> To start mysqld at boot time you have to copy
[INFO] [INFO] &gt;&gt; support-files/mysql.server to the right place for your system
[INFO] [INFO] &gt;&gt;
[INFO] [INFO] &gt;&gt; PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
[INFO] [INFO] &gt;&gt; To do so, start the server, then issue the following commands:
[INFO] [INFO] &gt;&gt;
[INFO] [INFO] &gt;&gt;   /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysqladmin -u root password 'new-password'
[INFO] [INFO] >>   /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysqladmin -u root -h docker password 'new-password'
[INFO] [INFO] >>
[INFO] [INFO] >> Alternatively you can run:
[INFO] [INFO] >>
[INFO] [INFO] >>   /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysql_secure_installation
[INFO] [INFO] >>
[INFO] [INFO] >> which will also give you the option of removing the test
[INFO] [INFO] >> databases and anonymous user created by default.  This is
[INFO] [INFO] >> strongly recommended for production servers.
[INFO] [INFO] >>
[INFO] [INFO] >> See the manual for more instructions.
[INFO] [INFO] >>
[INFO] [INFO] >> You can start the MySQL daemon with:
[INFO] [INFO] >>
[INFO] [INFO] >>   cd . ; /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysqld_safe &
[INFO] [INFO] >>
[INFO] [INFO] >> You can test the MySQL daemon with mysql-test-run.pl
[INFO] [INFO] >>
[INFO] [INFO] >>   cd mysql-test ; perl mysql-test-run.pl
[INFO] [INFO] >>
[INFO] [INFO] >> Please report any problems with the ./bin/mysqlbug script!
[INFO] [INFO] >>
[INFO] [INFO] >> The latest information about MySQL is available on the web at
[INFO] [INFO] >>
[INFO] [INFO] >>   http://www.mysql.com
[INFO] [INFO] >>
[INFO] [INFO] >> Support MySQL by buying support/licenses at http://shop.mysql.com
[INFO] [INFO] >>
[INFO] [INFO] >> New default config file was created as /home/r/repo/target/it/with-options/target/mysql-dist/my.cnf and
[INFO] [INFO] >> will be used by default by the server when you start it.
[INFO] [INFO] >> You may edit this file to change server settings
[INFO] [INFO] >>
[INFO] [INFO] $ /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysqld --no-defaults --user=r --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=root --basedir=/home/r/repo/target/it/with-options/target/mysql-dist --lc-messages-dir=/home/r/repo/target/it/with-options/target/mysql-dist/share --datadir=/home/r/repo/target/it/with-options/target/mysql-data/data --tmpdir=/home/r/repo/target/it/with-options/target/mysql-data/temp --socket=/home/r/repo/target/it/with-options/target/mysql-data/mysql.sock --pid-file=/home/r/repo/target/it/with-options/target/mysql-data/mysql.pid --port=54502
[INFO] [INFO] >> 2015-09-13 11:47:38 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] Plugin 'FEDERATED' is disabled.
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: The InnoDB memory heap is disabled
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: Compressed tables use zlib 1.2.3
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: Using CPU crc32 instructions
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: Initializing buffer pool, size = 64.0M
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: Completed initialization of buffer pool
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: Highest supported file format is Barracuda.
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Warning] InnoDB: Starting to delete and rewrite log files.
[INFO] [INFO] >> 2015-09-13 11:47:38 23542 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
[INFO] [INFO] >> 2015-09-13 11:47:39 23542 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
[INFO] [INFO] >> 2015-09-13 11:47:39 23542 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
[INFO] [INFO] >> 2015-09-13 11:47:39 23542 [Warning] InnoDB: New log files created, LSN=1625987
[INFO] [INFO] >> 2015-09-13 11:47:39 23542 [Note] InnoDB: 128 rollback segment(s) are active.
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note] InnoDB: Waiting for purge to start
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note] InnoDB: 5.6.14 started; log sequence number 1625987
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 3c7d33be-5a0d-11e5-98bc-0242ac11017f.
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note] Server hostname (bind-address): '*'; port: 54502
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note] IPv6 is available.
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note]   - '::' resolves to '::';
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note] Server socket created on IP: '::'.
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note] Event Scheduler: Loaded 0 events
[INFO] [INFO] >> 2015-09-13 11:47:40 23542 [Note] /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysqld: ready for connections.
[INFO] [INFO] >> Version: '5.6.14-log'  socket: '/home/r/repo/target/it/with-options/target/mysql-data/mysql.sock'  port: 54502  MySQL Community Server (GPL)
[INFO] [INFO] socket /home/r/repo/target/it/with-options/target/mysql-data/mysql.sock is available after 3s of waiting
[INFO] [INFO] $ /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysqladmin --no-defaults --port=54502 --user=root --socket=/home/r/repo/target/it/with-options/target/mysql-data/mysql.sock --host=127.0.0.1 password root
[INFO] [INFO] $ /home/r/repo/target/it/with-options/target/mysql-dist/bin/mysql --port=54502 --user=root --password=root --socket=/home/r/repo/target/it/with-options/target/mysql-data/mysql.sock
[INFO] [WARNING] >> Warning: Using a password on the command line interface can be insecure.
[INFO] [INFO] #start('Config(tcpport=54502, dbuser=root, dbpassword=roo..29..ble_names=1, sql-mode=ALLOW_INVALID_DATES])', /home/r/repo/target/it/with-options/target/mysql-dist, /home/r/repo/target/it/with-options/target/mysql-data, true, NULL): in 11.20s
[INFO] [INFO] #reusedExistingDatabase(): false in 47.40µs
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [INFO] #reusedExistingDatabase(): false in 13.63µs
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.16:integration-test (default) @ basic-usage ---
[INFO] [INFO] Failsafe report directory: /home/r/repo/target/it/with-options/target/failsafe-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.WithOptionsITCase
[INFO] Sep 13, 2015 11:47:42 AM org.hibernate.validator.internal.util.Version <clinit>
[INFO] INFO: HV000001: Hibernate Validator 4.3.0.Final
[INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 sec - in com.jcabi.WithOptionsITCase
[INFO] [INFO] >> 2015-09-13 11:47:42 23542 [Warning] Aborted connection 3 to db: 'root' user: 'root' host: 'localhost' (Got an error reading communication packets)
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO]
[INFO] [INFO] --- jcabi-mysql-maven-plugin:1.0-SNAPSHOT:stop (default) @ basic-usage ---
[INFO] [INFO] #stop(54502): in 164.51&micro;s
[INFO] [INFO] #reusedExistingDatabase(): false in 12.49&micro;s
[INFO] [INFO] set Maven property jcabi.reused.database = false
[INFO] [INFO] #reusedExistingDatabase(): false in 11.90&micro;s
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.16:verify (default) @ basic-usage ---
[INFO] [INFO] Failsafe report directory: /home/r/repo/target/it/with-options/target/failsafe-reports
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [ERROR] Error reading from process stream: java.io.IOException: Stream closed
[INFO]  at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
[INFO]  at java.io.BufferedInputStream.read1(BufferedInputStream.java:272)
[INFO]  at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
[INFO]  at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
[INFO]  at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
[INFO]  at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
[INFO]  at java.io.InputStreamReader.read(InputStreamReader.java:184)
[INFO]  at java.io.BufferedReader.fill(BufferedReader.java:154)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:317)
[INFO]  at java.io.BufferedReader.readLine(BufferedReader.java:382)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:367)
[INFO]  at com.jcabi.log.VerboseProcess$Monitor.call(VerboseProcess.java:324)
[INFO]  at com.jcabi.log.VerboseRunnable$1.run(VerboseRunnable.java:133)
[INFO]  at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
[INFO]  at java.lang.Thread.run(Thread.java:745)
[INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basic-usage ---
[INFO] [INFO] Installing /home/r/repo/target/it/with-options/target/basic-usage-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/basic-usage/1.0-SNAPSHOT/basic-usage-1.0-SNAPSHOT.jar
[INFO] [INFO] Installing /home/r/repo/target/it/with-options/pom.xml to /home/r/repo/target/local-repo/com/jcabi/basic-usage/1.0-SNAPSHOT/basic-usage-1.0-SNAPSHOT.pom
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 46.899 s
[INFO] [INFO] Finished at: 2015-09-13T11:47:42+00:00
[INFO] [INFO] Final Memory: 27M/391M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [INFO] #stop(54502): in 98.97µs
[INFO] run script verify.groovy
[INFO] Running post-build script: /home/r/repo/target/it/with-options/verify.groovy
[INFO] Finished post-build script: /home/r/repo/target/it/with-options/verify.groovy
[INFO] ..SUCCESS (51.5 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 4, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ jcabi-mysql-maven-plugin ---
[INFO] LICENSE found: file:/home/r/repo/LICENSE.txt
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
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] /src/main/java/com/jcabi/mysql/maven/plugin/Instances.java[154]: Comments in method body are prohibited (MethodBodyCommentsCheck)
[ERROR] /src/main/java/com/jcabi/mysql/maven/plugin/Instances.java[154]: Line is longer than 80 characters (found 82). (LineLengthCheck)
[INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:34 min
[INFO] Finished at: 2015-09-13T11:47:51+00:00
[INFO] Final Memory: 46M/423M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12:check (jcabi-check) on project jcabi-mysql-maven-plugin: Failure: 2 Checkstyle violations (see log above) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12:check (jcabi-check) on project jcabi-mysql-maven-plugin: Failure
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
        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.MojoFailureException: Failure
        at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:65)
        at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        ... 19 more
Caused by: com.qulice.spi.ValidationException: 2 Checkstyle violations (see log above)
        at com.qulice.checkstyle.CheckstyleValidator.validate(CheckstyleValidator.java:96)
        at com.qulice.maven.CheckMojo.run(CheckMojo.java:83)
        at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
        ... 22 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/MojoFailureException