+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-BEQ8/run.sh
+ cd /tmp/rultor-BEQ8
+ echo 3487
+ echo '1.52.3 7099abc'
1.52.3 7099abc
+ date
Fri Apr 17 02:23:47 CEST 2015
+ uptime
02:23:47 up 60 days, 3:55, 0 users, load average: 0.00, 0.16, 0.53
+ fork=git@github.com:cvrebert/jcabi-github.git
+ fork_branch=add-IssueEvents
+ head=git@github.com:jcabi/jcabi-github.git
+ head_branch=master
+ pull_id=1061
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=fork=git@github.com:cvrebert/jcabi-github.git' '--env=fork_branch=add-IssueEvents' '--env=head=git@github.com:jcabi/jcabi-github.git' '--env=head_branch=master' '--env=pull_id=1061')
+ image=yegor256/rultor
+ squash=false
+ directory=
+ scripts=('sudo gem install pdd' ';' 'mvn clean install -Pjcabi-github -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=/dev/null' ';')
+ container=jcabi_jcabi-github_1061
+ as_root=false
+ git clone --branch=master --depth=10 git@github.com:jcabi/jcabi-github.git repo
Initialized empty Git repository in /tmp/rultor-BEQ8/repo/.git/
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo gem install pdd' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo gem install pdd' ';' 'mvn clean install -Pjcabi-github -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:cvrebert/jcabi-github.git
+ git remote update
Fetching origin
Fetching fork
From github.com:cvrebert/jcabi-github
* [new branch] add-IssueEvents -> fork/add-IssueEvents
* [new branch] doc-latestEvent-IllegalStateException -> fork/doc-latestEvent-IllegalStateException
* [new branch] fix-1057 -> fork/fix-1057
* [new branch] gh-pages -> fork/gh-pages
* [new branch] master -> fork/master
+ '[' false == true ']'
+ git merge fork/add-IssueEvents
Merge made by recursive.
src/main/java/com/jcabi/github/IssueEvents.java | 68 ++++++++++++
src/main/java/com/jcabi/github/Repo.java | 15 ++--
src/main/java/com/jcabi/github/RtIssueEvents.java | 118 +++++++++++++++++++++
src/main/java/com/jcabi/github/RtRepo.java | 18 +---
src/main/java/com/jcabi/github/mock/MkRepo.java | 13 ++-
src/test/java/com/jcabi/github/RtRepoITCase.java | 2 +-
src/test/java/com/jcabi/github/RtRepoTest.java | 2 +-
7 files changed, 207 insertions(+), 29 deletions(-)
create mode 100644 src/main/java/com/jcabi/github/IssueEvents.java
create mode 100644 src/main/java/com/jcabi/github/RtIssueEvents.java
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.53
++ echo 0.53 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.53, low enough to run a new Docker container'
load average is 0.53, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Pulling repository yegor256/rultor
df0608d44329: Pulling image (latest) from yegor256/rultor
df0608d44329: Pulling image (latest) from yegor256/rultor, endpoint: https://registry-1.docker.io/v1/
df0608d44329: Pulling dependent layers
511136ea3c5a: Download complete
d7ac5e4f1812: Download complete
2f4b4d6a4a06: Download complete
83ff768040a0: Download complete
6c37f792ddac: Download complete
e54ca5efa2e9: Download complete
18e5e08ce16d: Download complete
cfd3123899d7: Download complete
7fdbbba76594: Download complete
452bfe735d07: Download complete
2d8dc22e2c1a: Download complete
5dba824e2096: Download complete
996aaaaa3be6: Download complete
e2730cdac0e5: Download complete
3d8c369c7792: Download complete
2ed8d6c88527: Download complete
39a477af720b: Download complete
b97894feaf2c: Download complete
5a2f0c609499: Download complete
9ad8daa2cd1d: Download complete
fbb3c7ffb85b: Download complete
63892fa9dc21: Download complete
244638a429a4: Download complete
c0b899df8169: Download complete
689ff7a95ae2: Download complete
da4c3c51f876: Download complete
af8fbf8cd4dc: Download complete
7d0fc5b517c8: Download complete
a7280d0d7ae9: Download complete
2ad7249bf03c: Download complete
1ccd85a022a2: Download complete
ef7a01b3f761: Download complete
99499274d0d3: Download complete
df0608d44329: Download complete
df0608d44329: Download complete
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi-github_1061\s*$'
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-BEQ8:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=fork=git@github.com:cvrebert/jcabi-github.git --env=fork_branch=add-IssueEvents --env=head=git@github.com:jcabi/jcabi-github.git --env=head_branch=master --env=pull_id=1061 --memory=4g --cidfile=/tmp/rultor-BEQ8/cid -w=/main --name=jcabi_jcabi-github_1061 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/.ivy2 /root/.java /root/.m2 /root/.profile /root/.sbt /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 gem install pdd
Building native extensions. This could take a while...
Building native extensions. This could take a while...
unable to convert U+2019 from UTF-8 to US-ASCII for lib/nokogiri.rb, skipping
unable to convert "\xE6" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.ja.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.rdoc, skipping
unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.ja.rdoc, skipping
unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping
unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ext/nokogiri/xml_node_set.c, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ChangeLog, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.3.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.0.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.1.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.3.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.4.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.5.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.6.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.0.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.1.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.3.rdoc, skipping
unable to convert U+2019 from UTF-8 to US-ASCII for lib/nokogiri.rb, skipping
unable to convert "\xE6" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.ja.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.rdoc, skipping
unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.ja.rdoc, skipping
unable to convert "\xE9" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping
unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ext/nokogiri/xml_node_set.c, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for ChangeLog, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.8.3.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.0.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.1.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.3.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.4.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.5.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-0.9.6.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.0.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.1.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.2.rdoc, skipping
unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for doc/release_notes/rake-10.0.3.rdoc, skipping
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 rake-10.4.2
Successfully installed pdd-0.14
4 gems installed
Installing ri documentation for nokogiri-1.6.5...
Installing ri documentation for ruby-filemagic-0.6.1...
Installing ri documentation for rake-10.4.2...
Installing ri documentation for pdd-0.14...
Installing RDoc documentation for nokogiri-1.6.5...
Installing RDoc documentation for ruby-filemagic-0.6.1...
Installing RDoc documentation for rake-10.4.2...
Installing RDoc documentation for pdd-0.14...
+ mvn clean install -Pjcabi-github -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.17/jcabi-1.17.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.17/jcabi-1.17.pom (7 KB at 26.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1.pom (74 KB at 1437.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (6 KB at 0.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 KB at 64.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (63 KB at 114.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (7 KB at 20.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (8 KB at 19.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (7 KB at 19.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (3 KB at 6.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (3 KB at 8.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 KB at 65.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 KB at 97.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (2 KB at 5.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (41 KB at 89.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (9 KB at 29.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 KB at 18.6 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (851 KB at 350.6 KB/sec)
Downloaded:Khttps://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (2122 KB at 705.4 KB/sec)
Downloaded:Khttps://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (10706 KB at 2524.2 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-github 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/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom (9 KB at 273.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (17 KB at 528.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar (78 KB at 1646.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom (12 KB at 23.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom (7 KB at 20.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom (73 KB at 105.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar (28 KB at 40.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.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 409.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 373.1 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 2076.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.pom (12 KB at 513.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.jar (31 KB at 1219.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom (5 KB at 212.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar (34 KB at 1392.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom (8 KB at 312.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar (25 KB at 1056.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom (17 KB at 711.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar (212 KB at 4595.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.pom (17 KB at 11.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom (7 KB at 12.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom (73 KB at 99.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.jar (45 KB at 56.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.pom (8 KB at 309.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.jar (33 KB at 1235.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.pom (8 KB at 5.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom (7 KB at 0.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.pom (5 KB at 0.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.pom (2 KB at 0.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom (4 KB at 1.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.pom (10 KB at 8.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom (11 KB at 16.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.16/jcabi-1.16.pom (7 KB at 19.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.31/parent-0.31.pom (73 KB at 64.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom (5 KB at 13.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.1/xembly-0.19.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.1/xembly-0.19.1.pom (8 KB at 12.0 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 4.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 KB at 365.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (57 KB at 1446.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 KB at 572.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom (6 KB at 4.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (8 KB at 16.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.9-RC2/reflections-0.9.9-RC2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.9-RC2/reflections-0.9.9-RC2.pom (7 KB at 13.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.pom (10 KB at 29.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom (764 B at 32.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.pom (2 KB at 1.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (4 KB at 138.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.pom (13 KB at 466.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.2.0.Alpha1/hibernate-validator-parent-5.2.0.Alpha1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.Alpha1/hibernate-validator-parent-5.2.0.Alpha1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.Alpha1/hibernate-validator-parent-5.2.0.Alpha1.pom (28 KB at 1200.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.pom (24 KB at 15.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.pom (2 KB at 4.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.pom (3 KB at 8.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom (17 KB at 29.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.1/xembly-0.19.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar (79 KB at 58.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 15.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar
Downloaded:4https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (12 KB at 37.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
Downloaded:4https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.jar (48 KB at 28.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar
Downloading:0https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.9-RC2/reflections-0.9.9-RC2.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.1/xembly-0.19.1.jar (70 KB at 36.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar (96 KB at 49.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
Downloading:4https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar (45 KB at 56.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar
Downloaded:3https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar (698 KB at 491.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar (115 KB at 105.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.jar
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar (2204 KB at 1038.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.9-RC2/reflections-0.9.9-RC2.jar (128 KB at 62.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.jar (41 KB at 118.5 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (1159 KB at 385.5 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.jar (308 KB at 144.6 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.jar (1123 KB at 396.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.jar
Downloaded:7http://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar (73 KB at 1120.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (278 KB at 3469.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.jar (670 KB at 4237.6 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 6099.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.pom (2 KB at 61.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.9/maven-scm-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.9/maven-scm-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.9/maven-scm-1.9.pom (24 KB at 830.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.pom (3 KB at 88.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.9/maven-scm-managers-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.9/maven-scm-managers-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.9/maven-scm-managers-1.9.pom (2 KB at 60.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.pom (3 KB at 77.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.9/maven-scm-providers-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.9/maven-scm-providers-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.9/maven-scm-providers-1.9.pom (4 KB at 121.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom (3 KB at 104.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom (3 KB at 79.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.pom (3 KB at 114.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.pom (3 KB at 91.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.9/maven-scm-providers-git-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.9/maven-scm-providers-git-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.9/maven-scm-providers-git-1.9.pom (3 KB at 87.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.pom (3 KB at 96.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom (3 KB at 109.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom (2 KB at 75.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.pom (3 KB at 107.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.pom (3 KB at 105.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.pom (3 KB at 116.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.pom (3 KB at 112.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.pom (3 KB at 100.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar (104 KB at 1981.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar (38 KB at 1427.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.jar (11 KB at 105.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.jar (40 KB at 1519.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar (79 KB at 2690.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.jar (54 KB at 445.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.jar (64 KB at 473.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.jar (76 KB at 518.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar (30 KB at 343.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar (73 KB at 1513.5 KB/sec)
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.jar (65 KB at 2296.3 KB/sec)
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.jar (70 KB at 716.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar (80 KB at 807.2 KB/sec)
[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: 701d77a at timestamp: 2015-04-17T00:28:14
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github ---
[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.1:compile (default-compile) @ jcabi-github ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 215 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-compile) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.pom (5 KB at 3.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom (1021 B at 2.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (14 KB at 176.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (26 KB at 344.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloaded:5https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.jar (39 KB at 31.0 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 2474.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (619 KB at 2619.8 KB/sec)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
[WARNING] advice defined in com.jcabi.aspects.aj.SingleException has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.ExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodAsyncRunner has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodCacher has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodScheduler has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Parallelizer has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.QuietExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodInterrupter has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 1326 file(s) processed, 2767 pointcut(s) woven, 0 error(s), 10 warning(s)
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-github ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jcabi-github ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 182 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-test-compile) @ jcabi-github ---
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc-test
[WARNING] advice defined in com.jcabi.aspects.aj.MethodValidator has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.SingleException has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.ExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodAsyncRunner has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodCacher has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodScheduler has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Parallelizer has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.QuietExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodInterrupter has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 205 file(s) processed, 6 pointcut(s) woven, 0 error(s), 11 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom (6 KB at 80.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom (3 KB at 42.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom (3 KB at 52.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (39 KB at 805.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar (144 KB at 2179.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar (260 KB at 1385.9 KB/sec)
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] parallel='all', 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.17/surefire-junit47-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.pom (5 KB at 78.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/2.17/surefire-providers-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.17/surefire-providers-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.17/surefire-providers-2.17.pom (3 KB at 45.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.pom (4 KB at 63.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.pom (2 KB at 38.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.pom (2 KB at 29.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.pom (2 KB at 32.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.pom (3 KB at 47.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar (18 KB at 673.7 KB/sec)
Downloading:1https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar (16 KB at 299.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar (11 KB at 331.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar (117 KB at 2469.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar (37 KB at 771.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar (38 KB at 1159.0 KB/sec)
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.jcabi.github.IssueTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 1ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.616 sec - in com.jcabi.github.IssueTest
Running com.jcabi.github.mock.JsonPatchTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.17 sec - in com.jcabi.github.mock.JsonPatchTest
Running com.jcabi.github.mock.MkGitignoresTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in com.jcabi.github.mock.MkGitignoresTest
Running com.jcabi.github.LabelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in com.jcabi.github.LabelTest
Running com.jcabi.github.mock.MkRepoCommitTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in com.jcabi.github.mock.MkRepoCommitTest
Running com.jcabi.github.mock.MkSearchTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/TestCode created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/TestRepo created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/TestIssues created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/TestIssues by jeff: test issue
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.908 sec - in com.jcabi.github.mock.MkSearchTest
Running com.jcabi.github.mock.MkReposTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository tom/1 created by tom
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository tom/2 created by tom
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/remove-me created by jeff
[0;31mERRORm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: #get(jeff/remove-me): thrown java.lang.IllegalArgumentException(repository jeff/remove-me doesn't exist) out of com.jcabi.github.mock.MkRepos#get_aroundBody4[125] in 64ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/hello created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.81 sec - in com.jcabi.github.mock.MkReposTest
Running com.jcabi.github.RtGistCommentsTest
Apr 17, 2015 12:28:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
Apr 17, 2015 12:28:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59826
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59826 /gists/3/comments): [201 Created] in 398ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59826 /gists/3/comments/1): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59826
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37278
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37278 /gists/2/comments): [200 OK] in 380ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37278
Apr 17, 2015 12:28:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54436
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54436 /gists/1/comments/1): [200 OK] in 361ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54436
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.672 sec - in com.jcabi.github.RtGistCommentsTest
Running com.jcabi.github.mock.MkPullCommentTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.851 sec - in com.jcabi.github.mock.MkPullCommentTest
Running com.jcabi.github.RtForksTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/forks/forks): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50005
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:50005 /repos/test_user/test_repo/forks): [202 Accepted] in 122ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50005 /repos/test_user/test_repo/forks/repos/test_user/test_repo/forks/1): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50005
Apr 17, 2015 12:28:56 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 sec - in com.jcabi.github.RtForksTest
Running com.jcabi.github.RtTreesTest
Apr 17, 2015 12:28:56 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42813
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42813 /repos/mark/test/git/trees): [201 Created] in 1s
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42813
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 sec - in com.jcabi.github.RtTreesTest
Running com.jcabi.github.RtPaginationTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59517
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59517 /): [200 OK] in 147ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59517
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54838
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54838 /): [200 OK] in 84ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54838 /s): [200 OK] in 18ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54838
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.289 sec - in com.jcabi.github.RtPaginationTest
Running com.jcabi.github.RtGistTest
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48956
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:48956 /gists/patch): [200 OK] in 355ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48956
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42265
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:42265 /gists/unstar/star): [204 No Content] in 518ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42265
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34195
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34195
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38375
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38375 /gists/testGetFiles): [200 OK] in 426ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38375
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34738
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34738 /gists/test): [200 OK] in 346ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34738 /gists/world): [200 OK] in 80ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:34738 /gists/test/forks): [201 Created] in 13ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34738 /gists/forked): [200 OK] in 15ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34738 /gists/world): [200 OK] in 26ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34738
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38228
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38228 /gists/test): [200 OK] in 486ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38228 /gists/world): [200 OK] in 29ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38228
Apr 17, 2015 12:28:57 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34085
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34085 /gists/testWrite): [200 OK] in 275ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34085
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.336 sec - in com.jcabi.github.RtGistTest
Running com.jcabi.github.mock.MkCollaboratorsTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec - in com.jcabi.github.mock.MkCollaboratorsTest
Running com.jcabi.github.mock.MkBlobsTest
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 sec - in com.jcabi.github.mock.MkBlobsTest
Running com.jcabi.github.ForkTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec - in com.jcabi.github.ForkTest
Running com.jcabi.github.RtCommitsComparisonTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in com.jcabi.github.RtCommitsComparisonTest
Running com.jcabi.github.mock.MkContentsTest
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.362 sec - in com.jcabi.github.mock.MkContentsTest
Running com.jcabi.github.PullTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in com.jcabi.github.PullTest
Running com.jcabi.github.mock.MkIssuesTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey, you
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test by jeff: hey again
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test-3 created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.321 sec - in com.jcabi.github.mock.MkIssuesTest
Running com.jcabi.github.RtMilestonesTest
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47619
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:47619 /repos/mark/test/milestones/1): [204 No Content] in 61ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in com.jcabi.github.RtMilestonesTest
Running com.jcabi.github.VisibilityTest
[0;33mWARNm] pool-1-thread-10 org.reflections.Reflections: could not create Dir using commons_vfs2 from url file:/usr/lib/x86_64-linux-gnu/jni/libatk-wrapper.so.0.0.18. skipping.
java.lang.NoClassDefFoundError: org/apache/commons/vfs2/VFS
at org.reflections.vfs.Vfs$DefaultUrlTypes$7.matches(Vfs.java:281)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:97)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:90)
at org.reflections.Reflections.scan(Reflections.java:236)
at org.reflections.Reflections.scan(Reflections.java:203)
at org.reflections.Reflections.<init>(Reflections.java:128)
at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
at com.jcabi.github.VisibilityTest.checkVisibility(VisibilityTest.java:81)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.vfs2.VFS
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 28 more
[0;33mWARNm] pool-1-thread-10 org.reflections.Reflections: could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/x86_64-linux-gnu/jni/libatk-wrapper.so.0.0.18]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
at org.reflections.vfs.Vfs.fromURL(Vfs.java:108)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:90)
at org.reflections.Reflections.scan(Reflections.java:236)
at org.reflections.Reflections.scan(Reflections.java:203)
at org.reflections.Reflections.<init>(Reflections.java:128)
at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
at com.jcabi.github.VisibilityTest.checkVisibility(VisibilityTest.java:81)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in com.jcabi.github.VisibilityTest
Running com.jcabi.github.mock.MkGistsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 sec - in com.jcabi.github.mock.MkGistsTest
Running com.jcabi.github.RtLimitTest
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;31mERRORm] pool-1-thread-15 com.jcabi.github.RtLimit: #json(): thrown java.lang.IllegalStateException('absent' is absent in JSON: {"core":{"limit":5000,"remaining":4999,"reset":1372700873},"search":{"limit":20,"remaining":18,"reset":1372697452}}) out of com.jcabi.github.RtLimit#json_aroundBody2[92] in 2ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.jcabi.github.RtLimitTest
Running com.jcabi.github.RtReposTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53371
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53371 /): [200 OK] in 233ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53371
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35497
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35497 /repos/): [204 No Content] in 172ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35497
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38757
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38757 /user/repos): [201 Created] in 213ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38757
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.262 sec - in com.jcabi.github.RtReposTest
Running com.jcabi.github.RtSearchTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/repositories): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/users): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/issues): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36851
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36851 /search/code): [200 OK] in 60ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36851 /repos/user/repo/contents/test/unit/attributes.js): [200 OK] in 40ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36851 /repos/user/repo/contents/src/attributes/classes.js): [200 OK] in 68ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36851
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.159 sec - in com.jcabi.github.RtSearchTest
Running com.jcabi.github.mock.MkForkTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkForks: fork jeff/test created inside fork by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in com.jcabi.github.mock.MkForkTest
Running com.jcabi.github.mock.MkMarkdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.jcabi.github.mock.MkMarkdownTest
Running com.jcabi.github.LimitTest
[0;31mERRORm] pool-1-thread-18 com.jcabi.github.SmartJson: #value('limit', 'interface javax.json.JsonNumber'): thrown java.lang.IllegalStateException('limit' is absent in JSON: {"absent":"absentValue"}) out of com.jcabi.github.SmartJson#value_aroundBody6[122] in 5ms
[0;31mERRORm] pool-1-thread-18 com.jcabi.github.SmartJson: #number('limit'): thrown java.lang.IllegalStateException('limit' is absent in JSON: {"absent":"absentValue"}) out of com.jcabi.github.SmartJson#value_aroundBody6[122] in 23ms
[0;31mERRORm] pool-1-thread-18 com.jcabi.github.Limit$Throttled: #json(): thrown java.lang.IllegalStateException('limit' is absent in JSON: {"absent":"absentValue"}) out of com.jcabi.github.SmartJson#value_aroundBody6[122] in 24ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in com.jcabi.github.LimitTest
Running com.jcabi.github.RtPullsTest
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39004
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39004 /repos/mark/test/pulls): [200 OK] in 128ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39004
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36767
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36767 /repos/mark/test/pulls/1000000000): [200 OK] in 57ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36767
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54500
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:54500 /repos/mark/test/pulls): [201 Created] in 47ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54500 /repos/mark/test/pulls/1000000000): [200 OK] in 123ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54500
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.968 sec - in com.jcabi.github.RtPullsTest
Running com.jcabi.github.mock.MkHooksTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 sec - in com.jcabi.github.mock.MkHooksTest
Running com.jcabi.github.RtPublicKeysTest
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38413
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38413
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38469
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:38469 /user/keys/1): [204 No Content] in 74ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38469
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43705
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43705 /user/keys): [201 Created] in 70ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43705
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36147
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36147 /user/keys): [200 OK] in 109ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36147
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.856 sec - in com.jcabi.github.RtPublicKeysTest
Running com.jcabi.github.RtValuePaginationTest
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41176
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41176 /): [200 OK] in 53ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41176
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51282
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51282 /): [200 OK] in 25ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51282 /s): [200 OK] in 21ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51282
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.212 sec - in com.jcabi.github.RtValuePaginationTest
Running com.jcabi.github.RtGitignoresTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/gitignore/templates/C#): [200 OK] in 0ms
Apr 17, 2015 12:28:56 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40425
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40425 /gitignore/templates): [200 OK] in 175ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40425
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.461 sec - in com.jcabi.github.RtGitignoresTest
Running com.jcabi.github.RtTagTest
Apr 17, 2015 12:28:58 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39912
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39912 /repos/jeff/test/git/tags/abdes00test): [200 OK] in 107ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39912
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 sec - in com.jcabi.github.RtTagTest
Running com.jcabi.github.RtIssuesTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33837
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:33837 /repos/mark/test/issues): [201 Created] in 43ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33837 /repos/mark/test/issues/1): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33837
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54389
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54389 /repos/mark/test/issues): [200 OK] in 40ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54389
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44530
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44530 /repos/mark/test/issues/1): [200 OK] in 38ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44530
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55122
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55122 /repos/mark/test/issues): [200 OK] in 60ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55122
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.471 sec - in com.jcabi.github.RtIssuesTest
Running com.jcabi.github.RtUserTest
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57599
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:57599 /user): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57599
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/notifications): [200 OK] in 1ms
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 sec - in com.jcabi.github.RtUserTest
Running com.jcabi.github.mock.MkReferencesTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.43 sec - in com.jcabi.github.mock.MkReferencesTest
Running com.jcabi.github.mock.MkMilestonesTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 sec - in com.jcabi.github.mock.MkMilestonesTest
Running com.jcabi.github.mock.MkIssueLabelsTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: how are you?
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: title
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 sec - in com.jcabi.github.mock.MkIssueLabelsTest
Running com.jcabi.github.ReleaseTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in com.jcabi.github.ReleaseTest
Running com.jcabi.github.mock.MkTagsTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in com.jcabi.github.mock.MkTagsTest
Running com.jcabi.github.RtLabelsTest
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34424
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:34424 /repos/mark/test/labels/issue): [204 No Content] in 19ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34424
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38039
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38039 /repos/mark/test/labels): [201 Created] in 16ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38039 /repos/mark/test/labels/API): [200 OK] in 23ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38039
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51200
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51200 /repos/mark/test/labels/bug): [200 OK] in 41ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51200
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50763
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50763 /repos/mark/test/labels): [200 OK] in 28ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50763
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.53 sec - in com.jcabi.github.RtLabelsTest
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Running com.jcabi.github.mock.MkLabelsTest
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey, you!
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec - in com.jcabi.github.mock.MkLabelsTest
Running com.jcabi.github.IssueLabelsTest
[0;31mERRORm] pool-1-thread-14 com.jcabi.github.IssueLabels$Smart: #get('something'): thrown java.lang.IllegalArgumentException(label 'something' not found among 0 others, use #contains() first) out of com.jcabi.github.IssueLabels$Smart#get_aroundBody2[161] in 456?s
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in com.jcabi.github.IssueLabelsTest
Running com.jcabi.github.mock.MkCommitsTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in com.jcabi.github.mock.MkCommitsTest
Running com.jcabi.github.RtGistCommentTest
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46569
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:46569 /gists/gistName/comments/1): [204 No Content] in 23ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46569
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39202
Apr 17, 2015 12:28:59 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:28 AM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56552
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39202 /gists/someName/comments/1): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39202 /gists/someName/comments/1): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39202
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56552
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.106 sec - in com.jcabi.github.RtGistCommentTest
Running com.jcabi.github.RtIssueTest
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57580
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:57580 /repos/user/repo/issues/1): [200 OK] in 92ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57580
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 sec - in com.jcabi.github.RtIssueTest
Running com.jcabi.github.DeployKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in com.jcabi.github.DeployKeyTest
Running com.jcabi.github.mock.MkEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.jcabi.github.mock.MkEventTest
Running com.jcabi.github.RtMarkdownTest
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46891
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:46891 /markdown): [200 OK] in 102ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46891
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56553
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:56553 /markdown/raw): [200 OK] in 111ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56553
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 sec - in com.jcabi.github.RtMarkdownTest
Running com.jcabi.github.RtAssigneesTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37430
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37430 /repos/test/assignee/assignees/octocat33): [404 Not Found] in 33ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37430
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59082
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59082 /repos/test/assignee/assignees/octocat2): [204 No Content] in 73ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59082
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55080
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55080 /repos/test/assignee/assignees): [200 OK] in 24ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55080
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.393 sec - in com.jcabi.github.RtAssigneesTest
Running com.jcabi.github.mock.MkCommentsTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hello, dude!
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkComments: comment #2 posted to issue #1 by jeff: hello again
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec - in com.jcabi.github.mock.MkCommentsTest
Running com.jcabi.github.OrganizationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.353 sec - in com.jcabi.github.OrganizationTest
Running com.jcabi.github.RtRepoTest
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41801
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:41801 /repos/testuser/testrepo): [200 OK] in 60ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41801
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/testuser/testrepo): [200 OK] in 0ms
Apr 17, 2015 12:29:00 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41177
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41177 /repos/testuser/testrepo/issues/events): [200 OK] in 86ms
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41177
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34712
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34712 /repos/testuser/testrepo/languages): [200 OK] in 56ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34712
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42993
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42993 /repos/testuser/testrepo/languages): [200 OK] in 49ms
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.866 sec - in com.jcabi.github.RtRepoTest
Running com.jcabi.github.RtReferenceTest
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33591
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33591 /repos/jeff/test/git/refs/heads/featureB): [200 OK] in 55ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33591
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56639
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:56639 /repos/jeff/test/git/refs/heads/featureA): [200 OK] in 41ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56639
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60211
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60211
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38943
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38943
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.469 sec - in com.jcabi.github.RtReferenceTest
Running com.jcabi.github.RtLabelTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39362
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39362 /repos/mark/test/labels/bug): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39362
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56724
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:56724 /repos/mark/test/labels/enhance): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56724
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.042 sec - in com.jcabi.github.RtLabelTest
Running com.jcabi.github.SmartJsonTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.jcabi.github.SmartJsonTest
Running com.jcabi.github.mock.MkStorageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 sec - in com.jcabi.github.mock.MkStorageTest
Running com.jcabi.github.RtGitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in com.jcabi.github.RtGitTest
Running com.jcabi.github.RtReleaseAssetTest
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58297
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:58297 /repos/john/test/releases/assets/2): [200 OK] in 25ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58297
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46110
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:46110 /repos/john/test/releases/assets/3): [204 No Content] in 13ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46110
Apr 17, 2015 12:29:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40403
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40403 /repos/john/test/releases/assets/4): [200 OK] in 29ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40403
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/john/test/releases/assets/1): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec - in com.jcabi.github.RtReleaseAssetTest
Running com.jcabi.github.mock.MkCommentTest
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey buddy
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: what's up?
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 sec - in com.jcabi.github.mock.MkCommentTest
Running com.jcabi.github.mock.MkReleaseAssetsTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec - in com.jcabi.github.mock.MkReleaseAssetsTest
Running com.jcabi.github.mock.MkDeployKeysTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec - in com.jcabi.github.mock.MkDeployKeysTest
Running com.jcabi.github.mock.MkUserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.jcabi.github.mock.MkUserTest
Running com.jcabi.github.mock.MkAssigneesTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in com.jcabi.github.mock.MkAssigneesTest
Running com.jcabi.github.mock.MkReleaseAssetTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 sec - in com.jcabi.github.mock.MkReleaseAssetTest
Running com.jcabi.github.RtReferencesTest
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54464
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54464
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49525
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49525 /repos/jeff/test/git/refs/heads): [200 OK] in 47ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49525
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46104
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:46104 /repos/jeff/test/git/refs/heads/feature-a): [204 No Content] in 23ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46104
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54935
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:54935 /repos/jeff/test/git/refs): [201 Created] in 30ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54935
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42034
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42034 /repos/jeff/test/git/refs/tags): [200 OK] in 21ms
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42034
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.055 sec - in com.jcabi.github.RtReferencesTest
Running com.jcabi.github.mock.MkPullsTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.171 sec - in com.jcabi.github.mock.MkPullsTest
Running com.jcabi.github.RtReleaseTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49595
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:49595 /repos/tstuser/tstbranch/releases/2): [200 OK] in 107ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49595
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39940
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39940 /repos/tstuser/tstbranch/releases/2): [200 OK] in 54ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39940
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35503
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35503 /repos/tstuser/tstbranch/releases/2): [204 No Content] in 17ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35503
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.46 sec - in com.jcabi.github.RtReleaseTest
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Running com.jcabi.github.RtDeployKeyTest
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52865
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:52865 /repos/test/keys/keys/3): [204 No Content] in 61ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52865
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 sec - in com.jcabi.github.RtDeployKeyTest
Running com.jcabi.github.RtOrganizationTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/orgs/testJson): [200 OK] in 0ms
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42736
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42736
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50378
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:50378 /orgs/testPatch): [200 OK] in 19ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50378
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 sec - in com.jcabi.github.RtOrganizationTest
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Running com.jcabi.github.MilestoneTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec - in com.jcabi.github.MilestoneTest
Running com.jcabi.github.mock.MkReleasesTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.354 sec - in com.jcabi.github.mock.MkReleasesTest
Running com.jcabi.github.RtStarsTest
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33168
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:33168 /user/starred/staruser/starrepo): [204 No Content] in 13ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33168
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39822
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39822 /user/starred/someuser/starredrepo): [204 No Content] in 12ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39822 /user/starred/otheruser/notstarredrepo): [404 Not Found] in 6ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34419
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:34419 /user/starred/unstaruser/unstarrepo): [204 No Content] in 14ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34419
Apr 17, 2015 12:29:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 sec - in com.jcabi.github.RtStarsTest
Running com.jcabi.github.mock.MkOrganizationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 sec - in com.jcabi.github.mock.MkOrganizationsTest
Running com.jcabi.github.RtCommitsTest
Apr 17, 2015 12:29:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59522
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59522 /repos/jeff/test/git/commits): [201 Created] in 21ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59522
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec - in com.jcabi.github.RtCommitsTest
Running com.jcabi.github.RtSearchPaginationTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/path): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.github.RtSearchPaginationTest
Running com.jcabi.github.mock.MkReleaseTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.477 sec - in com.jcabi.github.mock.MkReleaseTest
Running com.jcabi.github.RtRepoCommitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in com.jcabi.github.RtRepoCommitTest
Running com.jcabi.github.RtRepoCommitsTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/commits): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db55...6dcb09b5b57875f334f61aebed695e2e4193db56): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db57...6dcb09b5b57875f334f61aebed695e2e4193db58): [200 OK] in 0ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in com.jcabi.github.RtRepoCommitsTest
Running com.jcabi.github.RepoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.github.RepoTest
Running com.jcabi.github.RtGithubTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/meta): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/meta): [200 OK] in 0ms
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.jcabi.github.RtGithubTest
Running com.jcabi.github.mock.MkContentTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in com.jcabi.github.mock.MkContentTest
Running com.jcabi.github.NullabilityTest
[0;33mWARNm] pool-1-thread-7 org.reflections.Reflections: could not create Dir using commons_vfs2 from url file:/usr/lib/x86_64-linux-gnu/jni/libatk-wrapper.so.0.0.18. skipping.
java.lang.NoClassDefFoundError: org/apache/commons/vfs2/VFS
at org.reflections.vfs.Vfs$DefaultUrlTypes$7.matches(Vfs.java:281)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:97)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:90)
at org.reflections.Reflections.scan(Reflections.java:236)
at org.reflections.Reflections.scan(Reflections.java:203)
at org.reflections.Reflections.<init>(Reflections.java:128)
at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
at com.jcabi.github.ClasspathRule.allPublicMethods(ClasspathRule.java:112)
at com.jcabi.github.NullabilityTest.checkNullability(NullabilityTest.java:76)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
[0;33mWARNm] pool-1-thread-7 org.reflections.Reflections: could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/x86_64-linux-gnu/jni/libatk-wrapper.so.0.0.18]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
at org.reflections.vfs.Vfs.fromURL(Vfs.java:108)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:90)
at org.reflections.Reflections.scan(Reflections.java:236)
at org.reflections.Reflections.scan(Reflections.java:203)
at org.reflections.Reflections.<init>(Reflections.java:128)
at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
at com.jcabi.github.ClasspathRule.allPublicMethods(ClasspathRule.java:112)
at com.jcabi.github.NullabilityTest.checkNullability(NullabilityTest.java:76)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in com.jcabi.github.NullabilityTest
Running com.jcabi.github.mock.MkTreeTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in com.jcabi.github.mock.MkTreeTest
Running com.jcabi.github.PublicKeyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in com.jcabi.github.PublicKeyTest
Running com.jcabi.github.RtNotificationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 sec - in com.jcabi.github.RtNotificationsTest
Running com.jcabi.github.RtPullCommentsTest
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50854
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:50854 /repos/johnny/test/pulls/0/comments): [201 Created] in 65ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50854 /repos/johnny/test/pulls/comments/1000000000): [200 OK] in 15ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50854
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59113
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59113 /repos/johnny/test/pulls/0/comments): [201 Created] in 46ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59113 /repos/johnny/test/pulls/comments/1000000000): [200 OK] in 29ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59113
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34682
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:34682 /repos/johnny/test/pulls/0/comments/2): [204 No Content] in 50ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34682
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43672
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43672 /repos/johnny/test/pulls/0/comments): [200 OK] in 77ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43672
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33459
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33459 /repos/johnny/test/pulls/1/comments): [200 OK] in 70ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33459
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.148 sec - in com.jcabi.github.RtPullCommentsTest
Running com.jcabi.github.CommitsComparisonTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db53...6dcb09b5b57875f334f61aebed695e2e4193db54): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 1ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.jcabi.github.CommitsComparisonTest
Running com.jcabi.github.RtOrganizationsTest
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49753
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49753 /users/octopus/orgs): [200 OK] in 43ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49753
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45554
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45554
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42540
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42540 /user/orgs): [200 OK] in 62ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42540
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.357 sec - in com.jcabi.github.RtOrganizationsTest
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Running com.jcabi.github.RtCollaboratorsTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33204
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33204 /repos/test/collaboratorrepo/collaborators/octocat2): [204 No Content] in 38ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33204
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58678
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:58678 /repos/test/collaboratorrepo/collaborators/dummy): [204 No Content] in 12ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58678
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58573
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58573 /repos/test/collaboratorrepo/collaborators): [200 OK] in 42ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58573
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35965
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:35965 /repos/test/collaboratorrepo/collaborators/dummy1): [204 No Content] in 34ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35965
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.301 sec - in com.jcabi.github.RtCollaboratorsTest
Running com.jcabi.github.ContentTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in com.jcabi.github.ContentTest
Running com.jcabi.github.RtEventTest
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38799
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38799 /repos/test/event/issues/events/3): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38799
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 sec - in com.jcabi.github.RtEventTest
Running com.jcabi.github.mock.MkRepoCommitsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in com.jcabi.github.mock.MkRepoCommitsTest
Running com.jcabi.github.mock.MkIssueTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository first/test created by first
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkIssues: issue #1 created in first/test by second:
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.487 sec - in com.jcabi.github.mock.MkIssueTest
Running com.jcabi.github.RtReleaseAssetsTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/john/test/releases/1/assets): [201 OK] in 0ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/john/test/releases/1/assets): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in com.jcabi.github.RtReleaseAssetsTest
Running com.jcabi.github.RtCommitTest
Apr 17, 2015 12:29:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38652
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/VZfzFTbQTK created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38652 /repos/jeff/VZfzFTbQTK/git/commits/sha): [200 OK] in 49ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38652
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 sec - in com.jcabi.github.RtCommitTest
Running com.jcabi.github.RtTagsTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59282
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59282 /repos/jeff/test/git/tags): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59282 /repos/jeff/test/git/refs): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59282
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 sec - in com.jcabi.github.RtTagsTest
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Running com.jcabi.github.mock.MkRepoTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test1 created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/p2JCfQJwmZ created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec - in com.jcabi.github.mock.MkRepoTest
Running com.jcabi.github.mock.MkPublicKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in com.jcabi.github.mock.MkPublicKeyTest
Running com.jcabi.github.RtGistsTest
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35606
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35606 /gists): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35606
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37902
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37902
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57165
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:57165 /gists): [201 Created] in 12ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57165
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47643
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:47643 /gists/12234): [204 No Content] in 6ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47643
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.068 sec - in com.jcabi.github.RtGistsTest
Running com.jcabi.github.RtUserEmailsTest
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:12345 /see-FakeRequest-class/user/emails): [204 OK] in 0ms
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38628
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38628 /user/emails): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38628
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/emails): [200 OK] in 1ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in com.jcabi.github.RtUserEmailsTest
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Running com.jcabi.github.RtForkTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60507
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46389
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:60507 /repos/test_user/test_repo/forks/1): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:60507 /repos/test_user/test_repo/forks/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:60507 /repos/test_user/test_repo/forks/1): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60507
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46389
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.096 sec - in com.jcabi.github.RtForkTest
Running com.jcabi.github.wire.CarefulWireTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.009 sec - in com.jcabi.github.wire.CarefulWireTest
Running com.jcabi.github.mock.MkStarsTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in com.jcabi.github.mock.MkStarsTest
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Running com.jcabi.github.RtContentsTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57533
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:57533 /repos/test/contents/contents/test/file): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:57533 /repos/test/contents/contents/test/file): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57533
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43195
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:43195 /repos/test/contents/contents/to/remove): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43195
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45987
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:45987 /repos/test/contents/contents/test/thefile): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45987 /repos/test/contents/contents/test/thefile): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45987
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42292
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:42292 /repos/test/contents/contents/test.txt): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42292
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39440
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39440 /repos/test/contents/readme): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39440
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54867
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54867 /repos/test/contents/readme): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54867
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56519
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:56519 /repos/test/contents/contents/dir): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56519
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.263 sec - in com.jcabi.github.RtContentsTest
Running com.jcabi.github.RtBlobsTest
Apr 17, 2015 12:29:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44901
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44901 /repos/mark/test/git/blobs): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44901 /repos/mark/test/git/blobs/165119740ccb724a4df0c890fbf078bd0a244e4b): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44901
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 sec - in com.jcabi.github.RtBlobsTest
Running com.jcabi.github.mock.MkCommitsComparisonTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in com.jcabi.github.mock.MkCommitsComparisonTest
Running com.jcabi.github.RtDeployKeysTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys): [200 OK] in 0ms
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57528
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:57528 /repos/test/keys/keys): [201 Created] in 10ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57528
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys/1): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41285
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41285 /repos/test/keys/keys): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41285
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec - in com.jcabi.github.RtDeployKeysTest
Running com.jcabi.github.BulkTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.jcabi.github.BulkTest
Running com.jcabi.github.PullCommentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in com.jcabi.github.PullCommentTest
Running com.jcabi.github.mock.MkPullTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff:
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: Test Patch
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff:
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff:
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: Test Pull Json
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in com.jcabi.github.mock.MkPullTest
Running com.jcabi.github.mock.MkUserEmailsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in com.jcabi.github.mock.MkUserEmailsTest
Running com.jcabi.github.mock.MkLimitsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.jcabi.github.mock.MkLimitsTest
Running com.jcabi.github.mock.MkMilestoneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.mock.MkMilestoneTest
Running com.jcabi.github.ImmutabilityTest
[0;33mWARNm] pool-1-thread-6 org.reflections.Reflections: could not create Dir using commons_vfs2 from url file:/usr/lib/x86_64-linux-gnu/jni/libatk-wrapper.so.0.0.18. skipping.
java.lang.NoClassDefFoundError: org/apache/commons/vfs2/VFS
at org.reflections.vfs.Vfs$DefaultUrlTypes$7.matches(Vfs.java:281)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:97)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:90)
at org.reflections.Reflections.scan(Reflections.java:236)
at org.reflections.Reflections.scan(Reflections.java:203)
at org.reflections.Reflections.<init>(Reflections.java:128)
at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
at com.jcabi.github.ImmutabilityTest.checkImmutability(ImmutabilityTest.java:69)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
[0;33mWARNm] pool-1-thread-6 org.reflections.Reflections: could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/x86_64-linux-gnu/jni/libatk-wrapper.so.0.0.18]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
at org.reflections.vfs.Vfs.fromURL(Vfs.java:108)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:90)
at org.reflections.Reflections.scan(Reflections.java:236)
at org.reflections.Reflections.scan(Reflections.java:203)
at org.reflections.Reflections.<init>(Reflections.java:128)
at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
at com.jcabi.github.ImmutabilityTest.checkImmutability(ImmutabilityTest.java:69)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.github.ImmutabilityTest
Running com.jcabi.github.mock.MkGistTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in com.jcabi.github.mock.MkGistTest
Running com.jcabi.github.mock.MkPublicKeysTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in com.jcabi.github.mock.MkPublicKeysTest
Running com.jcabi.github.mock.MkPullCommentsTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in test/test by test: pullrequest1
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test by jeff: new
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec - in com.jcabi.github.mock.MkPullCommentsTest
Running com.jcabi.github.mock.MkGitTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in com.jcabi.github.mock.MkGitTest
Running com.jcabi.github.RtCommentTest
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56433
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing3
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:56433 /repos/jeff/test/issues/comments/10): [204 No Content] in 94ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56433
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing1
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing2
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52829
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing4
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52829 /repos/jeff/test/issues/comments/10): [200 OK] in 95ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52829
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: title
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51022
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing5
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:51022 /repos/jeff/test/issues/comments/10): [200 OK] in 89ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51022
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39636
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing6
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39636
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.752 sec - in com.jcabi.github.RtCommentTest
Running com.jcabi.github.RtReleasesTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/releases/releases): [200 OK] in 0ms
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51345
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:51345 /repos/test/releases/releases/1): [204 No Content] in 76ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51345
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/releases/releases): [200 OK] in 0ms
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36504
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36504 /repos/test/releases/releases): [201 Created] in 63ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36504 /repos/test/releases/releases/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36504
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.397 sec - in com.jcabi.github.RtReleasesTest
Running com.jcabi.github.RtUsersTest
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51526
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51526 /user): [200 OK] in 58ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51526
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40021
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40021 /users): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40021
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43136
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43136
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.434 sec - in com.jcabi.github.RtUsersTest
Running com.jcabi.github.RtHookTest
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41654
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41654 /repos/test/repo/hooks/1): [200 OK] in 15ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41654
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 sec - in com.jcabi.github.RtHookTest
Running com.jcabi.github.RtPullTest
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52438
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:52438 /repos/user/repo/pulls/3/merge): [200 OK] in 18ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52438
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41805
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41805
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50373
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50373 /repos/user/repo/pulls/2/files): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50373
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.243 sec - in com.jcabi.github.RtPullTest
Running com.jcabi.github.mock.JsonNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in com.jcabi.github.mock.JsonNodeTest
Running com.jcabi.github.RepoCommitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in com.jcabi.github.RepoCommitTest
Running com.jcabi.github.SmartsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.SmartsTest
Running com.jcabi.github.mock.MkReferenceTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.353 sec - in com.jcabi.github.mock.MkReferenceTest
Running com.jcabi.github.mock.MkForksTest
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkForks: fork jeff/test created inside Organization by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.462 sec - in com.jcabi.github.mock.MkForksTest
Running com.jcabi.github.mock.MkTagTest
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec - in com.jcabi.github.mock.MkTagTest
Running com.jcabi.github.RtContentTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/contents/blah): [200 OK] in 0ms
Apr 17, 2015 12:29:07 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:07 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45652
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:45652 /repos/user/repo/contents/path): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45652
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50566
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50566 /repos/user/repo/contents/raw): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50566
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.053 sec - in com.jcabi.github.RtContentTest
Running com.jcabi.github.mock.MkGithubTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey, works?
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/lLlxCjVGLD created by jeff
[0;37mINFOm] pool-3-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-6 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-8 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-4 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-26 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-7 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-5 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-3 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-2 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-32 com.jcabi.github.mock.MkIssues: issue #10 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-31 com.jcabi.github.mock.MkIssues: issue #11 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-30 com.jcabi.github.mock.MkIssues: issue #12 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-29 com.jcabi.github.mock.MkIssues: issue #13 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-28 com.jcabi.github.mock.MkIssues: issue #14 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-27 com.jcabi.github.mock.MkIssues: issue #15 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-25 com.jcabi.github.mock.MkIssues: issue #16 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-24 com.jcabi.github.mock.MkIssues: issue #17 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-23 com.jcabi.github.mock.MkIssues: issue #18 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-21 com.jcabi.github.mock.MkIssues: issue #19 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-13 com.jcabi.github.mock.MkIssues: issue #20 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-16 com.jcabi.github.mock.MkIssues: issue #21 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-12 com.jcabi.github.mock.MkIssues: issue #22 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-11 com.jcabi.github.mock.MkIssues: issue #23 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-18 com.jcabi.github.mock.MkIssues: issue #24 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-22 com.jcabi.github.mock.MkIssues: issue #25 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-17 com.jcabi.github.mock.MkIssues: issue #26 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-10 com.jcabi.github.mock.MkIssues: issue #27 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-20 com.jcabi.github.mock.MkIssues: issue #28 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-19 com.jcabi.github.mock.MkIssues: issue #29 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-15 com.jcabi.github.mock.MkIssues: issue #30 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-74 com.jcabi.github.mock.MkIssues: issue #31 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-14 com.jcabi.github.mock.MkIssues: issue #32 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-9 com.jcabi.github.mock.MkIssues: issue #33 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-94 com.jcabi.github.mock.MkIssues: issue #34 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-93 com.jcabi.github.mock.MkIssues: issue #35 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-92 com.jcabi.github.mock.MkIssues: issue #36 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-91 com.jcabi.github.mock.MkIssues: issue #37 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-90 com.jcabi.github.mock.MkIssues: issue #38 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-89 com.jcabi.github.mock.MkIssues: issue #39 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-88 com.jcabi.github.mock.MkIssues: issue #40 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-87 com.jcabi.github.mock.MkIssues: issue #41 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-86 com.jcabi.github.mock.MkIssues: issue #42 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-85 com.jcabi.github.mock.MkIssues: issue #43 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-84 com.jcabi.github.mock.MkIssues: issue #44 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-83 com.jcabi.github.mock.MkIssues: issue #45 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-82 com.jcabi.github.mock.MkIssues: issue #46 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-81 com.jcabi.github.mock.MkIssues: issue #47 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-80 com.jcabi.github.mock.MkIssues: issue #48 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-79 com.jcabi.github.mock.MkIssues: issue #49 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-77 com.jcabi.github.mock.MkIssues: issue #50 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-78 com.jcabi.github.mock.MkIssues: issue #51 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-76 com.jcabi.github.mock.MkIssues: issue #52 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-75 com.jcabi.github.mock.MkIssues: issue #53 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-73 com.jcabi.github.mock.MkIssues: issue #54 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-72 com.jcabi.github.mock.MkIssues: issue #55 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-71 com.jcabi.github.mock.MkIssues: issue #56 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-70 com.jcabi.github.mock.MkIssues: issue #57 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-68 com.jcabi.github.mock.MkIssues: issue #58 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-69 com.jcabi.github.mock.MkIssues: issue #59 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-67 com.jcabi.github.mock.MkIssues: issue #60 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-66 com.jcabi.github.mock.MkIssues: issue #61 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-65 com.jcabi.github.mock.MkIssues: issue #62 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-64 com.jcabi.github.mock.MkIssues: issue #63 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-63 com.jcabi.github.mock.MkIssues: issue #64 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-61 com.jcabi.github.mock.MkIssues: issue #65 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-62 com.jcabi.github.mock.MkIssues: issue #66 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-60 com.jcabi.github.mock.MkIssues: issue #67 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-59 com.jcabi.github.mock.MkIssues: issue #68 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-58 com.jcabi.github.mock.MkIssues: issue #69 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-57 com.jcabi.github.mock.MkIssues: issue #70 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-56 com.jcabi.github.mock.MkIssues: issue #71 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-55 com.jcabi.github.mock.MkIssues: issue #72 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-54 com.jcabi.github.mock.MkIssues: issue #73 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-53 com.jcabi.github.mock.MkIssues: issue #74 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-52 com.jcabi.github.mock.MkIssues: issue #75 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-51 com.jcabi.github.mock.MkIssues: issue #76 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-49 com.jcabi.github.mock.MkIssues: issue #77 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-50 com.jcabi.github.mock.MkIssues: issue #78 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-46 com.jcabi.github.mock.MkIssues: issue #79 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-47 com.jcabi.github.mock.MkIssues: issue #80 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-48 com.jcabi.github.mock.MkIssues: issue #81 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-45 com.jcabi.github.mock.MkIssues: issue #82 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-44 com.jcabi.github.mock.MkIssues: issue #83 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-43 com.jcabi.github.mock.MkIssues: issue #84 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-42 com.jcabi.github.mock.MkIssues: issue #85 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-40 com.jcabi.github.mock.MkIssues: issue #86 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-41 com.jcabi.github.mock.MkIssues: issue #87 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-39 com.jcabi.github.mock.MkIssues: issue #88 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-38 com.jcabi.github.mock.MkIssues: issue #89 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-37 com.jcabi.github.mock.MkIssues: issue #90 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-36 com.jcabi.github.mock.MkIssues: issue #91 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-35 com.jcabi.github.mock.MkIssues: issue #92 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-34 com.jcabi.github.mock.MkIssues: issue #93 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-33 com.jcabi.github.mock.MkIssues: issue #94 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-100 com.jcabi.github.mock.MkIssues: issue #95 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-99 com.jcabi.github.mock.MkIssues: issue #96 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-98 com.jcabi.github.mock.MkIssues: issue #97 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-97 com.jcabi.github.mock.MkIssues: issue #98 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-96 com.jcabi.github.mock.MkIssues: issue #99 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-3-thread-95 com.jcabi.github.mock.MkIssues: issue #100 created in jeff/lLlxCjVGLD by jeff:
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: title
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by mark: Nice change
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/pXpO5kKV2J created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.358 sec - in com.jcabi.github.mock.MkGithubTest
Running com.jcabi.github.wire.RetryCarefulWireTest
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34170
[0;33mWARNm] pool-1-thread-21 com.jcabi.http.wire.RetryWire: HTTP status code is 500
[0;33mWARNm] pool-1-thread-21 com.jcabi.http.wire.RetryWire: HTTP status code is 500
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34170 /): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34170
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Apr 17, 2015 12:29:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.173 sec - in com.jcabi.github.wire.RetryCarefulWireTest
Running com.jcabi.github.RtPullCommentTest
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48221
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48221 /repos/joe/test/pulls/comments/1): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48221
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48473
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:48473 /repos/joe/test/pulls/comments/2): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48473
Apr 17, 2015 12:29:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.069 sec - in com.jcabi.github.RtPullCommentTest
Running com.jcabi.github.RtHooksTest
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50792
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50792 /repos/test/hooks/hooks): [200 OK] in 20ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50792
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42479
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42479 /repos/test/hooks/hooks): [201 Created] in 57ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42479 /repos/test/hooks/hooks/1): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42479
Apr 17, 2015 12:29:08 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:08 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:08 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:08 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:08 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53702
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53702 /repos/test/hooks/hooks): [200 OK] in 34ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53702
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41830
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:41830 /repos/test/hooks/hooks/1): [204 No Content] in 24ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41830
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41403
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41403 /repos/test/hooks/hooks/1): [200 OK] in 27ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41403
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.337 sec - in com.jcabi.github.RtHooksTest
Running com.jcabi.github.RtJsonTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44947
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:44947 /): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44947
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32990
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:32990 /): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32990
Apr 17, 2015 12:29:07 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Apr 17, 2015 12:29:07 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 4/17/15 12:29 AM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 sec - in com.jcabi.github.RtJsonTest
Running com.jcabi.github.mock.MkTreesTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in com.jcabi.github.mock.MkTreesTest
Running com.jcabi.github.ReleaseAssetTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in com.jcabi.github.ReleaseAssetTest
Running com.jcabi.github.RtPublicKeyTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/keys/1): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.jcabi.github.RtPublicKeyTest
Results :
Tests run: 555, Failures: 0, Errors: 0, Skipped: 6
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ jcabi-github ---
[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/github/com-jcabi-jcabi-github-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/github/mock/com-jcabi-jcabi-github-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/github/wire/com-jcabi-jcabi-github-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom (4 KB at 118.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom (3 KB at 94.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar (58 KB at 1196.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar (161 KB at 2582.6 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-github ---
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 264.9 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 93.9 KB/sec)
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: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 1348.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar (58 KB at 1795.2 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:install (default) @ jcabi-github ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (default) @ jcabi-github ---
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports
[INFO] parallel='all', perCoreThreadCount=true, threadCount=8, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.jcabi.github.RtGitignoresITCase
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gitignore/templates): [200 OK] in 871ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gitignore/templates/C): [200 OK] in 847ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.359 sec - in com.jcabi.github.RtGitignoresITCase
Running com.jcabi.github.RtUserITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user): [200 OK] in 811ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 sec - in com.jcabi.github.RtUserITCase
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
Running com.jcabi.github.RtRepoCommitsITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/compare/5339b8e35b...9b2e6efde9): [200 OK] in 408ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/compare/2b3814e...b828dfa): [200 OK] in 317ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/commits): [200 OK] in 342ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 sec - in com.jcabi.github.RtRepoCommitsITCase
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-45 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 933ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 497ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 941ms
Running com.jcabi.github.RtPublicKeysITCase
[0;37mINFOm] pool-187-thread-39 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 660ms
[0;37mINFOm] pool-187-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 304ms
[0;37mINFOm] pool-187-thread-39 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/11724011): [204 No Content] in 307ms
[0;37mINFOm] pool-187-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 299ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 733ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 300ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/11724012): [204 No Content] in 301ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 304ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 404ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 299ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/11724013): [204 No Content] in 307ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 427ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/11724014): [204 No Content] in 310ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.247 sec - in com.jcabi.github.RtPublicKeysITCase
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases): [201 Created] in 352ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/X6KOMwdyYr/contents/test.java): [201 Created] in 333ms
Running com.jcabi.github.RtGistCommentsITCase
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 796ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/f805686b6343c3b8feda/comments): [201 Created] in 306ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/f805686b6343c3b8feda/comments): [200 OK] in 309ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/f805686b6343c3b8feda/comments/1435087): [204 No Content] in 306ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/f805686b6343c3b8feda): [204 No Content] in 312ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 799ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/9ee342deda7dffe0991a/comments): [201 Created] in 318ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/9ee342deda7dffe0991a/comments/1435089): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/9ee342deda7dffe0991a/comments/1435089): [204 No Content] in 303ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/9ee342deda7dffe0991a): [204 No Content] in 307ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 798ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/f196d3657ab6b1151fdb/comments): [201 Created] in 312ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/f196d3657ab6b1151fdb/comments/1435088): [204 No Content] in 307ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/f196d3657ab6b1151fdb): [204 No Content] in 308ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.348 sec - in com.jcabi.github.RtGistCommentsITCase
Running com.jcabi.github.RtAssigneesITCase
[0;37mINFOm] pool-187-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CJRwTRAGwv/assignees/RV1yjdZYBU): [404 Not Found] in 304ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CJRwTRAGwv/assignees/jcabi-github-test2): [204 No Content] in 302ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CJRwTRAGwv/assignees): [200 OK] in 309ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 sec - in com.jcabi.github.RtAssigneesITCase
Running com.jcabi.github.RtReposITCase
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/S6E4Y5V7aX): [204 No Content] in 341ms
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [422 Unprocessable Entity] in 322ms
[0;31mERRORm] pool-187-thread-36 com.jcabi.github.RtRepos: #create({"name":"x2peyfrL8O"}): thrown java.lang.AssertionError(HTTP response status is not equal to 201:
422 Unprocessable Entity [https://api.github.com/user/repos]
Server: GitHub.com
Date: Fri, 17 Apr 2015 00:29:24 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 215
Status: 422 Unprocessable Entity
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4541
X-RateLimit-Reset: 1429232357
X-OAuth-Scopes: admin:org, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user
X-Accepted-OAuth-Scopes: public_repo, repo
X-GitHub-Media-Type: github.v3
X-XSS-Protection: 1; mode=block
X-Frame-Options: deny
Content-Security-Policy: default-src 'none'
Access-Control-Allow-Credentials: true
Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
Access-Control-Allow-Origin: *
X-GitHub-Request-Id: B2EEED38:5905:E89513F:553053E4
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff
{"message":"Validation Failed","errors":[{"resource":"Repository","code":"custom","field":"name","message":"name already exists on this account"}],"documentation_url":"https://developer.github.com/v3/repos/#create"}
Expected: HTTP response with status 201
but: was <422 Unprocessable Entity [https://api.github.com/user/repos]
Server: GitHub.com
Date: Fri, 17 Apr 2015 00:29:24 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 215
Status: 422 Unprocessable Entity
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4541
X-RateLimit-Reset: 1429232357
X-OAuth-Scopes: admin:org, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user
X-Accepted-OAuth-Scopes: public_repo, repo
X-GitHub-Media-Type: github.v3
X-XSS-Protection: 1; mode=block
X-Frame-Options: deny
Content-Security-Policy: default-src 'none'
Access-Control-Allow-Credentials: true
Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
Access-Control-Allow-Origin: *
X-GitHub-Request-Id: B2EEED38:5905:E89513F:553053E4
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff
{"message":"Validation Failed","errors":[{"resource":"Repository","code":"custom","field":"name","message":"name already exists on this account"}],"documentation_url":"https://developer.github.com/v3/repos/#create"}>) out of org.hamcrest.MatcherAssert#assertThat[20] in 336ms
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/x2peyfrL8O): [204 No Content] in 334ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.332 sec - in com.jcabi.github.RtReposITCase
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CJRwTRAGwv): [204 No Content] in 331ms
[0;37mINFOm] pool-187-thread-37 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 406ms
[0;37mINFOm] pool-187-thread-46 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 406ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 411ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 442ms
Running com.jcabi.github.RtHooksITCase
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/SHW4GJYm0h/hooks): [201 Created] in 309ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/SHW4GJYm0h/hooks/4604871): [200 OK] in 302ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/SHW4GJYm0h): [204 No Content] in 337ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/ocMeqGAaCv/hooks): [201 Created] in 319ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/ocMeqGAaCv): [204 No Content] in 323ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/llRKSeDzyW/hooks): [201 Created] in 319ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/llRKSeDzyW/hooks): [200 OK] in 323ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/llRKSeDzyW): [204 No Content] in 329ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xVLVHihdzZ/hooks): [201 Created] in 312ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xVLVHihdzZ/hooks/4604872): [204 No Content] in 310ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xVLVHihdzZ/hooks): [200 OK] in 308ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xVLVHihdzZ): [204 No Content] in 321ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.415 sec - in com.jcabi.github.RtHooksITCase
[0;37mINFOm] pool-187-thread-46 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 330ms
Running com.jcabi.github.RtSearchITCase
[0;37mINFOm] pool-187-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 1s
[0;37mINFOm] pool-187-thread-45 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/users): [200 OK] in 686ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/code): [200 OK] in 739ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/issues): [200 OK] in 527ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 535ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 557ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 540ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 540ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.606 sec - in com.jcabi.github.RtSearchITCase
Running com.jcabi.github.RtRepoITCase
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/X6KOMwdyYr/issues): [201 Created] in 345ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/X6KOMwdyYr/issues/1): [200 OK] in 330ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/X6KOMwdyYr/issues/events): [200 OK] in 312ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/X6KOMwdyYr/languages): [200 OK] in 323ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/X6KOMwdyYr/assignees): [200 OK] in 318ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.656 sec - in com.jcabi.github.RtRepoITCase
Running com.jcabi.github.RtTagITCase
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/SjFXEvHa4P/git/refs/heads/master): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/SjFXEvHa4P/git/tags): [201 Created] in 317ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/SjFXEvHa4P/git/refs): [201 Created] in 316ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/SjFXEvHa4P/git/tags/f93d2daae3021332df0f5668758b39d02d9e9a4b): [200 OK] in 303ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/SjFXEvHa4P/git/refs/tags/juipnRN7Gd): [204 No Content] in 322ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 sec - in com.jcabi.github.RtTagITCase
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/X6KOMwdyYr): [204 No Content] in 330ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 400ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/SjFXEvHa4P): [204 No Content] in 335ms
Running com.jcabi.github.RtStarsITCase
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/NcaEzfQVSC): [404 Not Found] in 300ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /user/starred/jcabi-github-test2/NcaEzfQVSC): [204 No Content] in 324ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/NcaEzfQVSC): [204 No Content] in 303ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/starred/jcabi-github-test2/NcaEzfQVSC): [204 No Content] in 316ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/NcaEzfQVSC): [404 Not Found] in 297ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 sec - in com.jcabi.github.RtStarsITCase
Running com.jcabi.github.RtTreesITCase
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/UuTpXMhEu9/git/trees): [201 Created] in 304ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/UuTpXMhEu9/git/trees/1f8f3dc0c09ab2e1e5c303031f4205c64eab8ef4): [200 OK] in 306ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 sec - in com.jcabi.github.RtTreesITCase
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/NcaEzfQVSC): [204 No Content] in 358ms
Running com.jcabi.github.RtContentsITCase
[0;37mINFOm] pool-187-thread-47 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-47 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/haiq0Vb59c/contents/M2JIx5WfrW): [201 Created] in 329ms
[0;37mINFOm] pool-187-thread-47 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/haiq0Vb59c/contents/M2JIx5WfrW): [200 OK] in 312ms
[0;37mINFOm] pool-187-thread-47 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/haiq0Vb59c/contents/content-not-exist.txt): [404 Not Found] in 331ms
[0;37mINFOm] pool-187-thread-47 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/haiq0Vb59c): [204 No Content] in 333ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/ghkTm7fda8/contents/kxiA4xWwE9): [201 Created] in 336ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/ghkTm7fda8/contents/kxiA4xWwE9): [200 OK] in 329ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/ghkTm7fda8/contents/kxiA4xWwE9): [200 OK] in 326ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/ghkTm7fda8/contents/kxiA4xWwE9): [200 OK] in 313ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/ghkTm7fda8/contents/kxiA4xWwE9): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/ghkTm7fda8): [204 No Content] in 345ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/FK1KIuge6u/contents/hYTtkTc2M4): [201 Created] in 333ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/FK1KIuge6u): [204 No Content] in 323ms
[0;37mINFOm] pool-187-thread-46 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-46 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/f5OpOns1US/readme): [200 OK] in 317ms
[0;37mINFOm] pool-187-thread-46 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/f5OpOns1US): [204 No Content] in 322ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/oTh9zKAfo1/contents/jWYLNMPe9y): [201 Created] in 331ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/oTh9zKAfo1/contents/jWYLNMPe9y): [200 OK] in 310ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/oTh9zKAfo1/contents/jWYLNMPe9y): [200 OK] in 326ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/oTh9zKAfo1/contents/jWYLNMPe9y): [404 Not Found] in 307ms
[0;31mERRORm] pool-187-thread-18 com.jcabi.github.RtContents: #get('jWYLNMPe9y', 'master'): thrown java.lang.AssertionError(HTTP response status is not equal to 200:
404 Not Found [https://api.github.com/repos/jcabi-github-test2/oTh9zKAfo1/contents/jWYLNMPe9y?ref=master]
Server: GitHub.com
Date: Fri, 17 Apr 2015 00:29:25 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Status: 404 Not Found
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4458
X-RateLimit-Reset: 1429232357
X-OAuth-Scopes: admin:org, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user
X-Accepted-OAuth-Scopes:
X-GitHub-Media-Type: github.v3
X-XSS-Protection: 1; mode=block
X-Frame-Options: deny
Content-Security-Policy: default-src 'none'
Access-Control-Allow-Credentials: true
Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
Access-Control-Allow-Origin: *
X-GitHub-Request-Id: B2EEED38:5906:F781B68:553053E5
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff
{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}
Expected: HTTP response with status 200
but: was <404 Not Found [https://api.github.com/repos/jcabi-github-test2/oTh9zKAfo1/contents/jWYLNMPe9y?ref=master]
Server: GitHub.com
Date: Fri, 17 Apr 2015 00:29:25 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Status: 404 Not Found
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4458
X-RateLimit-Reset: 1429232357
X-OAuth-Scopes: admin:org, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user
X-Accepted-OAuth-Scopes:
X-GitHub-Media-Type: github.v3
X-XSS-Protection: 1; mode=block
X-Frame-Options: deny
Content-Security-Policy: default-src 'none'
Access-Control-Allow-Credentials: true
Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
Access-Control-Allow-Origin: *
X-GitHub-Request-Id: B2EEED38:5906:F781B68:553053E5
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff
{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}>) out of org.hamcrest.MatcherAssert#assertThat[20] in 309ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/oTh9zKAfo1): [204 No Content] in 319ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 2s
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/08wOx4o4Eh/contents/cjRh4e3ayd): [201 Created] in 334ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/08wOx4o4Eh/contents/cjRh4e3ayd): [200 OK] in 323ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/08wOx4o4Eh/contents/cjRh4e3ayd): [200 OK] in 332ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/08wOx4o4Eh/contents/cjRh4e3ayd): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/08wOx4o4Eh/contents/cjRh4e3ayd): [200 OK] in 309ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/08wOx4o4Eh): [204 No Content] in 340ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 1s
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/Xl65BjzsvS/contents/PR2uIhG2ej): [201 Created] in 334ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Xl65BjzsvS/contents/PR2uIhG2ej): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Xl65BjzsvS/contents/PR2uIhG2ej): [200 OK] in 313ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Xl65BjzsvS/contents/PR2uIhG2ej): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Xl65BjzsvS): [204 No Content] in 353ms
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 23.722 sec - in com.jcabi.github.RtContentsITCase
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/UuTpXMhEu9): [204 No Content] in 350ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 462ms
Running com.jcabi.github.RtReleaseAssetITCase
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases): [201 Created] in 337ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases/1178966): [204 No Content] in 310ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases): [200 OK] in 305ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases): [201 Created] in 334ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases/1178967): [200 OK] in 319ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases/1178967): [200 OK] in 309ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases/1178967): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases/1178967): [204 No Content] in 309ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases): [201 Created] in 333ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases/1178968): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/K7XCR7VHAy/releases/1178968): [204 No Content] in 309ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.573 sec - in com.jcabi.github.RtReleaseAssetITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 430ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/K7XCR7VHAy): [204 No Content] in 325ms
[0;37mINFOm] pool-187-thread-37 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/rp6jmSc0ek): [204 No Content] in 335ms
Running com.jcabi.github.RtIssueITCase
[0;37mINFOm] pool-187-thread-37 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 371ms
[0;37mINFOm] pool-187-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/2): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 353ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/1): [200 OK] in 339ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/1): [200 OK] in 310ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/1): [200 OK] in 347ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/1): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 378ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/3): [200 OK] in 343ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/3/events): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/events/283544402): [200 OK] in 318ms
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 392ms
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/4): [200 OK] in 331ms
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/4): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/4): [200 OK] in 340ms
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/4): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 456ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/7/comments): [201 Created] in 365ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/comments/93867774): [200 OK] in 303ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/7/comments): [200 OK] in 309ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/comments/93867774): [200 OK] in 304ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /users/jcabi-github-test2): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/comments/93867774): [204 No Content] in 327ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 432ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/6): [200 OK] in 308ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 423ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/5): [200 OK] in 351ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/5): [200 OK] in 310ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/5): [200 OK] in 309ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues): [201 Created] in 477ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/8): [200 OK] in 331ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/8/events): [200 OK] in 305ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/events/283544404): [200 OK] in 317ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/events/283544404): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/W8S3co02ej/issues/8): [200 OK] in 316ms
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.411 sec - in com.jcabi.github.RtIssueITCase
Running com.jcabi.github.RtLimitsITCase
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /rate_limit): [200 OK] in 297ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 sec - in com.jcabi.github.RtLimitsITCase
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 437ms
Running com.jcabi.github.RtMarkdownITCase
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /markdown): [200 OK] in 303ms
[0;37mINFOm] pool-187-thread-38 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /markdown/raw): [200 OK] in 301ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 sec - in com.jcabi.github.RtMarkdownITCase
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/W8S3co02ej): [204 No Content] in 409ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 474ms
[0;37mINFOm] pool-187-thread-37 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 475ms
Running com.jcabi.github.RtOrganizationsITCase
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /users/yegor256/orgs): [200 OK] in 313ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec - in com.jcabi.github.RtOrganizationsITCase
Running com.jcabi.github.RtReleasesITCase
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [201 Created] in 325ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178970): [204 No Content] in 306ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [201 Created] in 344ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178975): [200 OK] in 313ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178975): [204 No Content] in 315ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [201 Created] in 333ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178971): [200 OK] in 315ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178971): [200 OK] in 308ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178971): [200 OK] in 323ms
[0;37mINFOm] pool-187-thread-48 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178971): [204 No Content] in 323ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [201 Created] in 333ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178973): [200 OK] in 324ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178973): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178973): [204 No Content] in 337ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [201 Created] in 333ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178974): [204 No Content] in 309ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [200 OK] in 325ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases): [201 Created] in 332ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178972): [200 OK] in 310ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178972): [200 OK] in 305ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/LgVfvgXGxu/releases/1178972): [204 No Content] in 313ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.404 sec - in com.jcabi.github.RtReleasesITCase
[0;37mINFOm] pool-187-thread-45 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Y9SdxLVByX): [204 No Content] in 344ms
[0;37mINFOm] pool-187-thread-43 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/p8rbiYlBqV): [204 No Content] in 317ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/LgVfvgXGxu): [204 No Content] in 335ms
[0;37mINFOm] pool-187-thread-37 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/buRUkZ0EiA): [204 No Content] in 329ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/n2edCYvBWb): [204 No Content] in 336ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ): [204 No Content] in 336ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/2sf8tWwYbc): [204 No Content] in 346ms
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/USmMAnTtm1): [204 No Content] in 327ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ): [204 No Content] in 317ms
[0;37mINFOm] pool-187-thread-46 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD): [204 No Content] in 327ms
Running com.jcabi.github.RtGistITCase
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 845ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/50ece6f7436699c22f01): [200 OK] in 315ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/50ece6f7436699c22f01): [200 OK] in 353ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/50ece6f7436699c22f01): [200 OK] in 318ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET gist.githubusercontent.com /jcabi-github-test2/50ece6f7436699c22f01/raw/aeb73dc43b0119ba17f265c148affee569f098fa/filename.txt): [200 OK] in 6s
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/50ece6f7436699c22f01): [204 No Content] in 308ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.006 sec - in com.jcabi.github.RtGistITCase
Running com.jcabi.github.RtLabelsITCase
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/bug): [200 OK] in 305ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/duplicate): [200 OK] in 320ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/enhancement): [200 OK] in 317ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/help wanted): [200 OK] in 303ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/invalid): [200 OK] in 304ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/question): [200 OK] in 316ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/wontfix): [200 OK] in 310ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels): [201 Created] in 307ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels/test-3): [200 OK] in 303ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Y9SdxLVByX/labels): [200 OK] in 301ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.783 sec - in com.jcabi.github.RtLabelsITCase
Running com.jcabi.github.RtIssueLabelsITCase
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/n2edCYvBWb/issues): [201 Created] in 350ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/n2edCYvBWb/issues/1/labels): [200 OK] in 315ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/n2edCYvBWb/labels): [200 OK] in 302ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/n2edCYvBWb/labels): [201 Created] in 309ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/n2edCYvBWb/issues/1/labels): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/n2edCYvBWb/labels/test-label): [200 OK] in 303ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/n2edCYvBWb/issues/1/labels): [200 OK] in 324ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/n2edCYvBWb/labels/test-label): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-44 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/n2edCYvBWb/issues/1/labels/test-label): [200 OK] in 315ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.872 sec - in com.jcabi.github.RtIssueLabelsITCase
Running com.jcabi.github.RtReleaseAssetsITCase
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 332ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178978/assets): [201 Created] in 679ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178978/assets): [201 Created] in 404ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178978/assets): [200 OK] in 309ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178978): [204 No Content] in 667ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 330ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178976/assets): [201 Created] in 679ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/assets/528974): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178976): [204 No Content] in 500ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 330ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178977/assets): [201 Created] in 698ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/assets/528973): [200 OK] in 312ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178977/assets): [201 Created] in 382ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/assets/528979): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178977): [204 No Content] in 650ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 332ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178979/assets): [200 OK] in 300ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178979): [204 No Content] in 309ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 333ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 329ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178980/assets): [201 Created] in 655ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/assets/528977): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178982/assets): [201 Created] in 390ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/assets/528980): [200 OK] in 305ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178980): [204 No Content] in 626ms
[0;37mINFOm] pool-187-thread-40 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178982): [204 No Content] in 505ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases): [201 Created] in 369ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178981/assets): [201 Created] in 656ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/CwQY5igYiD/releases/1178981): [204 No Content] in 571ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.984 sec - in com.jcabi.github.RtReleaseAssetsITCase
Running com.jcabi.github.RtReleaseITCase
[0;37mINFOm] pool-187-thread-38 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/USmMAnTtm1/releases): [201 Created] in 340ms
[0;37mINFOm] pool-187-thread-38 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/USmMAnTtm1/releases/1178983): [200 OK] in 350ms
[0;37mINFOm] pool-187-thread-38 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/USmMAnTtm1/releases/1178983): [200 OK] in 302ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec - in com.jcabi.github.RtReleaseITCase
Running com.jcabi.github.RtPublicKeyITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.RtPublicKeyITCase
Running com.jcabi.github.RtTagsITCase
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/2sf8tWwYbc/git/refs/heads/master): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/2sf8tWwYbc/git/tags): [201 Created] in 309ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/2sf8tWwYbc/git/refs): [201 Created] in 314ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/2sf8tWwYbc/git/refs/tags/LinmX): [204 No Content] in 323ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.263 sec - in com.jcabi.github.RtTagsITCase
Running com.jcabi.github.RtDeployKeysITCase
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys): [201 Created] in 412ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys): [200 OK] in 312ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys/11724018): [204 No Content] in 311ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys): [201 Created] in 411ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys/11724016): [204 No Content] in 305ms
[0;37mINFOm] pool-187-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys): [201 Created] in 437ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys/11724017): [204 No Content] in 303ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys): [201 Created] in 401ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys/11724015): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1QUeRrnDuQ/keys/11724015): [204 No Content] in 304ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.862 sec - in com.jcabi.github.RtDeployKeysITCase
Running com.jcabi.github.RtGithubITCase
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /emojis): [200 OK] in 1s
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /meta): [200 OK] in 1s
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/issues/1): [200 OK] in 644ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.277 sec - in com.jcabi.github.RtGithubITCase
Running com.jcabi.github.RtMilestonesITCase
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones): [201 Created] in 314ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones): [200 OK] in 322ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones/2): [204 No Content] in 303ms
[0;37mINFOm] pool-187-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones): [200 OK] in 352ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones): [201 Created] in 318ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones): [200 OK] in 313ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones/3): [204 No Content] in 308ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones): [201 Created] in 311ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones): [200 OK] in 311ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/dtCGqaXHhJ/milestones/1): [204 No Content] in 306ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.226 sec - in com.jcabi.github.RtMilestonesITCase
Running com.jcabi.github.RtReferencesITCase
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs/heads/master): [200 OK] in 313ms
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs): [201 Created] in 321ms
[0;37mINFOm] pool-187-thread-34 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs/heads/9d5IPQDpLk): [204 No Content] in 324ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs/heads/master): [200 OK] in 312ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs): [201 Created] in 338ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs/tags/eHDCnWkepU): [204 No Content] in 327ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs/heads/master): [200 OK] in 310ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs): [201 Created] in 334ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/p8rbiYlBqV/git/refs/heads/gsAnI0u2Gu): [204 No Content] in 333ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.94 sec - in com.jcabi.github.RtReferencesITCase
Running com.jcabi.github.RtUserEmailsITCase
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/emails): [201 Created] in 324ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 301ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/emails): [204 No Content] in 317ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 322ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/emails): [201 Created] in 332ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 304ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/emails): [204 No Content] in 322ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 300ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.559 sec - in com.jcabi.github.RtUserEmailsITCase
Running com.jcabi.github.RtBlobsITCase
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/rp6jmSc0ek/git/blobs): [201 Created] in 312ms
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/rp6jmSc0ek/git/blobs/fda67d724654d41ceb8996065fc0705a9ac58224): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/rp6jmSc0ek/git/blobs/fda67d724654d41ceb8996065fc0705a9ac58224): [200 OK] in 313ms
[0;37mINFOm] pool-187-thread-39 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/rp6jmSc0ek/git/blobs): [201 Created] in 319ms
[0;37mINFOm] pool-187-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/rp6jmSc0ek/git/blobs/8d043451cf54216058a72a2d25d5fb5de1743864): [200 OK] in 308ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.634 sec - in com.jcabi.github.RtBlobsITCase
Running com.jcabi.github.RtGistsITCase
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 850ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists): [200 OK] in 347ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/c7a18c5acfddeff7160d): [204 No Content] in 301ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 804ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/c0a7a90177d6035e4107): [200 OK] in 320ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/c0a7a90177d6035e4107): [204 No Content] in 301ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists): [200 OK] in 345ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 844ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/d12913b6c91c39bcee91): [204 No Content] in 323ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 833ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/4011b4ff0215ff968f59): [200 OK] in 327ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET gist.githubusercontent.com /jcabi-github-test2/4011b4ff0215ff968f59/raw/4fe4a141dd9e19d22844197635704efe70204cf1/filename.txt): [200 OK] in 7s
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/4011b4ff0215ff968f59): [204 No Content] in 305ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.43 sec - in com.jcabi.github.RtGistsITCase
Running com.jcabi.github.RtForksITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec - in com.jcabi.github.RtForksITCase
Running com.jcabi.github.RtGistCommentITCase
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 369ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/bc7f35f82195b5fb1464/comments): [201 Created] in 335ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/bc7f35f82195b5fb1464/comments/1435092): [200 OK] in 310ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/bc7f35f82195b5fb1464/comments/1435092): [200 OK] in 306ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/bc7f35f82195b5fb1464/comments/1435092): [200 OK] in 301ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/bc7f35f82195b5fb1464/comments/1435092): [204 No Content] in 301ms
[0;37mINFOm] pool-187-thread-35 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/bc7f35f82195b5fb1464): [204 No Content] in 308ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 389ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/1dd7e066bae51e2d4712/comments): [201 Created] in 314ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/1dd7e066bae51e2d4712/comments/1435093): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/1dd7e066bae51e2d4712/comments/1435093): [204 No Content] in 298ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/1dd7e066bae51e2d4712): [204 No Content] in 303ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 368ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/9bd6c545c51126f9a6cd/comments): [201 Created] in 327ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/9bd6c545c51126f9a6cd/comments/1435090): [200 OK] in 307ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/9bd6c545c51126f9a6cd/comments/1435090): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/9bd6c545c51126f9a6cd/comments/1435090): [200 OK] in 304ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/9bd6c545c51126f9a6cd/comments/1435090): [204 No Content] in 304ms
[0;37mINFOm] pool-187-thread-33 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/9bd6c545c51126f9a6cd): [204 No Content] in 300ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 382ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/a9822c2d5bd78e269f52/comments): [201 Created] in 312ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/a9822c2d5bd78e269f52/comments): [200 OK] in 308ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/a9822c2d5bd78e269f52/comments/1435091): [204 No Content] in 304ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/a9822c2d5bd78e269f52/comments): [200 OK] in 299ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/a9822c2d5bd78e269f52): [204 No Content] in 303ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.033 sec - in com.jcabi.github.RtGistCommentITCase
Running com.jcabi.github.RtIssuesITCase
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/buRUkZ0EiA/issues): [200 OK] in 314ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/buRUkZ0EiA/issues): [200 OK] in 304ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 sec - in com.jcabi.github.RtIssuesITCase
Results :
Tests run: 113, Failures: 0, Errors: 0, Skipped: 5
[INFO]
[INFO] --- maven-invoker-plugin:1.9:run (default) @ jcabi-github ---
[INFO] Building: fat-jar/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building fat-jar 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 273.4 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 1591.7 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 2340.0 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 2890.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 4009.3 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 2641.6 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 2245.6 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 3630.7 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 2066.3 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 4118.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.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 46.3 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 738.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 378.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 498.8 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 874.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom (5 KB at 143.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom (21 KB at 774.3 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/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar (48 KB at 1182.7 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fat-jar ---
[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 710.4 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 2945.0 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 2976.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 1674.8 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 1985.8 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 2040.5 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 2722.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 8176.8 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fat-jar ---
[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 1287.6 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 977.1 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 1487.8 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 1864.3 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/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 240.2 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 2801.3 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 974.6 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 6695.3 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 1527.3 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 1933.6 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 2560.5 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 903.3 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 770.0 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-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 3276.9 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 373.2 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 1710.9 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 414.1 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 3821.3 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 832.0 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 1027.8 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 985.4 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 2308.3 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 612.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 1082.0 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 1627.9 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 5456.7 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/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 4249.0 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 2229.5 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-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 289.4 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 2852.5 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 932.0 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 1472.2 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-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 2624.7 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 1390.6 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 3019.7 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/commons-cli/commons-cli/1.0/commons-cli-1.0.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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 2427.0 KB/sec)
[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 5796.9 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] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 9803.7 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/junit/junit/3.8.1/junit-3.8.1.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] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[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 2216.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.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 1870.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 8419.1 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 19875.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 16890.3 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 18161.7 KB/sec)
[INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/fat-jar/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ fat-jar ---
[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 729.5 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 6154.6 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 11783.7 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 4389.6 KB/sec)
[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 175.7 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 560.5 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-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 1004.9 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 613.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 639.3 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 667.3 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 928.2 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 851.6 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 1323.2 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 878.9 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 213.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 675.5 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 156.9 KB/sec)
[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 833.5 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.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 31.4 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 156.3 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] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 1473.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 9089.4 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 6600.6 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-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 27.0 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 28.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-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 870.5 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 130.9 KB/sec)
[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 388.3 KB/sec)
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fat-jar ---
[INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/fat-jar/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ fat-jar ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ fat-jar ---
[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 118.4 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 101.4 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 234.8 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 66.1 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 632.2 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/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 18306.6 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 1759.8 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 1441.4 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 3394.5 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 8159.7 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 13645.2 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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 1807.6 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 9118.2 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 22103.5 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 1785.2 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 1207.0 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/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.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/commons/commons-lang3/3.1/commons-lang3-3.1.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/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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.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 4949.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 15165.5 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 61680.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 22638.9 KB/sec)
[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/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/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[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 1058.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 342.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 1913.8 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 3374.6 KB/sec)
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- groovy-maven-plugin:2.0:execute (default) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (2 KB at 55.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 KB at 469.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 KB at 6417.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (3 KB at 94.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (2 KB at 65.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom (6 KB at 2625.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (3 KB at 2495.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 2355.5 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 471.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (4 KB at 142.8 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 9088.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (2 KB at 41.8 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 9716.8 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 13608.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (2 KB at 565.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom (2 KB at 76.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom (3 KB at 106.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom (18 KB at 734.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.pom (10 KB at 392.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom (5 KB at 185.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom (3 KB at 104.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/jline/jline/1.0/jline-1.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.pom (9 KB at 332.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom (4 KB at 146.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom (12 KB at 465.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom (15 KB at 572.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[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] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[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/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/jline/jline/1.0/jline-1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi/1.11/jansi-1.11.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 3457.7 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 32923.4 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 8153.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 37505.4 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (5 KB at 158.8 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar (7 KB at 265.9 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (57 KB at 1764.3 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 KB at 584.7 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar (16 KB at 717.9 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (60 KB at 1151.4 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar (18 KB at 514.2 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar (90 KB at 2227.2 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar (112 KB at 1862.2 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.jar (1897 KB at 5209.4 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar (6219 KB at 8895.9 KB/sec)
[INFO] [INFO] 38 attributes loaded from 26 stream(s) in 14ms, 38 saved, 216 ignored: ["Ant-Version", "Archiver-Version", "Bnd-LastModified", "Build-Jdk", "Built-By", "Bundle-ClassPath", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "DynamicImport-Package", "Eclipse-BuddyPolicy", "Export-Package", "Extension-Name", "Ignore-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Main-class", "Manifest-Version", "Originally-Created-By", "Private-Package", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
[INFO] [INFO] jcabi-aspects 0.20.1/f0aff93 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] [INFO] #fetch(GET api.github.com /repos/jcabi/jcabi-github/labels): [200 OK] in 945ms
[INFO] label found: bug
[INFO] label found: duplicate
[INFO] label found: enhancement
[INFO] label found: invalid
[INFO] label found: question
[INFO] label found: wontfix
[INFO] label found: 1 hour
[INFO] label found: TS/FIX
[INFO] label found: IPM/Acquire
[INFO] label found: IPM/Extend
[INFO] label found: 30 mins
[INFO] label found: @carlosmiranda
[INFO] label found: @yegor256
[INFO] label found: DEV
[INFO] label found: IMP
[INFO] label found: 15 mins
[INFO] label found: CR
[INFO] label found: ARC
[INFO] label found: SA
[INFO] label found: @cyberone
[INFO] label found: @longtimeago
[INFO] label found: @lthuangiang
[INFO] label found: @maurezen
[INFO] label found: @palyuga
[INFO] label found: @romankisilenko
[INFO] label found: @alevohin
[INFO] label found: @pinaf
[INFO] label found: @krzyk
[INFO] label found: @marczeeee
[INFO] label found: @oruam85
[INFO] [INFO] #fetch(GET api.github.com /repositories/14204295/labels): [200 OK] in 309ms
[INFO] label found: @nathansgreen
[INFO] label found: @adko-pl
[INFO] label found: @ggajos
[INFO] label found: @darkled
[INFO] label found: DES
[INFO] label found: REV
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 7.608 s
[INFO] [INFO] Finished at: 2015-04-17T00:29:40+00:00
[INFO] [INFO] Final Memory: 16M/301M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] ..SUCCESS (9.9 s)
[INFO] Building: basic-usage/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.19.1/parent-0.19.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.19.1/parent-0.19.1.pom (77 KB at 1904.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom (5 KB at 1451.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom (34 KB at 4856.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom (55 KB at 4571.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (6 KB at 1813.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6 KB at 1964.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (12 KB at 2754.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 KB at 5458.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (9 KB at 4081.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9 KB at 2943.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 3416.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 4814.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6 KB at 1987.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1016 B at 496.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (2 KB at 404.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (2 KB at 842.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 KB at 3919.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 5387.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 5769.7 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 2847.3 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 3806.8 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 2818.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (3 KB at 842.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 KB at 6073.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (42 KB at 4627.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 875.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 2979.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (2 KB at 807.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 KB at 3310.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (3 KB at 801.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (46 KB at 3802.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar (35 KB at 1580.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar (177 KB at 5051.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar (223 KB at 5554.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar (342 KB at 6102.8 KB/sec)
[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/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar (21 KB at 10093.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 34694.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.jar (179 KB at 9909.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar (654 KB at 14849.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 6338.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar (17 KB at 16902.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar (10 KB at 9519.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 33589.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar (7528 KB at 39204.7 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building jcabi-github-test 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 2.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6 KB at 2975.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 KB at 4118.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom (14 KB at 11.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.9/parent-0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.9/parent-0.9.pom (65 KB at 21509.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar (34 KB at 79.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom (13 KB at 954.0 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 2889.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar (26 KB at 8564.8 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 3323.6 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 5276.4 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 7955.6 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 13980.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom (5 KB at 1627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom (19 KB at 4650.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar (34 KB at 11064.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom (8 KB at 2414.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom (10 KB at 4746.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.18.1/parent-0.18.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.18.1/parent-0.18.1.pom (76 KB at 25129.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom (5 KB at 2251.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.4/jcabi-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi/1.4/jcabi-1.4.pom (10 KB at 4744.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.17/parent-0.17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.17/parent-0.17.pom (75 KB at 24970.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom (2 KB at 339.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom (3 KB at 1487.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom (6 KB at 2815.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.2/jcabi-1.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi/1.2/jcabi-1.2.pom (10 KB at 4745.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.14/parent-0.14.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.14/parent-0.14.pom (77 KB at 19018.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom (3 KB at 706.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom (9 KB at 4050.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom (2 KB at 544.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom (11 KB at 35.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom (5 KB at 14.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 KB at 5636.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 17182.0 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/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom (2 KB at 472.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.pom (853 B at 277.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom (2 KB at 780.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 KB at 11627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (3 KB at 875.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 KB at 7078.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar (22 KB at 7208.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar (67 KB at 22241.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar (48 KB at 4753.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar (47 KB at 4211.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar (64 KB at 5811.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar (115 KB at 22870.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.jar (28 KB at 13949.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (258 KB at 42963.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 4331.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.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/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 28571.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (479 KB at 47840.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar (1465 KB at 34066.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar (1453 KB at 25047.1 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar (10 KB at 32.9 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github-test ---
[INFO] [INFO]
[INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (jcabi-build-number) @ jcabi-github-test ---
[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 2290.0 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 234.9 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 2869.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 627.9 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 5614.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (2 KB at 770.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 KB at 10451.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (3 KB at 1226.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom (3 KB at 1056.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom (2 KB at 727.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom (3 KB at 1003.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (4 KB at 608.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.pom (145 B at 141.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom (3 KB at 1223.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (3 KB at 1037.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom (3 KB at 1166.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom (3 KB at 2158.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom (3 KB at 1103.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom (3 KB at 2619.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom (2 KB at 1668.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom (3 KB at 1184.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom (3 KB at 1257.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom (3 KB at 2654.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom (3 KB at 1283.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom (3 KB at 1193.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom (10 KB at 9673.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 1993.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom (3 KB at 2076.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom (3 KB at 2074.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom (4 KB at 3556.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom (15 KB at 7234.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 KB at 8140.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom (2 KB at 70.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom (2 KB at 791.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom (2 KB at 357.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom (725 B at 236.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom (771 B at 376.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom (4 KB at 1977.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom (9 KB at 4158.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (2 KB at 659.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 308.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar (11 KB at 5164.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar (54 KB at 17955.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar (25 KB at 4138.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar (103 KB at 10286.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar (62 KB at 8729.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 3694.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar (30 KB at 4856.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar (75 KB at 7495.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar (79 KB at 9750.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar (40 KB at 4388.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 18151.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar (70 KB at 11570.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar (51 KB at 16903.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar (80 KB at 8874.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 7172.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar (148 KB at 29448.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar (246 KB at 20456.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar (168 KB at 20998.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 33450.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar (727 KB at 26897.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar (839 KB at 33528.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar (1845 KB at 33544.0 KB/sec)
[INFO] [INFO] Checking for local modifications: skipped.
[INFO] [INFO] Updating project files from SCM: skipped.
[INFO] [INFO] ShortRevision tag detected. The value is '7'.
[INFO] [INFO] Executing: /bin/sh -c cd /home/r/repo/target/it/basic-usage && git rev-parse --verify --short=7 HEAD
[INFO] [INFO] Working directory: /home/r/repo/target/it/basic-usage
[INFO] [INFO] Storing buildNumber: 701d77a at timestamp: 1429230591920
[INFO] [INFO] ShortRevision tag detected. The value is '7'.
[INFO] [INFO] Executing: /bin/sh -c cd /home/r/repo/target/it/basic-usage && git rev-parse --verify --short=7 HEAD
[INFO] [INFO] Working directory: /home/r/repo/target/it/basic-usage
[INFO] [INFO] Storing buildScmBranch: UNKNOWN
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github-test ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[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) @ jcabi-github-test ---
[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 3952.1 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 2409.2 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 4630.9 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 3105.0 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 712.4 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 7294.6 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 4001.0 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 11360.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 1064.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 3164.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/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 637.0 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 1853.5 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 3867.2 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 2914.1 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 1060.1 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 772.0 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 609.0 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 1515.1 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 859.4 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 1883.8 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 1007.8 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 1227.5 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 1445.8 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 3319.3 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 4100.1 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 5026.4 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 65.1 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 24.1 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 2070.3 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/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 422.4 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 1764.6 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 1496.1 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 224.6 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 375.5 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 606.0 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 1345.2 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 737.3 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/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 685.8 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 6032.6 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 47.2 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 505.9 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 145.9 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] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.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/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 1370.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.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 12202.1 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/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 1484.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] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 9263.2 KB/sec)
[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 1652.6 KB/sec)
[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 15089.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[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-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 20574.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.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/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 21781.6 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 5444.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 13090.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 19427.4 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 32873.8 KB/sec)
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/target/it/basic-usage/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-github-test ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jcabi-github-test ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/r/repo/target/it/basic-usage/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ jcabi-github-test ---
[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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom (6 KB at 5954.1 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 1585.9 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 8070.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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom (3 KB at 2237.3 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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom (3 KB at 1382.3 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/surefire/surefire-booter/2.16/surefire-booter-2.16.jar (39 KB at 19345.7 KB/sec)
[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 7362.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar (259 KB at 43044.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar (146 KB at 29190.8 KB/sec)
[INFO] [WARNING] useSystemClassloader setting has no effect when not forking
[INFO] [INFO] Surefire report directory: /home/r/repo/target/it/basic-usage/target/surefire-reports
[INFO] [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom (5 KB at 2046.4 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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom (3 KB at 1161.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom (4 KB at 1643.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom (2 KB at 285.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom (2 KB at 763.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom (2 KB at 1684.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 1976.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom (3 KB at 1231.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar (18 KB at 2502.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar (11 KB at 3653.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar (16 KB at 1323.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar (37 KB at 18125.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 21686.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar (115 KB at 5432.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar (37 KB at 1757.2 KB/sec)
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.foo.SampleTest
[INFO] [0;31mERRORm] pool-199-thread-2 com.jcabi.aspects.aj.MethodValidator: JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] [2;37mDEBUGm] pool-199-thread-2 com.jcabi.github.RtGithub: #repos(): https://api.github.com/ in 6ms
[INFO] [2;37mDEBUGm] pool-199-thread-2 com.jcabi.github.RtRepos: #get(jcabi/jcabi-github): jcabi/jcabi-github in 14ms
[INFO] [2;37mDEBUGm] pool-199-thread-2 com.jcabi.github.RtRepo: #coordinates(): jcabi/jcabi-github in 59?s
[INFO] [2;37mDEBUGm] pool-199-thread-2 com.jcabi.github.RtRepo: #labels(): https://api.github.com/repos/jcabi/jcabi-github/labels in 7ms
[INFO] [2;37mDEBUGm] pool-199-thread-2 com.jcabi.github.RtLabels: #iterate(): com.jcabi.github.RtPagination@55cf91a1 in 4ms
[INFO] [0;37mINFOm] pool-199-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/labels): [200 OK] in 807ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 sec - in com.jcabi.foo.SampleTest
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 13.292 s
[INFO] [INFO] Finished at: 2015-04-17T00:29:55+00:00
[INFO] [INFO] Final Memory: 24M/307M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] ..SUCCESS (15.3 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 2, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (default) @ jcabi-github ---
[INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom (3 KB at 2.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom (5 KB at 17.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (5 KB at 13.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (8 KB at 26.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (2 KB at 3.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom (5 KB at 14.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom (2 KB at 61.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom (6 KB at 214.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom (5 KB at 4.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom (18 KB at 43.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom (9 KB at 27.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom (5 KB at 16.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom (4 KB at 12.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom (4 KB at 13.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (2 KB at 80.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (6 KB at 233.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom (4 KB at 3.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (2 KB at 82.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (6 KB at 223.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (3 KB at 92.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2 KB at 84.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom (4 KB at 3.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom (10 KB at 32.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.pom (3 KB at 7.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (5 KB at 15.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom (6 KB at 219.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5 KB at 207.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (2 KB at 82.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar (8 KB at 7.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar (9 KB at 8.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar (13 KB at 11.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
Downloaded:7https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar (35 KB at 27.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar (9 KB at 30.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar (34 KB at 81.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar
Downloaded:0https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar (7 KB at 21.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.jar
Downloading:4https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.jar (30 KB at 72.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (78 KB at 141.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar (3537 KB at 1491.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (115 KB at 190.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 KB at 30.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar (7095 KB at 1992.4 KB/sec)
Downloaded:5https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (8 KB at 26.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 140.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar (599 KB at 244.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (52 KB at 1130.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (29 KB at 578.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar (31 KB at 548.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (370 KB at 3697.9 KB/sec)
[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.
[INFO] No Checkstyle violations found in 418 files
[INFO] No PMD violations found in 404 files
[INFO] /src/site/site.xml: to be validated
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] /src/changes/changes.xml: to be validated
[INFO] /src/it/fat-jar/pom.xml: to be validated
[INFO] /src/it/settings.xml: skipped
[INFO] /src/it/basic-usage/pom.xml: to be validated
[INFO] CodeNarc not required since no groovy files in /home/r/repo/src
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 2min
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ jcabi-github ---
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:52 min
[INFO] Finished at: 2015-04-17T00:32:01+00:00
[INFO] Final Memory: 104M/465M
[INFO] ------------------------------------------------------------------------
+ mvn clean
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-github 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github ---
[INFO] Deleting /home/r/repo/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.693 s
[INFO] Finished at: 2015-04-17T00:32:06+00:00
[INFO] Final Memory: 10M/303M
[INFO] ------------------------------------------------------------------------
++ pwd
+ pdd --source=/home/r/repo --verbose --file=/dev/null
INFO: "my version is 0.14"
INFO: "reading /home/r/repo"
INFO: "473 file(s) found"
INFO: "puzzle 913:30/IMP at src/main/java/com/jcabi/github/RtNotifications.java"
INFO: "puzzle 913:30/IMP at src/main/java/com/jcabi/github/RtUser.java"
INFO: "puzzle 913:30/IMP at src/main/java/com/jcabi/github/ThreadSubscription.java"
INFO: "puzzle 920:0/IMP at src/main/java/com/jcabi/github/mock/MkNotifications.java"
INFO: "puzzle 913:30/IMP at src/main/java/com/jcabi/github/mock/MkNotifications.java"
INFO: "puzzle 1061:0/IMP at src/main/java/com/jcabi/github/mock/MkRepo.java"
INFO: "puzzle 913:30/IMP at src/main/java/com/jcabi/github/mock/MkUser.java"
INFO: "puzzle 863:0/IMP at src/test/java/com/jcabi/github/RtContentsITCase.java"
INFO: "puzzle 989:0/IMP at src/test/java/com/jcabi/github/RtForkTest.java"
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:jcabi/jcabi-github.git
38ff549..701d77a master -> master