rultor.com logo This build log was produced by rultor.com for jcabi/jcabi-github#1095
+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-WWaj/run.sh
+ cd /tmp/rultor-WWaj
+ echo 4458
+ echo '1.52.14 1bb10da'
1.52.14 1bb10da
+ date
Fri May 29 20:03:22 UTC 2015
+ uptime
 20:03:22 up 30 days, 20:34,  0 users,	load average: 8.12, 8.30, 8.88
+ fork=git@github.com:cvrebert/jcabi-github.git
+ fork_branch=friendlier-repo-create
+ head=git@github.com:jcabi/jcabi-github.git
+ head_branch=master
+ pull_id=1095
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=fork=git@github.com:cvrebert/jcabi-github.git' '--env=fork_branch=friendlier-repo-create' '--env=head=git@github.com:jcabi/jcabi-github.git' '--env=head_branch=master' '--env=pull_id=1095')
+ 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_1095
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:jcabi/jcabi-github.git repo
Cloning into 'repo'...
+ 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]	     friendlier-repo-create -> fork/friendlier-repo-create
 * [new branch]	     gh-pages	-> fork/gh-pages
 * [new branch]	     impl-branches -> fork/impl-branches
 * [new branch]	     master	-> fork/master
+ '[' false == true ']'
+ git merge fork/friendlier-repo-create
Updating 71be784..944cdc3
Fast-forward
 src/main/java/com/jcabi/github/Repos.java	    | 251 ++++++++++++++++++++-
 src/main/java/com/jcabi/github/RtRepos.java	    |	6 +-
 src/main/java/com/jcabi/github/mock/MkGithub.java  |	8 +-
 src/main/java/com/jcabi/github/mock/MkRepos.java   |  14 +-
 src/test/java/com/jcabi/github/RepoRule.java	    |  12 +-
 .../java/com/jcabi/github/RtAssigneesITCase.java   |	8 +-
 src/test/java/com/jcabi/github/RtCommentTest.java  |	2 +-
 src/test/java/com/jcabi/github/RtCommitsTest.java  |	2 +-
 .../java/com/jcabi/github/RtDeployKeysITCase.java  |	8 +-
 src/test/java/com/jcabi/github/RtIssueITCase.java  |	8 +-
 .../java/com/jcabi/github/RtIssueLabelsITCase.java |	8 +-
 src/test/java/com/jcabi/github/RtIssuesITCase.java |	8 +-
 src/test/java/com/jcabi/github/RtLabelsITCase.java |	8 +-
 .../java/com/jcabi/github/RtMilestonesITCase.java  |	8 +-
 .../java/com/jcabi/github/RtPullCommentTest.java   |	2 +-
 .../java/com/jcabi/github/RtPullCommentsTest.java  |	2 +-
 .../java/com/jcabi/github/RtReferenceTest.java	    |	2 +-
 .../java/com/jcabi/github/RtReferencesTest.java    |	3 +-
 .../java/com/jcabi/github/RtReleaseAssetTest.java  |	2 +-
 .../java/com/jcabi/github/RtReleaseAssetsTest.java |	3 +-
 src/test/java/com/jcabi/github/RtRepoITCase.java   |	7 +-
 src/test/java/com/jcabi/github/RtReposITCase.java  |	5 +-
 src/test/java/com/jcabi/github/RtStatusesTest.java |	3 +-
 src/test/java/com/jcabi/github/RtTagTest.java	    |	3 +-
 src/test/java/com/jcabi/github/RtTagsTest.java	    |	2 +-
 .../com/jcabi/github/mock/MkAssigneesTest.java	    |	4 +-
 .../java/com/jcabi/github/mock/MkBlobsTest.java    |	4 +-
 .../com/jcabi/github/mock/MkCollaboratorsTest.java |	4 +-
 .../java/com/jcabi/github/mock/MkCommentTest.java  |	4 +-
 .../java/com/jcabi/github/mock/MkCommentsTest.java |	4 +-
 .../java/com/jcabi/github/mock/MkCommitsTest.java  |	3 +-
 .../java/com/jcabi/github/mock/MkContentTest.java  |	3 +-
 .../java/com/jcabi/github/mock/MkContentsTest.java |	5 +-
 .../com/jcabi/github/mock/MkDeployKeysTest.java    |	4 +-
 .../java/com/jcabi/github/mock/MkEventTest.java    |  13 +-
 .../java/com/jcabi/github/mock/MkForkTest.java	    |	4 +-
 .../java/com/jcabi/github/mock/MkForksTest.java    |	4 +-
 src/test/java/com/jcabi/github/mock/MkGitTest.java |	4 +-
 .../java/com/jcabi/github/mock/MkGithubTest.java   |  26 +--
 .../java/com/jcabi/github/mock/MkHooksTest.java    |	4 +-
 .../com/jcabi/github/mock/MkIssueEventsTest.java   |  10 +-
 .../com/jcabi/github/mock/MkIssueLabelsTest.java   |	9 +-
 .../java/com/jcabi/github/mock/MkIssueTest.java    |	7 +-
 .../java/com/jcabi/github/mock/MkIssuesTest.java   |	6 +-
 .../java/com/jcabi/github/mock/MkLabelsTest.java   |	4 +-
 .../com/jcabi/github/mock/MkMilestonesTest.java    |	4 +-
 .../com/jcabi/github/mock/MkPullCommentTest.java   |	3 +-
 .../com/jcabi/github/mock/MkPullCommentsTest.java  |	6 +-
 .../java/com/jcabi/github/mock/MkPullTest.java	    |	3 +-
 .../java/com/jcabi/github/mock/MkPullsTest.java    |	4 +-
 .../com/jcabi/github/mock/MkReferenceTest.java	    |	3 +-
 .../com/jcabi/github/mock/MkReferencesTest.java    |	4 +-
 .../com/jcabi/github/mock/MkReleaseAssetTest.java  |	3 +-
 .../com/jcabi/github/mock/MkReleaseAssetsTest.java |	4 +-
 .../java/com/jcabi/github/mock/MkReleaseTest.java  |  12 +-
 .../java/com/jcabi/github/mock/MkReleasesTest.java |	4 +-
 .../java/com/jcabi/github/mock/MkRepoTest.java	    |	5 +-
 .../java/com/jcabi/github/mock/MkReposTest.java    |	6 +-
 .../java/com/jcabi/github/mock/MkSearchTest.java   |	8 +-
 .../java/com/jcabi/github/mock/MkStarsTest.java    |	4 +-
 src/test/java/com/jcabi/github/mock/MkTagTest.java |	3 +-
 .../java/com/jcabi/github/mock/MkTagsTest.java	    |	3 +-
 .../java/com/jcabi/github/mock/MkTreeTest.java	    |	3 +-
 .../java/com/jcabi/github/mock/MkTreesTest.java    |	3 +-
 64 files changed, 412 insertions(+), 184 deletions(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
+ load=8.88
++ echo 8.88 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 8.88, low enough to run a new Docker container'
load average is 8.88, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Trying to pull repository docker.io/yegor256/rultor ...
df0608d44329: Pulling image (latest) from docker.io/yegor256/rultor
df0608d44329: Pulling image (latest) from docker.io/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 docker.io/yegor256/rultor:latest
+ grep --quiet '\sjcabi_jcabi-github_1095\s*$'
+ docker ps --filter=status=exited
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-WWaj:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=fork=git@github.com:cvrebert/jcabi-github.git --env=fork_branch=friendlier-repo-create --env=head=git@github.com:jcabi/jcabi-github.git --env=head_branch=master --env=pull_id=1095 --privileged=true --memory=4g --cidfile=/tmp/rultor-WWaj/cid -w=/main --name=jcabi_jcabi-github_1095 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.2
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.2...
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.2...
+ 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 45.6 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 2528.2 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 7.7 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 197.5 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 238.5 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 61.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 31.4 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 34.3 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 19.6 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 11.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 167.8 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 183.7 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 13.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.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/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 241.5 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 89.3 KB/sec)
Downloaded:1https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 KB at 58.1 KB/sec)
Downloaded:Khttps://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (851 KB at 1081.7 KB/sec)
Downloaded:Khttps://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (2122 KB at 1727.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 7213.7 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 913.1 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 1877.9 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 6447.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 26.6 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 16.8 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 220.4 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 226.0 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 1182.5 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 777.3 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 9059.8 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 1179.9 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 3386.6 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 542.6 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 3714.3 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 799.7 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 2699.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 2338.3 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 11744.6 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 17.1 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 9.5 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 230.1 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 142.0 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 547.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 3568.3 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 17.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom (7 KB at 30.6 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 17.2 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 2.7 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 7.0 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 16.3 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 8.7 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 11.9 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 91.1 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 11.2 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 38.5 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 16.2 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 1619.6 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 6268.7 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 1859.9 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 19.7 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 82.5 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 4.3 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 10.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 106.6 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 2.1 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 473.2 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 1514.5 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 3943.4 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 49.7 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 13.0 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 25.3 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 112.5 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/jcabi-immutable/1.3/jcabi-immutable-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.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/incubator/xembly/0.19.1/xembly-0.19.1.jar
Downloaded:7https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 53.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar
Downloaded:9https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar (79 KB at 189.8 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-xml/0.13/jcabi-xml-0.13.jar (48 KB at 77.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-manifests/1.1/jcabi-manifests-1.1.jar (12 KB at 48.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.9-RC2/reflections-0.9.9-RC2.jar
Downloaded:9https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar (96 KB at 140.8 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-log/0.16/jcabi-log-0.16.jar (45 KB at 128.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.1/xembly-0.19.1.jar (70 KB at 68.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar (698 KB at 1368.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar (115 KB at 607.2 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:Bhttps://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar (2204 KB at 2941.7 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 170.7 KB/sec)
Downloaded:1https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.jar (41 KB at 370.7 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 612.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (1159 KB at 1172.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 1634.1 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 7281.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (278 KB at 15418.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 14878.6 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 21201.6 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 220.0 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 2905.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 236.2 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 181.8 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 288.5 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 521.3 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 389.5 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 296.3 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 329.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 367.2 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 300.5 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 275.9 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 376.0 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 238.4 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 338.4 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 361.2 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 333.4 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 258.0 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 342.9 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-svnexe/1.9/maven-scm-provider-svnexe-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
Downloaded:2http://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 1297.7 KB/sec)
Downloading:2http://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:2http://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 5391.0 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:7http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar (104 KB at 8587.5 KB/sec)
Downloading:6http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar
Downloaded:7http://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 5371.2 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:4http://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 4640.5 KB/sec)
Downloading:0http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar
Downloaded:4http://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 4389.4 KB/sec)
Downloading:5http://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-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar (30 KB at 3242.3 KB/sec)
Downloading:9http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar
Downloaded:2http://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 8668.2 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:4http://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 8072.0 KB/sec)
Downloaded:8http://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 6315.5 KB/sec)
Downloaded:8http://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 7264.8 KB/sec)
Downloaded: http://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 1982.7 KB/sec)
Downloaded: http://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 6429.7 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: 944cdc3 at timestamp: 2015-05-29T20:06:51
[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 220 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 7.9 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 1.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 1632.8 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 3686.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:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.jar (39 KB at 64.8 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 5135.8 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 18735.3 KB/sec)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
[WARNING] advice defined in com.jcabi.aspects.aj.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: 1366 file(s) processed, 2848 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 185 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: 209 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 744.3 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 279.7 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 394.9 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:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (39 KB at 2973.2 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 13640.5 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 6539.0 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 372.1 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 122.2 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 365.1 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 142.6 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 190.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 168.5 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 246.3 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-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: 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: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar
Downloading:8http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar (37 KB at 1394.0 KB/sec)
Downloading: https://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/surefire-junit47/2.17/surefire-junit47-2.17.jar (117 KB at 4298.8 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 1216.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar (18 KB at 2502.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar (16 KB at 2268.4 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 4636.0 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.jcabi.github.mock.MkContentTest
[0;37mINFOm] pool-1-thread-5 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-15 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
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 sec - in com.jcabi.github.mock.MkContentTest
Running com.jcabi.github.mock.MkStarsTest
[0;37mINFOm] pool-1-thread-3 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
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec - in com.jcabi.github.mock.MkStarsTest
Running com.jcabi.github.RtUserEmailsTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:12345 /see-FakeRequest-class/user/emails): [204 OK] in 0ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/emails): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37789
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:37789 /user/emails): [201 Created] in 811ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37789
May 29, 2015 8:07:15 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.177 sec - in com.jcabi.github.RtUserEmailsTest
Running com.jcabi.github.LimitTest
[0;31mERRORm] pool-1-thread-8 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 3ms
[0;31mERRORm] pool-1-thread-8 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 5ms
[0;31mERRORm] pool-1-thread-8 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 6ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.jcabi.github.LimitTest
Running com.jcabi.github.BulkTest
[0;37mINFOm] pool-1-thread-15 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.033 sec - in com.jcabi.github.BulkTest
Running com.jcabi.github.mock.MkReleasesTest
[0;37mINFOm] pool-1-thread-12 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-15 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-14 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
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.635 sec - in com.jcabi.github.mock.MkReleasesTest
Running com.jcabi.github.mock.MkForksTest
[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 Organization by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.066 sec - in com.jcabi.github.mock.MkForksTest
Running com.jcabi.github.SmartsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.SmartsTest
Running com.jcabi.github.mock.JsonNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in com.jcabi.github.mock.JsonNodeTest
Running com.jcabi.github.RtGitignoresTest
May 29, 2015 8:07:15 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/gitignore/templates/C#): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50856
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50856 /gitignore/templates): [200 OK] in 197ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50856
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.683 sec - in com.jcabi.github.RtGitignoresTest
Running com.jcabi.github.ImmutabilityTest
[0;33mWARNm] pool-1-thread-14 org.reflections.Reflections: could not create Dir using commons_vfs2 from url file:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so. 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)
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-14 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/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
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.103 sec - in com.jcabi.github.ImmutabilityTest
Running com.jcabi.github.RtReleasesTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/releases/releases): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36520
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:36520 /repos/test/releases/releases/1): [204 No Content] in 9ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36520
[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
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33030
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:33030 /repos/test/releases/releases): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33030 /repos/test/releases/releases/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33030
May 29, 2015 8:07:16 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:16 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:15 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in com.jcabi.github.RtReleasesTest
Running com.jcabi.github.RtTreesTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45328
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45328 /repos/mark/test/git/trees): [201 Created] in 779ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45328
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.809 sec - in com.jcabi.github.RtTreesTest
Running com.jcabi.github.RtIssuesTest
May 29, 2015 8:07:16 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:16 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:16 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:16 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54455
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:54455 /repos/mark/test/issues): [201 Created] in 14ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54455 /repos/mark/test/issues/1): [200 OK] in 16ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54455
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58902
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58902 /repos/mark/test/issues): [200 OK] in 30ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58902
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34827
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34827 /repos/mark/test/issues/1): [200 OK] in 22ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34827
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59608
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59608 /repos/mark/test/issues): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59608
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec - in com.jcabi.github.RtIssuesTest
Running com.jcabi.github.RtReleaseAssetsTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository john/test created by john
[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(POST uploads.github.com /repos/john/test/releases/1/assets): [201 OK] in 0ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-8 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: 2.24 sec - in com.jcabi.github.RtReleaseAssetsTest
Running com.jcabi.github.mock.MkTagsTest
[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.049 sec - in com.jcabi.github.mock.MkTagsTest
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtReferenceTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40995
[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.http.request.BaseRequest: #fetch(GET localhost:40995 /repos/jeff/test/git/refs/heads/featureB): [200 OK] in 68ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40995
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42852
[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.http.request.BaseRequest: #fetch(PATCH localhost:42852 /repos/jeff/test/git/refs/heads/featureA): [200 OK] in 116ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42852
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37379
[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.http.mock.MkGrizzlyContainer: stopped on port #37379
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55166
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55166
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.694 sec - in com.jcabi.github.RtReferenceTest
Running com.jcabi.github.mock.MkIssueTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[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-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-14 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 first/test created by first
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkIssues: issue #1 created in first/test by second:
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #1 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: hey
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[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-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
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[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.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[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-7 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.819 sec - in com.jcabi.github.mock.MkIssueTest
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtTagTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54427
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54427 /repos/jeff/test/git/tags/abdes00test): [200 OK] in 32ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54427
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 sec - in com.jcabi.github.RtTagTest
Running com.jcabi.github.OrganizationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in com.jcabi.github.OrganizationTest
Running com.jcabi.github.RtContentsTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36243
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:36243 /repos/test/contents/contents/to/remove): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36243
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36916
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:36916 /repos/test/contents/contents/test/thefile): [201 Created] in 52ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36916 /repos/test/contents/contents/test/thefile): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36916
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53746
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53746 /repos/test/contents/contents/test/file): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53746 /repos/test/contents/contents/test/file): [200 OK] in 17ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53746
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43999
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:43999 /repos/test/contents/contents/test.txt): [200 OK] in 41ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43999
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35291
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35291 /repos/test/contents/readme): [200 OK] in 22ms
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:17 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35291
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53947
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53947 /repos/test/contents/readme): [200 OK] in 34ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53947
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59617
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59617 /repos/test/contents/contents/dir): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59617
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.533 sec - in com.jcabi.github.RtContentsTest
Running com.jcabi.github.mock.MkTagTest
[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.071 sec - in com.jcabi.github.mock.MkTagTest
Running com.jcabi.github.PullCommentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in com.jcabi.github.PullCommentTest
Running com.jcabi.github.RtLimitTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;31mERRORm] pool-1-thread-3 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 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in com.jcabi.github.RtLimitTest
Running com.jcabi.github.RtLabelTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46017
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:46017 /repos/mark/test/labels/enhance): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46017
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50949
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50949 /repos/mark/test/labels/bug): [200 OK] in 34ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50949
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in com.jcabi.github.RtLabelTest
Running com.jcabi.github.RtJsonTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42512
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:42512 /): [200 OK] in 39ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42512
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51404
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51404 /): [200 OK] in 17ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51404
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in com.jcabi.github.RtJsonTest
Running com.jcabi.github.RtSearchTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/repositories): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-9 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.mock.MkGrizzlyContainer: started on port #45470
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45470 /search/code): [200 OK] in 33ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45470 /repos/user/repo/contents/test/unit/attributes.js): [200 OK] in 33ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45470 /repos/user/repo/contents/src/attributes/classes.js): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45470
[0;37mINFOm] pool-1-thread-2 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
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in com.jcabi.github.RtSearchTest
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.mock.MkMarkdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.jcabi.github.mock.MkMarkdownTest
Running com.jcabi.github.mock.MkRepoTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/YipUeVf7lo created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test1 created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec - in com.jcabi.github.mock.MkRepoTest
Running com.jcabi.github.mock.MkGistTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec - in com.jcabi.github.mock.MkGistTest
Running com.jcabi.github.RtIssueTest
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-6 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-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53674
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:53674 /repos/user/repo/issues/1): [200 OK] in 51ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53674
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in com.jcabi.github.RtIssueTest
Running com.jcabi.github.RepoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.jcabi.github.RepoTest
Running com.jcabi.github.RtGitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.RtGitTest
Running com.jcabi.github.mock.MkPullCommentsTest
[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-14 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkIssues: issue #1 created in test/test by test: pullrequest1
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
[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: hello
[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: hello
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test by jeff: new
[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: hello
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.653 sec - in com.jcabi.github.mock.MkPullCommentsTest
Running com.jcabi.github.mock.MkTreeTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in com.jcabi.github.mock.MkTreeTest
Running com.jcabi.github.RtHooksTest
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35563
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35563 /repos/test/hooks/hooks): [200 OK] in 29ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35563
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41831
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:41831 /repos/test/hooks/hooks/1): [204 No Content] in 51ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41831
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:18 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59394
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59394 /repos/test/hooks/hooks): [201 Created] in 26ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59394 /repos/test/hooks/hooks/1): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59394
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57604
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:57604 /repos/test/hooks/hooks): [200 OK] in 72ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57604
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60564
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:60564 /repos/test/hooks/hooks/1): [200 OK] in 40ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60564
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.825 sec - in com.jcabi.github.RtHooksTest
Running com.jcabi.github.RtGistTest
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34193
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34193 /gists/patch): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34193
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54295
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54295
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54487
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54487 /gists/testGetFiles): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54487
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52699
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:52699 /gists/unstar/star): [204 No Content] in 20ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52699
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51046
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51046 /gists/test): [200 OK] in 40ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51046 /gists/world): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:51046 /gists/test/forks): [201 Created] in 13ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51046 /gists/forked): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51046 /gists/world): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51046
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58911
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58911 /gists/test): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58911 /gists/world): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58911
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40538
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:40538 /gists/testWrite): [200 OK] in 28ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40538
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.543 sec - in com.jcabi.github.RtGistTest
Running com.jcabi.github.mock.MkReleaseAssetTest
[0;37mINFOm] pool-1-thread-14 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-7 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-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-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec - in com.jcabi.github.mock.MkReleaseAssetTest
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtMilestonesTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52918
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:52918 /repos/mark/test/milestones/1): [204 No Content] in 75ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in com.jcabi.github.RtMilestonesTest
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtReferencesTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51130
[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.http.mock.MkGrizzlyContainer: stopped on port #51130
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50393
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50393 /repos/jeff/test/git/refs/heads): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50393
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35874
[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(DELETE localhost:35874 /repos/jeff/test/git/refs/heads/feature-a): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35874
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35690
May 29, 2015 8:07:19 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35690 /repos/jeff/test/git/refs): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35690
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35946
[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.http.request.BaseRequest: #fetch(GET localhost:35946 /repos/jeff/test/git/refs/tags): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35946
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.993 sec - in com.jcabi.github.RtReferencesTest
Running com.jcabi.github.mock.MkReferenceTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-2 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-2 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec - in com.jcabi.github.mock.MkReferenceTest
Running com.jcabi.github.wire.CarefulWireTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-16 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
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.009 sec - in com.jcabi.github.wire.CarefulWireTest
Running com.jcabi.github.RtEventTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51077
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51077 /repos/test/event/issues/events/3): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51077
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 sec - in com.jcabi.github.RtEventTest
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtContentTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/contents/blah): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34178
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34178 /repos/user/repo/contents/path): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34178
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53916
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53916 /repos/user/repo/contents/raw): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53916
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec - in com.jcabi.github.RtContentTest
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtReleaseTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47494
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:47494 /repos/tstuser/tstbranch/releases/2): [200 OK] in 19ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47494
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45775
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:45775 /repos/tstuser/tstbranch/releases/2): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45775
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60141
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:60141 /repos/tstuser/tstbranch/releases/2): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60141
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 sec - in com.jcabi.github.RtReleaseTest
Running com.jcabi.github.mock.MkReleaseTest
[0;37mINFOm] pool-1-thread-7 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-3 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-1 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-15 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-7 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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.916 sec - in com.jcabi.github.mock.MkReleaseTest
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtPullCommentsTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56266
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:56266 /repos/johnny/test/pulls/0/comments): [201 Created] in 36ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:56266 /repos/johnny/test/pulls/comments/1000000000): [200 OK] in 19ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56266
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48288
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:48288 /repos/johnny/test/pulls/0/comments): [201 Created] in 53ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48288 /repos/johnny/test/pulls/comments/1000000000): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48288
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56235
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:56235 /repos/johnny/test/pulls/0/comments/2): [204 No Content] in 31ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56235
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43165
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43165 /repos/johnny/test/pulls/0/comments): [200 OK] in 32ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43165
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44194
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44194 /repos/johnny/test/pulls/1/comments): [200 OK] in 79ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44194
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:20 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.56 sec - in com.jcabi.github.RtPullCommentsTest
Running com.jcabi.github.mock.MkGithubTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey, works?
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/EcuaSCthIo created by jeff
[0;37mINFOm] pool-2-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-9 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-4 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-34 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-35 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-82 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-2 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-3 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-5 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-8 com.jcabi.github.mock.MkIssues: issue #10 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-6 com.jcabi.github.mock.MkIssues: issue #11 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-19 com.jcabi.github.mock.MkIssues: issue #12 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-7 com.jcabi.github.mock.MkIssues: issue #13 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-20 com.jcabi.github.mock.MkIssues: issue #14 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-18 com.jcabi.github.mock.MkIssues: issue #15 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-17 com.jcabi.github.mock.MkIssues: issue #16 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-16 com.jcabi.github.mock.MkIssues: issue #17 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-15 com.jcabi.github.mock.MkIssues: issue #18 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-14 com.jcabi.github.mock.MkIssues: issue #19 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-13 com.jcabi.github.mock.MkIssues: issue #20 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-12 com.jcabi.github.mock.MkIssues: issue #21 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-11 com.jcabi.github.mock.MkIssues: issue #22 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-10 com.jcabi.github.mock.MkIssues: issue #23 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-33 com.jcabi.github.mock.MkIssues: issue #24 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-26 com.jcabi.github.mock.MkIssues: issue #25 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-32 com.jcabi.github.mock.MkIssues: issue #26 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-46 com.jcabi.github.mock.MkIssues: issue #27 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-31 com.jcabi.github.mock.MkIssues: issue #28 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-30 com.jcabi.github.mock.MkIssues: issue #29 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-29 com.jcabi.github.mock.MkIssues: issue #30 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-50 com.jcabi.github.mock.MkIssues: issue #31 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-52 com.jcabi.github.mock.MkIssues: issue #32 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-28 com.jcabi.github.mock.MkIssues: issue #33 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-27 com.jcabi.github.mock.MkIssues: issue #34 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-25 com.jcabi.github.mock.MkIssues: issue #35 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-24 com.jcabi.github.mock.MkIssues: issue #36 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-23 com.jcabi.github.mock.MkIssues: issue #37 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-22 com.jcabi.github.mock.MkIssues: issue #38 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-21 com.jcabi.github.mock.MkIssues: issue #39 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-59 com.jcabi.github.mock.MkIssues: issue #40 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-58 com.jcabi.github.mock.MkIssues: issue #41 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-56 com.jcabi.github.mock.MkIssues: issue #42 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-57 com.jcabi.github.mock.MkIssues: issue #43 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-55 com.jcabi.github.mock.MkIssues: issue #44 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-54 com.jcabi.github.mock.MkIssues: issue #45 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-53 com.jcabi.github.mock.MkIssues: issue #46 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-51 com.jcabi.github.mock.MkIssues: issue #47 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-49 com.jcabi.github.mock.MkIssues: issue #48 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-48 com.jcabi.github.mock.MkIssues: issue #49 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-47 com.jcabi.github.mock.MkIssues: issue #50 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-45 com.jcabi.github.mock.MkIssues: issue #51 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-44 com.jcabi.github.mock.MkIssues: issue #52 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-43 com.jcabi.github.mock.MkIssues: issue #53 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-42 com.jcabi.github.mock.MkIssues: issue #54 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-41 com.jcabi.github.mock.MkIssues: issue #55 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-40 com.jcabi.github.mock.MkIssues: issue #56 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-39 com.jcabi.github.mock.MkIssues: issue #57 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-38 com.jcabi.github.mock.MkIssues: issue #58 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-37 com.jcabi.github.mock.MkIssues: issue #59 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-36 com.jcabi.github.mock.MkIssues: issue #60 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-83 com.jcabi.github.mock.MkIssues: issue #61 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-81 com.jcabi.github.mock.MkIssues: issue #62 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-80 com.jcabi.github.mock.MkIssues: issue #63 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-79 com.jcabi.github.mock.MkIssues: issue #64 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-78 com.jcabi.github.mock.MkIssues: issue #65 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-72 com.jcabi.github.mock.MkIssues: issue #66 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-77 com.jcabi.github.mock.MkIssues: issue #67 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-74 com.jcabi.github.mock.MkIssues: issue #68 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-75 com.jcabi.github.mock.MkIssues: issue #69 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-76 com.jcabi.github.mock.MkIssues: issue #70 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-73 com.jcabi.github.mock.MkIssues: issue #71 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-71 com.jcabi.github.mock.MkIssues: issue #72 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-70 com.jcabi.github.mock.MkIssues: issue #73 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-69 com.jcabi.github.mock.MkIssues: issue #74 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-68 com.jcabi.github.mock.MkIssues: issue #75 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-67 com.jcabi.github.mock.MkIssues: issue #76 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-66 com.jcabi.github.mock.MkIssues: issue #77 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-65 com.jcabi.github.mock.MkIssues: issue #78 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-64 com.jcabi.github.mock.MkIssues: issue #79 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-63 com.jcabi.github.mock.MkIssues: issue #80 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-62 com.jcabi.github.mock.MkIssues: issue #81 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-61 com.jcabi.github.mock.MkIssues: issue #82 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-60 com.jcabi.github.mock.MkIssues: issue #83 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-100 com.jcabi.github.mock.MkIssues: issue #84 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-99 com.jcabi.github.mock.MkIssues: issue #85 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-98 com.jcabi.github.mock.MkIssues: issue #86 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-97 com.jcabi.github.mock.MkIssues: issue #87 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-96 com.jcabi.github.mock.MkIssues: issue #88 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-95 com.jcabi.github.mock.MkIssues: issue #89 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-94 com.jcabi.github.mock.MkIssues: issue #90 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-93 com.jcabi.github.mock.MkIssues: issue #91 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-92 com.jcabi.github.mock.MkIssues: issue #92 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-91 com.jcabi.github.mock.MkIssues: issue #93 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-90 com.jcabi.github.mock.MkIssues: issue #94 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-89 com.jcabi.github.mock.MkIssues: issue #95 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-88 com.jcabi.github.mock.MkIssues: issue #96 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-87 com.jcabi.github.mock.MkIssues: issue #97 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-86 com.jcabi.github.mock.MkIssues: issue #98 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-85 com.jcabi.github.mock.MkIssues: issue #99 created in jeff/EcuaSCthIo by jeff:
[0;37mINFOm] pool-2-thread-84 com.jcabi.github.mock.MkIssues: issue #100 created in jeff/EcuaSCthIo by jeff:
[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.MkIssues: issue #1 created in jeff/test by jeff: title
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by mark: Nice change
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/bWn8pljBSC created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.049 sec - in com.jcabi.github.mock.MkGithubTest
Running com.jcabi.github.mock.MkPublicKeysTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in com.jcabi.github.mock.MkPublicKeysTest
Running com.jcabi.github.mock.MkPullCommentTest
[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: hello
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 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: 0.09 sec - in com.jcabi.github.mock.MkPullCommentTest
Running com.jcabi.github.ReleaseTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in com.jcabi.github.ReleaseTest
Running com.jcabi.github.MilestoneTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in com.jcabi.github.MilestoneTest
Running com.jcabi.github.VisibilityTest
[0;33mWARNm] pool-1-thread-8 org.reflections.Reflections: could not create Dir using commons_vfs2 from url file:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so. 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)
[0;33mWARNm] pool-1-thread-8 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/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
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.008 sec - in com.jcabi.github.VisibilityTest
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtOrganizationTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57962
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57962
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/orgs/testJson): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43776
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:43776 /orgs/testPatch): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43776
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 sec - in com.jcabi.github.RtOrganizationTest
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtReleaseAssetTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59377
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:59377 /repos/john/test/releases/assets/2): [200 OK] in 43ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59377
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60019
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:60019 /repos/john/test/releases/assets/3): [204 No Content] in 37ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60019
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43567
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43567 /repos/john/test/releases/assets/4): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43567
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-14 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.241 sec - in com.jcabi.github.RtReleaseAssetTest
Running com.jcabi.github.RtRepoCommitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.RtRepoCommitTest
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtCommentTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37566
[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: testing3
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:37566 /repos/jeff/test/issues/comments/10): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37566
[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: testing2
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47577
[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: testing4
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:47577 /repos/jeff/test/issues/comments/10): [200 OK] in 26ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47577
[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: title
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing1
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45416
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing5
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:45416 /repos/jeff/test/issues/comments/10): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45416
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60283
[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: testing6
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60283
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.338 sec - in com.jcabi.github.RtCommentTest
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.ContentTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in com.jcabi.github.ContentTest
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.MkGitignoresTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.jcabi.github.mock.MkGitignoresTest
Running com.jcabi.github.NullabilityTest
[0;33mWARNm] pool-1-thread-12 org.reflections.Reflections: could not create Dir using commons_vfs2 from url file:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so. 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-12 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/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
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.026 sec - in com.jcabi.github.NullabilityTest
Running com.jcabi.github.mock.MkCommitsComparisonTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in com.jcabi.github.mock.MkCommitsComparisonTest
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtBlobsTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57138
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:57138 /repos/mark/test/git/blobs): [201 Created] in 35ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:57138 /repos/mark/test/git/blobs/586b78f4c30b0ce562950ab3c5d1771be78d5af2): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57138
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in com.jcabi.github.RtBlobsTest
Running com.jcabi.github.mock.MkMilestoneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.github.mock.MkMilestoneTest
Running com.jcabi.github.RtRepoCommitsTest
[0;37mINFOm] pool-1-thread-16 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-15 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-4 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.05 sec - in com.jcabi.github.RtRepoCommitsTest
Running com.jcabi.github.mock.MkReleaseAssetsTest
[0;37mINFOm] pool-1-thread-15 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-14 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
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in com.jcabi.github.mock.MkReleaseAssetsTest
Running com.jcabi.github.mock.MkTreesTest
[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
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in com.jcabi.github.mock.MkTreesTest
Running com.jcabi.github.CommitsComparisonTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db53...6dcb09b5b57875f334f61aebed695e2e4193db54): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.CommitsComparisonTest
Running com.jcabi.github.ForkTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in com.jcabi.github.ForkTest
Running com.jcabi.github.RtGistCommentTest
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:21 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48121
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43232
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:48121 /gists/someName/comments/1): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48121 /gists/someName/comments/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48121
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43232
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50088
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:50088 /gists/gistName/comments/1): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50088
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802 sec - in com.jcabi.github.RtGistCommentTest
Running com.jcabi.github.RtCommitsComparisonTest
[0;37mINFOm] pool-1-thread-9 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.002 sec - in com.jcabi.github.RtCommitsComparisonTest
Running com.jcabi.github.RtValuePaginationTest
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46464
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46464 /): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46464
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34203
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34203 /): [200 OK] in 30ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34203 /s): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34203
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 sec - in com.jcabi.github.RtValuePaginationTest
Running com.jcabi.github.mock.MkHooksTest
[0;37mINFOm] pool-1-thread-10 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-2 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-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in com.jcabi.github.mock.MkHooksTest
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtCommitTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41756
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/6fVcLXcjFX created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41756 /repos/jeff/6fVcLXcjFX/git/commits/sha): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41756
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 sec - in com.jcabi.github.RtCommitTest
Running com.jcabi.github.mock.MkContentsTest
[0;37mINFOm] pool-1-thread-13 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-10 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-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-15 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-12 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-11 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.906 sec - in com.jcabi.github.mock.MkContentsTest
Running com.jcabi.github.mock.MkCollaboratorsTest
[0;37mINFOm] pool-1-thread-9 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
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in com.jcabi.github.mock.MkCollaboratorsTest
Running com.jcabi.github.RtGistCommentsTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41943
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41943 /gists/2/comments): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41943
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42797
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42797 /gists/3/comments): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42797 /gists/3/comments/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42797
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51169
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51169 /gists/1/comments/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51169
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.126 sec - in com.jcabi.github.RtGistCommentsTest
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtTagsTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48815
[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:48815 /repos/jeff/test/git/tags): [201 Created] in 7ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:48815 /repos/jeff/test/git/refs): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48815
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 sec - in com.jcabi.github.RtTagsTest
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtLabelsTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59205
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:59205 /repos/mark/test/labels/issue): [204 No Content] in 2ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59205
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35216
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35216 /repos/mark/test/labels): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35216 /repos/mark/test/labels/API): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35216
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:22 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55579
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55579 /repos/mark/test/labels): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55579
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34112
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34112 /repos/mark/test/labels/bug): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34112
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.107 sec - in com.jcabi.github.RtLabelsTest
May 29, 2015 8:07:23 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtUserTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54998
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:54998 /user): [200 OK] in 57ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54998
[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-13 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-13 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-13 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 1ms
[0;37mINFOm] pool-1-thread-13 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-13 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-13 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-13 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-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/user): [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-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-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-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/notifications): [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
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in com.jcabi.github.RtUserTest
Running com.jcabi.github.PublicKeyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in com.jcabi.github.PublicKeyTest
Running com.jcabi.github.LabelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.jcabi.github.LabelTest
Running com.jcabi.github.mock.MkPublicKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in com.jcabi.github.mock.MkPublicKeyTest
Running com.jcabi.github.DeployKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.jcabi.github.DeployKeyTest
Running com.jcabi.github.RtPublicKeyTest
[0;37mINFOm] pool-1-thread-16 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.026 sec - in com.jcabi.github.RtPublicKeyTest
Running com.jcabi.github.mock.MkIssueLabelsTest
[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: Rewrite
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkEvent: issue event #2 of type unlabeled created in jeff for issue #1 by jeff
[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: how are you?
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[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: title
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: Titular
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 sec - in com.jcabi.github.mock.MkIssueLabelsTest
Running com.jcabi.github.mock.MkCommentTest
[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-9 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey buddy
[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.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-14 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.435 sec - in com.jcabi.github.mock.MkCommentTest
Running com.jcabi.github.mock.MkRepoCommitTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.jcabi.github.mock.MkRepoCommitTest
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.014 sec - in com.jcabi.github.mock.MkForkTest
Running com.jcabi.github.mock.MkGistsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec - in com.jcabi.github.mock.MkGistsTest
Running com.jcabi.github.RtDeployKeysTest
May 29, 2015 8:07:23 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:23 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47205
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:47205 /repos/test/keys/keys): [201 Created] in 20ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47205
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 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-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39268
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39268 /repos/test/keys/keys): [200 OK] in 26ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39268
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 sec - in com.jcabi.github.RtDeployKeysTest
May 29, 2015 8:07:23 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtStatusesTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36155
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36155 /repos/jeff/test/statuses/0abcd89jcabitest): [201 Created] in 39ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36155
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 sec - in com.jcabi.github.RtStatusesTest
Running com.jcabi.github.mock.MkGitTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.jcabi.github.mock.MkGitTest
Running com.jcabi.github.mock.MkLimitsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.jcabi.github.mock.MkLimitsTest
May 29, 2015 8:07:23 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:23 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:23 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtPullTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59537
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:59537 /repos/user/repo/pulls/3/merge): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59537
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45698
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45698 /repos/user/repo/pulls/2/files): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45698
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33248
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33248
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.053 sec - in com.jcabi.github.RtPullTest
Running com.jcabi.github.mock.MkLabelsTest
[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: hey, you!
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-13 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
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in com.jcabi.github.mock.MkLabelsTest
Running com.jcabi.github.PullTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in com.jcabi.github.PullTest
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtGistsTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44254
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44254 /gists): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44254
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55108
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55108
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39479
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39479 /gists): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39479
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54985
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:54985 /gists/12234): [204 No Content] in 7ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54985
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.049 sec - in com.jcabi.github.RtGistsTest
Running com.jcabi.github.ReleaseAssetTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in com.jcabi.github.ReleaseAssetTest
Running com.jcabi.github.RtForksTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59483
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59483 /repos/test_user/test_repo/forks): [202 Accepted] in 2ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59483 /repos/test_user/test_repo/forks/repos/test_user/test_repo/forks/1): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59483
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/forks/forks): [200 OK] in 0ms
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 sec - in com.jcabi.github.RtForksTest
Running com.jcabi.github.mock.MkCommentsTest
[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
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hello, dude!
[0;37mINFOm] pool-1-thread-11 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.033 sec - in com.jcabi.github.mock.MkCommentsTest
Running com.jcabi.github.mock.MkRepoCommitsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in com.jcabi.github.mock.MkRepoCommitsTest
Running com.jcabi.github.mock.MkBlobsTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.jcabi.github.mock.MkBlobsTest
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtOrganizationsTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55419
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55419 /users/octopus/orgs): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55419
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53831
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53831
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49636
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49636 /user/orgs): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49636
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 sec - in com.jcabi.github.RtOrganizationsTest
Running com.jcabi.github.RtRepoTest
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:24 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49230
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:49230 /repos/testuser/testrepo): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49230
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35835
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35835 /repos/testuser/testrepo/issues/events): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35835
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/testuser/testrepo): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34171
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34171 /repos/testuser/testrepo/languages): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42659
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42659 /repos/testuser/testrepo/languages): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42659
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.11 sec - in com.jcabi.github.RtRepoTest
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtCollaboratorsTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37459
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:37459 /repos/test/collaboratorrepo/collaborators/dummy1): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37459
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53668
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53668 /repos/test/collaboratorrepo/collaborators/octocat2): [204 No Content] in 9ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53668
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42817
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:42817 /repos/test/collaboratorrepo/collaborators/dummy): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42817
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55908
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55908 /repos/test/collaboratorrepo/collaborators): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55908
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.067 sec - in com.jcabi.github.RtCollaboratorsTest
Running com.jcabi.github.RtAssigneesTest
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55873
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55873 /repos/test/assignee/assignees/octocat33): [404 Not Found] in 3ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55873
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49313
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49313 /repos/test/assignee/assignees/octocat2): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49313
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54144
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54144 /repos/test/assignee/assignees): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54144
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.022 sec - in com.jcabi.github.RtAssigneesTest
Running com.jcabi.github.mock.MkEventTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository ken/foo created by ken
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in ken for issue #1 by ken
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository barbie/bar created by barbie
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in barbie for issue #1 by barbie
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository test_user/test created by test_user
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkEvent: issue event #1 of type test_type created in test_user for issue #1 by test_user
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in com.jcabi.github.mock.MkEventTest
Running com.jcabi.github.IssueTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in com.jcabi.github.IssueTest
Running com.jcabi.github.mock.MkDeployKeysTest
[0;37mINFOm] pool-1-thread-6 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-14 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-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in com.jcabi.github.mock.MkDeployKeysTest
Running com.jcabi.github.mock.MkIssuesTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test-3 created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/test-3 by jeff: title
[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, you
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test by jeff: hey again
[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: hello
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec - in com.jcabi.github.mock.MkIssuesTest
Running com.jcabi.github.mock.MkStorageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 sec - in com.jcabi.github.mock.MkStorageTest
Running com.jcabi.github.RtPublicKeysTest
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:25 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37900
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37900
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46138
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:46138 /user/keys/1): [204 No Content] in 5ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46138
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47520
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:47520 /user/keys): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47520
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51522
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51522 /user/keys): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51522
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.041 sec - in com.jcabi.github.RtPublicKeysTest
Running com.jcabi.github.mock.MkAssigneesTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in com.jcabi.github.mock.MkAssigneesTest
Running com.jcabi.github.mock.JsonPatchTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.mock.JsonPatchTest
Running com.jcabi.github.RtUsersTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42641
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42641 /user): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42641
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33337
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33337 /users): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33337
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35171
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35171
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.034 sec - in com.jcabi.github.RtUsersTest
Running com.jcabi.github.RtPullsTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58004
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58004 /repos/mark/test/pulls): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58004
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59902
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59902 /repos/mark/test/pulls): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59902 /repos/mark/test/pulls/1000000000): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59902
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59138
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59138 /repos/mark/test/pulls/1000000000): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59138
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 sec - in com.jcabi.github.RtPullsTest
Running com.jcabi.github.mock.MkIssueEventsTest
[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.MkEvent: issue event #1 of type closed created in jeff for issue #3 by john
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #3 by jane
[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.MkEvent: issue event #1 of type locked created in jeff for issue #2 by jack
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #2 by samuel
[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.MkEvent: issue event #1 of type unlocked created in jeff for issue #2 by jill
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in com.jcabi.github.mock.MkIssueEventsTest
Running com.jcabi.github.RtHookTest
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36516
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36516 /repos/test/repo/hooks/1): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36516
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 sec - in com.jcabi.github.RtHookTest
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 0ms
[0;37mINFOm] pool-1-thread-12 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.02 sec - in com.jcabi.github.RtGithubTest
Running com.jcabi.github.RtSearchPaginationTest
[0;37mINFOm] pool-1-thread-15 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.002 sec - in com.jcabi.github.RtSearchPaginationTest
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.mock.MkReferencesTest
[0;37mINFOm] pool-1-thread-16 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-7 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-6 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
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 sec - in com.jcabi.github.mock.MkReferencesTest
Running com.jcabi.github.mock.MkMilestonesTest
[0;37mINFOm] pool-1-thread-3 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-2 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-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in com.jcabi.github.mock.MkMilestonesTest
Running com.jcabi.github.RepoCommitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.jcabi.github.RepoCommitTest
Running com.jcabi.github.mock.MkPullsTest
[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: hello
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.045 sec - in com.jcabi.github.mock.MkPullsTest
Running com.jcabi.github.mock.MkCommitsTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.jcabi.github.mock.MkCommitsTest
Running com.jcabi.github.mock.MkReposTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/remove-me created by jeff
[0;31mERRORm] pool-1-thread-1 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[127] in 2ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/hello created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository tom/1 created by tom
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository tom/2 created by tom
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in com.jcabi.github.mock.MkReposTest
Running com.jcabi.github.mock.MkOrganizationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 sec - in com.jcabi.github.mock.MkOrganizationsTest
Running com.jcabi.github.mock.MkUserEmailsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in com.jcabi.github.mock.MkUserEmailsTest
Running com.jcabi.github.mock.MkSearchTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/TestCode created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/TestRepo created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/TestIssues created by jeff
[0;37mINFOm] pool-1-thread-10 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: 0.059 sec - in com.jcabi.github.mock.MkSearchTest
Running com.jcabi.github.RtForkTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39832
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54882
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39832 /repos/test_user/test_repo/forks/1): [200 OK] in 3ms
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:26 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39832 /repos/test_user/test_repo/forks/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39832 /repos/test_user/test_repo/forks/1): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39832
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54882
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.007 sec - in com.jcabi.github.RtForkTest
Running com.jcabi.github.IssueLabelsTest
[0;31mERRORm] pool-1-thread-10 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 351?s
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in com.jcabi.github.IssueLabelsTest
Running com.jcabi.github.SmartJsonTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.SmartJsonTest
Running com.jcabi.github.mock.MkPullTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick:
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick:
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick:
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick: Test Patch
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick: Test Pull Json
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec - in com.jcabi.github.mock.MkPullTest
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtReposTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58712
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58712 /): [200 OK] in 20ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58712
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60286
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:60286 /user/repos): [201 Created] in 17ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60286
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45212
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:45212 /repos/): [204 No Content] in 17ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45212
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.097 sec - in com.jcabi.github.RtReposTest
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Running com.jcabi.github.RtStarsTest
May 29, 2015 8:07:28 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47424
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:47424 /user/starred/staruser/starrepo): [204 No Content] in 6ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47424
May 29, 2015 8:07:28 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49478
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49478 /user/starred/someuser/starredrepo): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49478 /user/starred/otheruser/notstarredrepo): [404 Not Found] in 6ms
May 29, 2015 8:07:28 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60458
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:60458 /user/starred/unstaruser/unstarrepo): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60458
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.jcabi.github.RtStarsTest
Running com.jcabi.github.RtDeployKeyTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56950
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:56950 /repos/test/keys/keys/3): [204 No Content] in 2ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56950
May 29, 2015 8:07:28 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:28 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec - in com.jcabi.github.RtDeployKeyTest
Running com.jcabi.github.RtCommitsTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59814
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59814 /repos/jeff/test/git/commits): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59814
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 sec - in com.jcabi.github.RtCommitsTest
Running com.jcabi.github.wire.RetryCarefulWireTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34573
[0;33mWARNm] pool-1-thread-11 com.jcabi.http.wire.RetryWire: HTTP status code is 500
[0;33mWARNm] pool-1-thread-11 com.jcabi.http.wire.RetryWire: HTTP status code is 500
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34573 /): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34573
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:27 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:28 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
May 29, 2015 8:07:28 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 5/29/15 8:07 PM
[0;37mINFOm] pool-1-thread-15 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.039 sec - in com.jcabi.github.wire.RetryCarefulWireTest
Running com.jcabi.github.RtPullCommentTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51986
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51986 /repos/joe/test/pulls/comments/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51986
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53806
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:53806 /repos/joe/test/pulls/comments/2): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53806
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.039 sec - in com.jcabi.github.RtPullCommentTest
Running com.jcabi.github.RtMarkdownTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36709
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36709 /markdown/raw): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36709
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33414
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:33414 /markdown): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33414
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 sec - in com.jcabi.github.RtMarkdownTest
Running com.jcabi.github.RtPaginationTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45542
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45542 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45542 /s): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45542
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59053
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59053 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59053
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 sec - in com.jcabi.github.RtPaginationTest

Results :

Tests run: 567, 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/wire/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]
[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 492.5 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 308.9 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 5740.6 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 12316.8 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 1059.6 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 308.6 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 5392.7 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 5222.3 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
-------------------------------------------------------
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 287ms

[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 322ms

[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 331ms

[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 341ms

[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 346ms

[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 352ms

[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 359ms

[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 118ms

Running com.jcabi.github.RtOrganizationsITCase
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /users/yegor256/orgs): [200 OK] in 210ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 127ms

[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 66ms

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 sec - in com.jcabi.github.RtOrganizationsITCase
Running com.jcabi.github.RtUserEmailsITCase
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/emails): [201 Created] in 228ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 28ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/emails): [204 No Content] in 50ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/emails): [201 Created] in 243ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 22ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/emails): [204 No Content] in 38ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 18ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 255ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/y6rzdoqbrs/contents/test.java): [201 Created] in 68ms

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.035 sec - in com.jcabi.github.RtUserEmailsITCase
Running com.jcabi.github.RtTreesITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1yPPTahElV/git/trees): [201 Created] in 27ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1yPPTahElV/git/trees/1f8f3dc0c09ab2e1e5c303031f4205c64eab8ef4): [200 OK] in 61ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in com.jcabi.github.RtTreesITCase
Running com.jcabi.github.RtUserITCase
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user): [200 OK] in 32ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in com.jcabi.github.RtUserITCase
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 162ms

[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1yPPTahElV): [204 No Content] in 41ms

Running com.jcabi.github.RtIssuesITCase
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QyjOjXpWjL/issues): [200 OK] in 63ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QyjOjXpWjL/issues): [200 OK] in 63ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec - in com.jcabi.github.RtIssuesITCase
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/QyjOjXpWjL): [204 No Content] in 42ms

Running com.jcabi.github.RtTagITCase
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/qROA9QJxNe/git/refs/heads/master): [200 OK] in 37ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/qROA9QJxNe/git/tags): [201 Created] in 32ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/qROA9QJxNe/git/refs): [201 Created] in 73ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/qROA9QJxNe/git/tags/c43ccbdb857760c702dbcada118504fd0a36598d): [200 OK] in 51ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/qROA9QJxNe/git/refs/tags/7w3EdTb1RM): [204 No Content] in 50ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec - in com.jcabi.github.RtTagITCase
Running com.jcabi.github.RtReferencesITCase
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1UxoDTzXWt): [204 No Content] in 98ms

[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs/heads/master): [200 OK] in 34ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs): [201 Created] in 64ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs/heads/g2VlBtpHJa): [204 No Content] in 62ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs/heads/master): [200 OK] in 37ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs): [201 Created] in 54ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs/heads/JFLCxzMX7v): [204 No Content] in 62ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs/heads/master): [200 OK] in 54ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs): [201 Created] in 38ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J/git/refs/tags/hLAoI0j9rw): [204 No Content] in 64ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 sec - in com.jcabi.github.RtReferencesITCase
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/qROA9QJxNe): [204 No Content] in 55ms

[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/zTmL5KwJ6J): [204 No Content] in 56ms

[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/ax9pvhCYsV): [204 No Content] in 65ms

Running com.jcabi.github.RtRepoITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/y6rzdoqbrs/issues): [201 Created] in 100ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/y6rzdoqbrs/issues/1): [200 OK] in 127ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/y6rzdoqbrs/issues/events): [200 OK] in 76ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/y6rzdoqbrs/languages): [200 OK] in 23ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/y6rzdoqbrs/assignees): [200 OK] in 41ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.447 sec - in com.jcabi.github.RtRepoITCase
Running com.jcabi.github.RtStarsITCase
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/ax9pvhCYsV): [404 Not Found] in 29ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /user/starred/jcabi-github-test2/ax9pvhCYsV): [204 No Content] in 62ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/ax9pvhCYsV): [204 No Content] in 52ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/starred/jcabi-github-test2/ax9pvhCYsV): [204 No Content] in 97ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/ax9pvhCYsV): [404 Not Found] in 66ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec - in com.jcabi.github.RtStarsITCase
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/y6rzdoqbrs): [204 No Content] in 48ms

Running com.jcabi.github.RtReleasesITCase
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [201 Created] in 73ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354587): [200 OK] in 46ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354587): [200 OK] in 54ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354587): [204 No Content] in 68ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [201 Created] in 49ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354581): [200 OK] in 75ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354581): [200 OK] in 30ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354581): [200 OK] in 56ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354581): [204 No Content] in 127ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [201 Created] in 58ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354585): [200 OK] in 72ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354585): [200 OK] in 30ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354585): [204 No Content] in 116ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [201 Created] in 92ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [200 OK] in 38ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354589): [204 No Content] in 78ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [200 OK] in 59ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [201 Created] in 94ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [200 OK] in 81ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354588): [204 No Content] in 99ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases): [201 Created] in 58ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354586): [200 OK] in 90ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vVb5mtEvJl/releases/1354586): [204 No Content] in 31ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.227 sec - in com.jcabi.github.RtReleasesITCase
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vVb5mtEvJl): [204 No Content] in 79ms

Running com.jcabi.github.RtLabelsITCase
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels): [200 OK] in 62ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/bug): [200 OK] in 129ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/duplicate): [200 OK] in 43ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/enhancement): [200 OK] in 114ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/help wanted): [200 OK] in 32ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/invalid): [200 OK] in 70ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/question): [200 OK] in 74ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/wontfix): [200 OK] in 65ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels): [200 OK] in 31ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels): [201 Created] in 98ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels/test-3): [200 OK] in 29ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR6py9tTD2/labels): [200 OK] in 48ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 sec - in com.jcabi.github.RtLabelsITCase
Running com.jcabi.github.RtGitignoresITCase
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gitignore/templates/C): [200 OK] in 49ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gitignore/templates): [200 OK] in 39ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in com.jcabi.github.RtGitignoresITCase
Running com.jcabi.github.RtLimitsITCase
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /rate_limit): [200 OK] in 21ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in com.jcabi.github.RtLimitsITCase
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/HR6py9tTD2): [204 No Content] in 79ms

Running com.jcabi.github.RtRepoCommitsITCase
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/compare/5339b8e35b...9b2e6efde9): [200 OK] in 76ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/commits): [200 OK] in 78ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/compare/2b3814e...b828dfa): [200 OK] in 80ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 sec - in com.jcabi.github.RtRepoCommitsITCase
Running com.jcabi.github.RtGistCommentsITCase
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 129ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/2de21b56bad3f06c3766/comments): [201 Created] in 71ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/2de21b56bad3f06c3766/comments/1463505): [200 OK] in 31ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/2de21b56bad3f06c3766/comments/1463505): [204 No Content] in 58ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/2de21b56bad3f06c3766): [204 No Content] in 84ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 125ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/97511b128914583526b4/comments): [201 Created] in 281ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/97511b128914583526b4/comments): [200 OK] in 58ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/97511b128914583526b4/comments/1463507): [204 No Content] in 28ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/97511b128914583526b4): [204 No Content] in 50ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 102ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/c7089f61a9a3eaf9ed3f/comments): [201 Created] in 142ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/c7089f61a9a3eaf9ed3f/comments/1463506): [204 No Content] in 29ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/c7089f61a9a3eaf9ed3f): [204 No Content] in 68ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.558 sec - in com.jcabi.github.RtGistCommentsITCase
Running com.jcabi.github.RtMarkdownITCase
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /markdown): [200 OK] in 43ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /markdown/raw): [200 OK] in 40ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in com.jcabi.github.RtMarkdownITCase
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 230ms

Running com.jcabi.github.RtContentsITCase
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 141ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/JqevqNlx8S/contents/lIVTAeq8Bz): [201 Created] in 101ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/JqevqNlx8S/contents/lIVTAeq8Bz): [200 OK] in 46ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/JqevqNlx8S/contents/lIVTAeq8Bz): [200 OK] in 78ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/JqevqNlx8S/contents/lIVTAeq8Bz): [200 OK] in 46ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/JqevqNlx8S/contents/lIVTAeq8Bz): [200 OK] in 98ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/JqevqNlx8S): [204 No Content] in 77ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 143ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/IyHFX6BvX4/contents/OXxR5JQBOO): [201 Created] in 72ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/IyHFX6BvX4): [204 No Content] in 102ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 174ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xmzGxtBseG/readme): [200 OK] in 47ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xmzGxtBseG): [204 No Content] in 128ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 157ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/SkoECNbfTg/contents/AlxffG8mDE): [201 Created] in 74ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/SkoECNbfTg/contents/AlxffG8mDE): [200 OK] in 118ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/SkoECNbfTg/contents/content-not-exist.txt): [404 Not Found] in 28ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/SkoECNbfTg): [204 No Content] in 58ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 129ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/91zjgryCGl/contents/4zNyS1ateD): [201 Created] in 83ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/91zjgryCGl/contents/4zNyS1ateD): [200 OK] in 60ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/91zjgryCGl/contents/4zNyS1ateD): [200 OK] in 78ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/91zjgryCGl/contents/4zNyS1ateD): [200 OK] in 67ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/91zjgryCGl/contents/4zNyS1ateD): [200 OK] in 69ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/91zjgryCGl): [204 No Content] in 95ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 240ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/7O8LDMXdM6/contents/QaGIgwVipq): [201 Created] in 75ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7O8LDMXdM6/contents/QaGIgwVipq): [200 OK] in 50ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/7O8LDMXdM6/contents/QaGIgwVipq): [200 OK] in 68ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7O8LDMXdM6/contents/QaGIgwVipq): [404 Not Found] in 113ms
[0;31mERRORm] pool-187-thread-32 com.jcabi.github.RtContents: #get('QaGIgwVipq', 'master'): thrown java.lang.AssertionError(HTTP response status is not equal to 200:
404 Not Found [https://api.github.com/repos/jcabi-github-test2/7O8LDMXdM6/contents/QaGIgwVipq?ref=master]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Status: 404 Not Found
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4812
X-RateLimit-Reset: 1432933660
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: 6B14C656:5500:3A9D1B:5568C70D
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/7O8LDMXdM6/contents/QaGIgwVipq?ref=master]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Status: 404 Not Found
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4812
X-RateLimit-Reset: 1432933660
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: 6B14C656:5500:3A9D1B:5568C70D
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 151ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/7O8LDMXdM6): [204 No Content] in 113ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 236ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/KoUxbOGrvO/contents/6zeFWvn2Yi): [201 Created] in 127ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/KoUxbOGrvO/contents/6zeFWvn2Yi): [200 OK] in 71ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/KoUxbOGrvO/contents/6zeFWvn2Yi): [200 OK] in 42ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/KoUxbOGrvO/contents/6zeFWvn2Yi): [200 OK] in 67ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/KoUxbOGrvO): [204 No Content] in 81ms
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.069 sec - in com.jcabi.github.RtContentsITCase
Running com.jcabi.github.RtReposITCase
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 222ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [422 Unprocessable Entity] in 53ms
[0;31mERRORm] pool-187-thread-19 com.jcabi.github.RtRepos: #create('Repos.RepoCreate(nam=ZrxtuOsYvC, priv=false, descr=, home=, init=Optional.absent())'): 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, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 215
Status: 422 Unprocessable Entity
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4809
X-RateLimit-Reset: 1432933660
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: 6B14C656:5504:D48680:5568C70D
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, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 215
Status: 422 Unprocessable Entity
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4809
X-RateLimit-Reset: 1432933660
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: 6B14C656:5504:D48680:5568C70D
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 71ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/ZrxtuOsYvC): [204 No Content] in 42ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 176ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/oEyiK9sOfS): [204 No Content] in 59ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 sec - in com.jcabi.github.RtReposITCase
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 175ms

[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 138ms

Running com.jcabi.github.RtTagsITCase
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1UxoDTzXWt/git/refs/heads/master): [200 OK] in 27ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1UxoDTzXWt/git/tags): [201 Created] in 35ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1UxoDTzXWt/git/refs): [201 Created] in 53ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1UxoDTzXWt/git/refs/tags/kjd9c): [204 No Content] in 48ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in com.jcabi.github.RtTagsITCase
Running com.jcabi.github.RtPublicKeyITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.jcabi.github.RtPublicKeyITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 152ms

Running com.jcabi.github.RtGistCommentITCase
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 126ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/a5898f7b0d02ec230b4c/comments): [201 Created] in 37ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/a5898f7b0d02ec230b4c/comments/1463508): [200 OK] in 33ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/a5898f7b0d02ec230b4c/comments/1463508): [200 OK] in 69ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/a5898f7b0d02ec230b4c/comments/1463508): [200 OK] in 47ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/a5898f7b0d02ec230b4c/comments/1463508): [204 No Content] in 33ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/a5898f7b0d02ec230b4c): [204 No Content] in 72ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 100ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/82deaea9c6a7a34f5ff3/comments): [201 Created] in 72ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/82deaea9c6a7a34f5ff3/comments): [200 OK] in 43ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/82deaea9c6a7a34f5ff3/comments/1463510): [204 No Content] in 31ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/82deaea9c6a7a34f5ff3/comments): [200 OK] in 27ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/82deaea9c6a7a34f5ff3): [204 No Content] in 22ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 92ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/65ebc2987a10c8e49780/comments): [201 Created] in 48ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/65ebc2987a10c8e49780/comments/1463509): [200 OK] in 41ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/65ebc2987a10c8e49780/comments/1463509): [200 OK] in 40ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/65ebc2987a10c8e49780/comments/1463509): [200 OK] in 30ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/65ebc2987a10c8e49780/comments/1463509): [204 No Content] in 34ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/65ebc2987a10c8e49780): [204 No Content] in 23ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 110ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/b294df2946f9c0c4ff1c/comments): [201 Created] in 64ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/b294df2946f9c0c4ff1c/comments/1463511): [200 OK] in 57ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/b294df2946f9c0c4ff1c/comments/1463511): [204 No Content] in 28ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/b294df2946f9c0c4ff1c): [204 No Content] in 60ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 sec - in com.jcabi.github.RtGistCommentITCase
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 163ms

[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases): [201 Created] in 100ms

Running com.jcabi.github.RtReleaseAssetsITCase
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 74ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354580/assets): [201 Created] in 361ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354580): [204 No Content] in 229ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 70ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 69ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354579/assets): [201 Created] in 238ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/assets/608989): [200 OK] in 55ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354591/assets): [201 Created] in 125ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/assets/608995): [200 OK] in 51ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354579): [204 No Content] in 218ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354591): [204 No Content] in 219ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 119ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354590/assets): [201 Created] in 270ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/assets/608992): [200 OK] in 52ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354590/assets): [201 Created] in 112ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/assets/608994): [200 OK] in 77ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354590): [204 No Content] in 410ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 60ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354582/assets): [201 Created] in 281ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/assets/608991): [200 OK] in 78ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354582): [204 No Content] in 220ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 73ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354583/assets): [201 Created] in 320ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354583/assets): [201 Created] in 143ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354583/assets): [200 OK] in 59ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354583): [204 No Content] in 474ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases): [201 Created] in 66ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354584/assets): [200 OK] in 29ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE/releases/1354584): [204 No Content] in 74ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.893 sec - in com.jcabi.github.RtReleaseAssetsITCase
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bk0DL6MfdE): [204 No Content] in 89ms

[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/QBHHDmdJNN): [204 No Content] in 49ms

Running com.jcabi.github.RtGistsITCase
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 128ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/41a71f0e99e34e0cb60c): [200 OK] in 48ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/41a71f0e99e34e0cb60c): [204 No Content] in 35ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists): [200 OK] in 50ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 128ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists): [200 OK] in 134ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/04602c93574c0b10c6cc): [204 No Content] in 78ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 85ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/02d92265aefce41e984f): [204 No Content] in 64ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 83ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/c59796441a6d93b25913): [200 OK] in 43ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET gist.githubusercontent.com /jcabi-github-test2/c59796441a6d93b25913/raw/4fe4a141dd9e19d22844197635704efe70204cf1/filename.txt): [200 OK] in 156ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/c59796441a6d93b25913): [204 No Content] in 75ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 sec - in com.jcabi.github.RtGistsITCase
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 191ms

Running com.jcabi.github.RtHooksITCase
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 134ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/8qxejdEHwp/hooks): [201 Created] in 69ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/8qxejdEHwp/hooks): [200 OK] in 73ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/8qxejdEHwp): [204 No Content] in 64ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 170ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/x6Zr2e7840/hooks): [201 Created] in 102ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/x6Zr2e7840/hooks/4951921): [200 OK] in 38ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/x6Zr2e7840): [204 No Content] in 48ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 263ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/JTPVcFt0uF/hooks): [201 Created] in 43ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/JTPVcFt0uF): [204 No Content] in 60ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 190ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/nEEsMpCL16/hooks): [201 Created] in 60ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/nEEsMpCL16/hooks/4951920): [204 No Content] in 62ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/nEEsMpCL16/hooks): [200 OK] in 30ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/nEEsMpCL16): [204 No Content] in 77ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.684 sec - in com.jcabi.github.RtHooksITCase
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/hPEAjOT8kU): [204 No Content] in 78ms

[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 167ms

Running com.jcabi.github.RtPublicKeysITCase
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 110ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 81ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12267286): [204 No Content] in 34ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 24ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 101ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 115ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12267285): [204 No Content] in 46ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 37ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 114ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12267283): [204 No Content] in 90ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 102ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 99ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12267284): [204 No Content] in 22ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 sec - in com.jcabi.github.RtPublicKeysITCase
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 203ms

[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/bhLiTGFZHh): [204 No Content] in 39ms

[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xwhF1siy8J): [204 No Content] in 109ms

[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/cV5dj2Pglj): [204 No Content] in 54ms

[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/ZLhmvgUTdl): [204 No Content] in 60ms

[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/3AFTEe9gdj): [204 No Content] in 57ms

[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/PNdHAvRPTU): [204 No Content] in 46ms

Running com.jcabi.github.RtGistITCase
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 79ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/bf88925f0115695adfe9): [200 OK] in 48ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/bf88925f0115695adfe9): [200 OK] in 68ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/bf88925f0115695adfe9): [200 OK] in 53ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET gist.githubusercontent.com /jcabi-github-test2/bf88925f0115695adfe9/raw/aeb73dc43b0119ba17f265c148affee569f098fa/filename.txt): [200 OK] in 84ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/bf88925f0115695adfe9): [204 No Content] in 39ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.396 sec - in com.jcabi.github.RtGistITCase
Running com.jcabi.github.RtReleaseAssetITCase
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases): [201 Created] in 97ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases/1354595): [204 No Content] in 34ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases): [200 OK] in 32ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases): [201 Created] in 111ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases/1354593): [200 OK] in 63ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases/1354593): [200 OK] in 29ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases/1354593): [200 OK] in 44ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases/1354593): [204 No Content] in 37ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases): [201 Created] in 79ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases/1354594): [200 OK] in 57ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/cV5dj2Pglj/releases/1354594): [204 No Content] in 40ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 sec - in com.jcabi.github.RtReleaseAssetITCase
Running com.jcabi.github.RtIssueLabelsITCase
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/issues): [201 Created] in 80ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/issues/1/labels): [200 OK] in 38ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/labels): [200 OK] in 37ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/labels): [201 Created] in 40ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/issues/1/labels): [200 OK] in 44ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/labels/test-label): [200 OK] in 21ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/issues/1/labels): [200 OK] in 26ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/labels/test-label): [200 OK] in 20ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/PNdHAvRPTU/issues/1/labels/test-label): [200 OK] in 31ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec - in com.jcabi.github.RtIssueLabelsITCase
Running com.jcabi.github.RtReleaseITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/bhLiTGFZHh/releases): [201 Created] in 66ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/bhLiTGFZHh/releases/1354596): [200 OK] in 56ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/bhLiTGFZHh/releases/1354596): [200 OK] in 36ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec - in com.jcabi.github.RtReleaseITCase
Running com.jcabi.github.RtIssueITCase
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 185ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/4): [200 OK] in 46ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 163ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/1): [200 OK] in 63ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/1): [200 OK] in 40ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/1): [200 OK] in 76ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/1): [200 OK] in 28ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 100ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/2): [200 OK] in 99ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/2/events): [200 OK] in 49ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/events/317584626): [200 OK] in 39ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 145ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/3): [200 OK] in 97ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/3/events): [200 OK] in 42ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/events/317584627): [200 OK] in 40ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/events/317584627): [200 OK] in 32ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/3): [200 OK] in 34ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 149ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user): [200 OK] in 51ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/6): [200 OK] in 66ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/6): [200 OK] in 43ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/6): [200 OK] in 29ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 157ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/7): [200 OK] in 73ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/7): [200 OK] in 45ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/7): [200 OK] in 102ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/7): [200 OK] in 39ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 118ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/5): [200 OK] in 69ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues): [201 Created] in 157ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/8/comments): [201 Created] in 71ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/comments/106921686): [200 OK] in 44ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/8/comments): [200 OK] in 52ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/comments/106921686): [200 OK] in 27ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /users/jcabi-github-test2): [200 OK] in 25ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/3AFTEe9gdj/issues/comments/106921686): [204 No Content] in 50ms
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.763 sec - in com.jcabi.github.RtIssueITCase
Running com.jcabi.github.RtDeployKeysITCase
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys): [201 Created] in 271ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys/12267290): [204 No Content] in 26ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys): [200 OK] in 31ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys): [201 Created] in 143ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys): [200 OK] in 47ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys/12267288): [204 No Content] in 44ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys): [201 Created] in 138ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys/12267289): [200 OK] in 27ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys/12267289): [204 No Content] in 68ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys): [201 Created] in 98ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xwhF1siy8J/keys/12267287): [204 No Content] in 56ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec - in com.jcabi.github.RtDeployKeysITCase
Running com.jcabi.github.RtGithubITCase
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /emojis): [200 OK] in 457ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/issues/1): [200 OK] in 226ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /meta): [200 OK] in 446ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.234 sec - in com.jcabi.github.RtGithubITCase
Running com.jcabi.github.RtMilestonesITCase
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones): [201 Created] in 43ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones): [200 OK] in 78ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones/2): [204 No Content] in 63ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones): [200 OK] in 25ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones): [201 Created] in 40ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones): [200 OK] in 48ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones/1): [204 No Content] in 56ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/hPEAjOT8kU/milestones): [500 Internal Server Error] in 38ms
[0;31mERRORm] pool-187-thread-19 com.jcabi.github.RtMilestones: #create('WrqgGCbsDU'): thrown java.lang.AssertionError(HTTP response status is not equal to 201:
500 Internal Server Error [https://api.github.com/repos/jcabi-github-test2/hPEAjOT8kU/milestones]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 80
Status: 500 Internal Server Error
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4751
X-RateLimit-Reset: 1432933660
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: 6B14C656:5505:F4786B:5568C70D
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff

{"message":"Server Error","documentation_url":"https://developer.github.com/v3"}
Expected: HTTP response with status 201
     but: was <500 Internal Server Error [https://api.github.com/repos/jcabi-github-test2/hPEAjOT8kU/milestones]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 80
Status: 500 Internal Server Error
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4751
X-RateLimit-Reset: 1432933660
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: 6B14C656:5505:F4786B:5568C70D
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff

{"message":"Server Error","documentation_url":"https://developer.github.com/v3"}>) out of org.hamcrest.MatcherAssert#assertThat[20] in 39ms
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec <<< FAILURE! - in com.jcabi.github.RtMilestonesITCase
createsNewMilestone(com.jcabi.github.RtMilestonesITCase)  Time elapsed: 0.046 sec  <<< FAILURE!
java.lang.AssertionError: HTTP response status is not equal to 201:
500 Internal Server Error [https://api.github.com/repos/jcabi-github-test2/hPEAjOT8kU/milestones]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 80
Status: 500 Internal Server Error
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4751
X-RateLimit-Reset: 1432933660
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: 6B14C656:5505:F4786B:5568C70D
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff

{"message":"Server Error","documentation_url":"https://developer.github.com/v3"}
Expected: HTTP response with status 201
     but: was <500 Internal Server Error [https://api.github.com/repos/jcabi-github-test2/hPEAjOT8kU/milestones]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 80
Status: 500 Internal Server Error
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4751
X-RateLimit-Reset: 1432933660
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: 6B14C656:5505:F4786B:5568C70D
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff

{"message":"Server Error","documentation_url":"https://developer.github.com/v3"}>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at com.jcabi.http.response.RestResponse.assertStatus(RestResponse.java:117)
	at com.jcabi.github.RtMilestones.create_aroundBody2(RtMilestones.java:109)
	at com.jcabi.github.RtMilestones$AjcClosure3.run(RtMilestones.java:1)
	at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
	at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:212)
	at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
	at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:136)
	at com.jcabi.github.RtMilestones.create(RtMilestones.java:106)
	at com.jcabi.github.RtMilestonesITCase.createsNewMilestone(RtMilestonesITCase.java:118)

Running com.jcabi.github.RtSearchITCase
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 276ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/users): [200 OK] in 39ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 224ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 177ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 177ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 171ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/issues): [200 OK] in 175ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/code): [200 OK] in 108ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.72 sec - in com.jcabi.github.RtSearchITCase
Running com.jcabi.github.RtBlobsITCase
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/ZLhmvgUTdl/git/blobs): [201 Created] in 27ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/ZLhmvgUTdl/git/blobs/fda67d724654d41ceb8996065fc0705a9ac58224): [200 OK] in 29ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/ZLhmvgUTdl/git/blobs/fda67d724654d41ceb8996065fc0705a9ac58224): [200 OK] in 24ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/ZLhmvgUTdl/git/blobs): [201 Created] in 25ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/ZLhmvgUTdl/git/blobs/8d043451cf54216058a72a2d25d5fb5de1743864): [200 OK] in 33ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in com.jcabi.github.RtBlobsITCase
Running com.jcabi.github.RtAssigneesITCase
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QBHHDmdJNN/assignees/qbACW4nXGy): [404 Not Found] in 48ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QBHHDmdJNN/assignees): [200 OK] in 70ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QBHHDmdJNN/assignees/jcabi-github-test2): [204 No Content] in 71ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec - in com.jcabi.github.RtAssigneesITCase
Running com.jcabi.github.RtForksITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019 sec - in com.jcabi.github.RtForksITCase

Results :

Failed tests:
  RtMilestonesITCase.createsNewMilestone:118 HTTP response status is not equal to 201:
500 Internal Server Error [https://api.github.com/repos/jcabi-github-test2/hPEAjOT8kU/milestones]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 80
Status: 500 Internal Server Error
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4751
X-RateLimit-Reset: 1432933660
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: 6B14C656:5505:F4786B:5568C70D
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff

{"message":"Server Error","documentation_url":"https://developer.github.com/v3"}
Expected: HTTP response with status 201
     but: was <500 Internal Server Error [https://api.github.com/repos/jcabi-github-test2/hPEAjOT8kU/milestones]
Server: GitHub.com
Date: Fri, 29 May 2015 20:07:41 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 80
Status: 500 Internal Server Error
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4751
X-RateLimit-Reset: 1432933660
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: 6B14C656:5505:F4786B:5568C70D
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff

{"message":"Server Error","documentation_url":"https://developer.github.com/v3"}>

Tests run: 113, Failures: 1, Errors: 0, Skipped: 5

[INFO]
[INFO] --- maven-invoker-plugin:1.9:run (default) @ jcabi-github ---
[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 2308.2 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 2177.7 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 6799.2 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 4986.5 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 2719.7 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 2946.8 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 3673.2 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 4415.0 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 5124.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 6017.8 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/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 2980.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.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 992.2 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 606.4 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/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 5148.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 3613.0 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 4081.1 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 4083.5 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 6593.9 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 5694.7 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 5075.7 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 4697.3 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 1264.2 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 5061.2 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 6940.9 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 1313.0 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 5958.5 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 4965.8 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 2405.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.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] 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 4346.9 KB/sec)
[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/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.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 7605.0 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 3048.2 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/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar (223 KB at 3967.5 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/commons-io/commons-io/2.3/commons-io-2.3.jar (179 KB at 8918.5 KB/sec)
[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/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 46259.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/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar (10 KB at 9519.5 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/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 4225.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar (342 KB at 2946.2 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/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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 5017.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 42749.9 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 36718.6 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 4.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.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 6178.2 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 21.1 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 32264.6 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 99.7 KB/sec)
[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 1913.6 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 3183.3 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 8018.6 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 6200.7 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 13001.5 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 2354.0 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 12847.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.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 3962.4 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 8982.4 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 14522.9 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 14463.9 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 14413.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.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 4985.4 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 10552.7 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 15911.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 41942.4 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 4883.8 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 18600.6 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 33192.4 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 905.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 4502.9 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 9489.3 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 37456.1 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 1017.6 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 2975.6 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 25358.1 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 1059.6 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 817.4 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 27.2 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/com/google/guava/guava/17.0/guava-17.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.pom (6 KB at 5500.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (8 KB at 7650.4 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 51545.9 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 1417.0 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 833.0 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 1561.5 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 5814.0 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 2626.0 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 21235.4 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] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar (22 KB at 10813.0 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.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 23163.1 KB/sec)
[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/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar (67 KB at 16680.9 KB/sec)
[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/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.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 31964.8 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/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/junit/junit/4.11/junit-4.11.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar (1453 KB at 44022.3 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/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar (48 KB at 6790.0 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/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar (115 KB at 38118.2 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/junit/junit/4.11/junit-4.11.jar (240 KB at 21754.2 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-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 14285.6 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/org/objenesis/objenesis/1.0/objenesis-1.0.jar (28 KB at 2789.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 721.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar (2191 KB at 42124.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (479 KB at 39866.9 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 52316.2 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 43.2 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github-test ---
[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 1420.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 4417.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 7439.9 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 3349.6 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (jcabi-build-number) @ jcabi-github-test ---
[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 2575.2 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 2975.6 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 4379.4 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 480.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 5602.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/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 469.7 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 5739.3 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 3054.7 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 966.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 1280.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 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 1540.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 1900.4 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 6553.7 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 1866.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 1405.3 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 1664.1 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 2055.7 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 11229.5 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 1970.7 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 6924.8 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 1224.6 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 3246.1 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 1540.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 2453.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 18178.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 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/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 2113.3 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 1454.1 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/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 2006.8 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 3649.4 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 2447.3 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 2074.2 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 2333.0 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 2207.0 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 1309.6 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 2369.1 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 2515.6 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 2567.4 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 2387.7 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 3986.3 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 14469.7 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 24419.9 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 1540.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 3255.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 8185.1 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 1582.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 1073.2 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 354.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 752.9 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 3954.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 1977.5 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 617.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.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 9708.0 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.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/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 29411.1 KB/sec)
[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 6546.4 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.jar
[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-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[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 26932.6 KB/sec)
[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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 1932.3 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.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 2582.0 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] 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 30554.7 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-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 18471.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar (25 KB at 6208.3 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-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar (40 KB at 19749.5 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] 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/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 14520.9 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.jar
[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 6813.8 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] 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 13001.0 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] 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 39935.5 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.jar
[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 17355.0 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] 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 50710.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/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 16138.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.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 9351.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar
[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-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar (30 KB at 1266.8 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/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 14529.4 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 12270.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 10228.3 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/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar (1845 KB at 65889.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 36237.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar (168 KB at 5419.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 18621.6 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 38100.9 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: 944cdc3 at timestamp: 1432930069881
[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] 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/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 5653.3 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 8498.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)
[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)
[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 868.2 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 5705.1 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 2795.9 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 2944.3 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 4915.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 7874.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-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 869.1 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)
[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 15098.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 39410.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[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/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 1108.2 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 6013.7 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 29813.0 KB/sec)
[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/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 1459.0 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 18463.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 23567.4 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 1581.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 2242.2 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 7602.5 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 2009.8 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 3066.4 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 1918.0 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 2002.0 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 1703.1 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)
[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 2636.7 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 1924.8 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 2026.4 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 627.4 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 3334.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4 KB at 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/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/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 6210.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 21883.8 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 31649.4 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 2127.9 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 1911.1 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 7734.4 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 2118.2 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 2120.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 1543.9 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 1827.1 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 1668.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 2708.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 2015.6 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 2891.6 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 6638.7 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 8200.2 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 2016.6 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 795.9 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 4140.6 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 16889.6 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 2992.2 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 19966.8 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 3068.4 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/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 673.8 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 2690.4 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 2211.9 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 2743.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 9048.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 141.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 5221.7 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 2419.9 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 1517.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 729.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 41148.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 37724.4 KB/sec)
[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] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 15559.6 KB/sec)
[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 4112.3 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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 KB at 4406.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] [INFO] 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-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 18526.4 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-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 4454.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.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/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 43563.2 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/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 39270.8 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 43552.7 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 69400.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 23312.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 16140.6 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 2764.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 1697.3 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)
[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 40935.5 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/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.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 9899.4 KB/sec)
[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.16/surefire-api-2.16.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/surefire/surefire-api/2.16/surefire-api-2.16.jar (146 KB at 72977.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.jar
[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/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/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 51400.6 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 4092.8 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 2322.3 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 3286.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 1996.1 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 1527.3 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 3952.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 2462.9 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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar (18 KB at 17517.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-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] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar (11 KB at 10959.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 15881.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar (115 KB at 57044.4 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] 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/surefire/common-java5/2.16/common-java5-2.16.jar (37 KB at 36250.0 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 18450.2 KB/sec)
[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 50602.9 KB/sec)
[INFO]
[INFO] -------------------------------------------------------
[INFO]	T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.foo.SampleTest
[INFO] [0;31mERRORm] pool-294-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-294-thread-2 com.jcabi.github.RtGithub: #repos(): https://api.github.com/ in 4ms
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtRepos: #get(jcabi/jcabi-github): jcabi/jcabi-github in 9ms
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtRepo: #coordinates(): jcabi/jcabi-github in 20?s
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtRepo: #labels(): https://api.github.com/repos/jcabi/jcabi-github/labels in 3ms
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtLabels: #iterate(): com.jcabi.github.RtPagination@348d62d4 in 2ms
[INFO] [0;37mINFOm] pool-294-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/labels): [200 OK] in 214ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 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: 8.191 s
[INFO] [INFO] Finished at: 2015-05-29T20:07:52+00:00
[INFO] [INFO] Final Memory: 23M/394M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] ..SUCCESS (9.9 s)
[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-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 79.0 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 1984.1 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 1022.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 1496.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 1859.3 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 331.4 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 1608.2 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 2252.7 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fat-jar ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 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/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/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 56.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 85.2 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-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 37.5 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 18.2 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 75.9 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 1099.6 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 222.5 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 332.8 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 123.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 135.1 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 270.0 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 176.2 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 1128.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] 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 3039.4 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 4420.7 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 3124.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/surefire-api/2.12.4/surefire-api-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/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] 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 4333.0 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 3430.1 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/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 1167.9 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 402.8 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 2392.2 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 4007.4 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 180.9 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 312.7 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 197.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 196.7 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 5250.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/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 110.5 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 18177.7 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 50.1 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 995.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 3886.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 993.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 9072.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/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 282.7 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 84.0 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 189.6 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 1957.4 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 673.4 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 371.2 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 109.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 639.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 351.7 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 532.3 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 715.6 KB/sec)
[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-slf4j/1.8/gossip-slf4j-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/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/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.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/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] 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 41154.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 14495.2 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 25150.7 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/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.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] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (5 KB at 114.7 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/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 KB at 804.0 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 1447.7 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/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar (7 KB at 531.8 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/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (60 KB at 3991.4 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/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar (16 KB at 1214.8 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 1636.1 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar (112 KB at 6572.6 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar (90 KB at 4242.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 11633.3 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 20454.8 KB/sec)
[INFO] [INFO] 38 attributes loaded from 26 stream(s) in 11ms, 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 547ms
[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: @longtimeago
[INFO] label found: @lthuangiang
[INFO] label found: @maurezen
[INFO] label found: @palyuga
[INFO] label found: @romankisilenko
[INFO] label found: @pinaf
[INFO] label found: @krzyk
[INFO] label found: @marczeeee
[INFO] label found: @oruam85
[INFO] label found: @nathansgreen
[INFO] label found: @adko-pl
[INFO] [INFO] #fetch(GET api.github.com /repositories/14204295/labels): [200 OK] in 69ms
[INFO] label found: @ggajos
[INFO] label found: @darkled
[INFO] label found: DES
[INFO] label found: REV
[INFO] label found: @marcuss
[INFO] label found: @tousifkhan
[INFO] label found: @super132
[INFO] label found: @yamstranger
[INFO] label found: ITR
[INFO] label found: @caarlos0
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 5.390 s
[INFO] [INFO] Finished at: 2015-05-29T20:07:59+00:00
[INFO] [INFO] Final Memory: 18M/276M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] ..SUCCESS (7.1 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] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:40 min
[INFO] Finished at: 2015-05-29T20:07:59+00:00
[INFO] Final Memory: 46M/462M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (default) on project jcabi-github: There are test failures.
[ERROR]
[ERROR] Please refer to /home/r/repo/target/failsafe-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (default) on project jcabi-github: There are test failures.

Please refer to /home/r/repo/target/failsafe-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:347)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:154)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/r/repo/target/failsafe-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.failsafe.VerifyMojo.execute(VerifyMojo.java:194)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 19 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException