rultor.com logo This build log was produced by rultor.com for jcabi/jcabi-github#1095
+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-GhDe/run.sh
+ cd /tmp/rultor-GhDe
+ echo 24185
+ echo '1.52.14 1bb10da'
1.52.14 1bb10da
+ date
Mon Jun	 1 19:25:32 UTC 2015
+ uptime
 19:25:32 up 33 days, 19:56,  0 users,	load average: 9.60, 8.90, 8.37
+ 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]	     followers-typo -> fork/followers-typo
 * [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..8816c6c
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  |  13 +-
 .../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, 416 insertions(+), 185 deletions(-)
+ docker_when_possible
+ true
++ tail -n 1
++ uptime
++ sed 's/ /\n/g'
+ load=8.37
++ bc
++ echo 8.37 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 8.37, low enough to run a new Docker container'
load average is 8.37, 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-GhDe:/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-GhDe/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 37.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1.pom (74 KB at 1333.0 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.0 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 213.8 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 316.0 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 51.7 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 61.2 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 44.6 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 13.8 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 21.8 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 244.0 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 315.5 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 15.0 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:7https://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 95.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded:8https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 KB at 50.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (851 KB at 1697.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (9 KB at 84.1 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (2122 KB at 2195.9 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 5676.1 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 256.8 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 676.1 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 1381.5 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 83.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom (7 KB at 57.7 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 379.6 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 210.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom (11 KB at 409.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 424.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.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 2265.0 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 491.6 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 896.5 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 157.5 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 1078.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 299.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar (25 KB at 694.1 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 481.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.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 4804.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 22.4 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 11.7 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 324.5 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 159.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.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 338.8 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 1146.9 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 25.9 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 58.3 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 25.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 5.9 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 29.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.pom (10 KB at 96.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 33.5 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 42.4 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 395.2 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 43.0 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 19.2 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 43.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 539.9 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 2453.0 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 620.0 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.1 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 64.2 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 14.2 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 21.7 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 31.1 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 4.7 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 157.7 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 484.6 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 788.7 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 54.3 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 11.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.pom (3 KB at 22.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: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar (79 KB at 343.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 59.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (12 KB at 78.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
Downloading:4https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.13/jcabi-xml-0.13.jar (48 KB at 109.2 KB/sec)
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/incubator/xembly/0.19.1/xembly-0.19.1.jar (70 KB at 118.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar (96 KB at 133.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
Downloaded:5https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar (45 KB at 116.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.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 289.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.jar
Downloaded:8https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.18.2-GA/javassist-3.18.2-GA.jar (698 KB at 1198.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (1159 KB at 2580.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.jar
Downloading:1https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar (115 KB at 236.6 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar (2204 KB at 2288.0 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 1276.2 KB/sec)
Downloaded:1https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.jar (1123 KB at 2871.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.jar (41 KB at 105.9 KB/sec)
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/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.Alpha1/hibernate-validator-5.2.0.Alpha1.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar (73 KB at 2510.7 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (278 KB at 3384.4 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 6500.4 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 6241.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 77.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 1162.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 78.7 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 58.2 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 101.0 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 37.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom (3 KB at 104.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom (3 KB at 74.1 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 101.4 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 98.9 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 70.1 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 100.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom (3 KB at 109.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom (2 KB at 66.8 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 74.0 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 87.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 133.3 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 122.9 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 114.3 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: http://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 296.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.jar (54 KB at 1633.6 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: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.jar (76 KB at 2278.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar (104 KB at 2453.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.jar (40 KB at 1580.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar (30 KB at 1042.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar (38 KB at 1160.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar (79 KB at 2690.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.jar
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 991.4 KB/sec)
Downloaded:7http://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 2663.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar (73 KB at 1911.8 KB/sec)
Downloaded: http://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 1929.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 1948.4 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: 8816c6c at timestamp: 2015-06-01T19:28:59
[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 11.5 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 8.4 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 421.4 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 992.4 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: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.jar (39 KB at 114.0 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 6738.1 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 9092.1 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 205.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 65.8 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 145.5 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 1610.5 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 7199.1 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 3996.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 146.2 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 61.1 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 80.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 73.9 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 52.7 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 56.2 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 82.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.17/common-junit4-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-junit48/2.17/common-junit48-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar
Downloading:0http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar
Downloading:0http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar
Downloading:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar (18 KB at 761.5 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 2637.9 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar (11 KB at 353.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar (37 KB at 1208.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar (16 KB at 481.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar (38 KB at 1196.4 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.jcabi.github.RtLimitTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;31mERRORm] pool-1-thread-10 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 275ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.601 sec - in com.jcabi.github.RtLimitTest
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtIssuesTest
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47397
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:47397 /repos/mark/test/issues): [201 Created] in 544ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:47397 /repos/mark/test/issues/1): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47397
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59960
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59960 /repos/mark/test/issues): [200 OK] in 479ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59960
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37915
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37915 /repos/mark/test/issues/1): [200 OK] in 404ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37915
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48642
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48642 /repos/mark/test/issues): [200 OK] in 455ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48642
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.096 sec - in com.jcabi.github.RtIssuesTest
Running com.jcabi.github.mock.MkReferencesTest
[0;37mINFOm] pool-1-thread-12 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-5 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-11 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-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.153 sec - in com.jcabi.github.mock.MkReferencesTest
Running com.jcabi.github.RtSearchPaginationTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/path): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.github.RtSearchPaginationTest
Running com.jcabi.github.RtLabelTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58286
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:58286 /repos/mark/test/labels/enhance): [200 OK] in 4s
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58286
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52508
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52508 /repos/mark/test/labels/bug): [200 OK] in 4s
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52508
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.196 sec - in com.jcabi.github.RtLabelTest
Running com.jcabi.github.RtPullCommentsTest
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57098
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:57098 /repos/johnny/test/pulls/0/comments): [201 Created] in 2s
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:57098 /repos/johnny/test/pulls/comments/1000000000): [200 OK] in 18ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57098
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58413
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:58413 /repos/johnny/test/pulls/0/comments): [201 Created] in 2s
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58413 /repos/johnny/test/pulls/comments/1000000000): [200 OK] in 149ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58413
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57001
[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(DELETE localhost:57001 /repos/johnny/test/pulls/0/comments/2): [204 No Content] in 2s
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57001
[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.mock.MkGrizzlyContainer: started on port #56890
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:56890 /repos/johnny/test/pulls/0/comments): [200 OK] in 106ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56890
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository johnny/test created by johnny
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:44 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:45 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48063
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48063 /repos/johnny/test/pulls/1/comments): [200 OK] in 214ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48063
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.159 sec - in com.jcabi.github.RtPullCommentsTest
Jun 01, 2015 7:29:42 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtStatusesTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36342
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36342 /repos/jeff/test/statuses/0abcd89jcabitest): [201 Created] in 2s
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36342
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.175 sec - in com.jcabi.github.RtStatusesTest
Running com.jcabi.github.mock.MkLimitsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec - in com.jcabi.github.mock.MkLimitsTest
Running com.jcabi.github.RepoCommitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in com.jcabi.github.RepoCommitTest
Running com.jcabi.github.RtReleaseTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57200
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:57200 /repos/tstuser/tstbranch/releases/2): [200 OK] in 82ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57200
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60455
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:60455 /repos/tstuser/tstbranch/releases/2): [204 No Content] in 84ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60455
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35017
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:35017 /repos/tstuser/tstbranch/releases/2): [200 OK] in 52ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35017
Jun 01, 2015 7:29:47 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:47 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:47 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 sec - in com.jcabi.github.RtReleaseTest
Running com.jcabi.github.RtForksTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/forks/forks): [200 OK] in 1ms
Jun 01, 2015 7:29:46 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45444
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45444 /repos/test_user/test_repo/forks): [202 Accepted] in 100ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45444 /repos/test_user/test_repo/forks/repos/test_user/test_repo/forks/1): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45444
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.4 sec - in com.jcabi.github.RtForksTest
Running com.jcabi.github.mock.MkGitignoresTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in com.jcabi.github.mock.MkGitignoresTest
Running com.jcabi.github.IssueTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 sec - in com.jcabi.github.IssueTest
Running com.jcabi.github.mock.MkGistTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 sec - in com.jcabi.github.mock.MkGistTest
Running com.jcabi.github.mock.MkHooksTest
[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/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-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
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 sec - in com.jcabi.github.mock.MkHooksTest
Running com.jcabi.github.mock.MkPullCommentTest
[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
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.232 sec - in com.jcabi.github.mock.MkPullCommentTest
Running com.jcabi.github.mock.MkIssueTest
[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-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository first/test created by first
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkIssues: issue #1 created in first/test by second:
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #1 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.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-6 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-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
[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-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-12 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[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 closed created in jeff for issue #1 by jeff
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.972 sec - in com.jcabi.github.mock.MkIssueTest
Jun 01, 2015 7:29:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtPaginationTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39783
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39783 /): [200 OK] in 94ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39783
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54607
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54607 /): [200 OK] in 16ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54607 /s): [200 OK] in 111ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54607
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 sec - in com.jcabi.github.RtPaginationTest
Running com.jcabi.github.RtCollaboratorsTest
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45715
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:45715 /repos/test/collaboratorrepo/collaborators/dummy1): [204 No Content] in 83ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45715
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58560
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58560 /repos/test/collaboratorrepo/collaborators/octocat2): [204 No Content] in 39ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58560
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55578
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:55578 /repos/test/collaboratorrepo/collaborators/dummy): [204 No Content] in 243ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55578
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58313
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58313 /repos/test/collaboratorrepo/collaborators): [200 OK] in 28ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58313
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.234 sec - in com.jcabi.github.RtCollaboratorsTest
Running com.jcabi.github.mock.MkTagsTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in com.jcabi.github.mock.MkTagsTest
Running com.jcabi.github.mock.MkForkTest
[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.MkForks: fork jeff/test created inside fork by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in com.jcabi.github.mock.MkForkTest
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtReferenceTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44274
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44274 /repos/jeff/test/git/refs/heads/featureB): [200 OK] in 100ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44274
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50332
[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.http.request.BaseRequest: #fetch(PATCH localhost:50332 /repos/jeff/test/git/refs/heads/featureA): [200 OK] in 56ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50332
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39517
[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.mock.MkGrizzlyContainer: stopped on port #39517
[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: started on port #41278
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41278
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.376 sec - in com.jcabi.github.RtReferenceTest
Running com.jcabi.github.mock.MkReleaseTest
[0;37mINFOm] pool-1-thread-9 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-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-4 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-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.578 sec - in com.jcabi.github.mock.MkReleaseTest
Running com.jcabi.github.IssueLabelsTest
[0;31mERRORm] pool-1-thread-1 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 913?s
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec - in com.jcabi.github.IssueLabelsTest
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtReferencesTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35253
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35253
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35428
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35428 /repos/jeff/test/git/refs/heads): [200 OK] in 110ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35428
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41044
[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(DELETE localhost:41044 /repos/jeff/test/git/refs/heads/feature-a): [204 No Content] in 79ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41044
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35203
[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.http.request.BaseRequest: #fetch(POST localhost:35203 /repos/jeff/test/git/refs): [201 Created] in 146ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35203
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47781
[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:47781 /repos/jeff/test/git/refs/tags): [200 OK] in 48ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47781
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.936 sec - in com.jcabi.github.RtReferencesTest
Jun 01, 2015 7:29:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtMarkdownTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58629
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:58629 /markdown): [200 OK] in 119ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58629
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49502
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:49502 /markdown/raw): [200 OK] in 121ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49502
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.503 sec - in com.jcabi.github.RtMarkdownTest
Jun 01, 2015 7:29:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtEventTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49762
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49762 /repos/test/event/issues/events/3): [200 OK] in 87ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49762
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 sec - in com.jcabi.github.RtEventTest
Running com.jcabi.github.mock.MkPublicKeysTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.464 sec - in com.jcabi.github.mock.MkPublicKeysTest
Running com.jcabi.github.mock.MkTreesTest
[0;37mINFOm] pool-1-thread-7 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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec - in com.jcabi.github.mock.MkTreesTest
Running com.jcabi.github.mock.MkAssigneesTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.475 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.006 sec - in com.jcabi.github.mock.JsonPatchTest
Running com.jcabi.github.mock.JsonNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in com.jcabi.github.mock.JsonNodeTest
Running com.jcabi.github.mock.MkStarsTest
[0;37mINFOm] pool-1-thread-15 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.544 sec - in com.jcabi.github.mock.MkStarsTest
Running com.jcabi.github.mock.MkIssueEventsTest
[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.MkEvent: issue event #1 of type labeled created in jeff for issue #2 by samuel
[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.MkEvent: issue event #1 of type locked created in jeff for issue #2 by jack
[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 unlocked created in jeff for issue #2 by jill
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #3 by john
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #3 by jane
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.551 sec - in com.jcabi.github.mock.MkIssueEventsTest
Jun 01, 2015 7:29:53 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:53 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:54 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:54 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:54 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtGistTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43137
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:43137 /gists/patch): [200 OK] in 127ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43137
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60076
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60076
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59836
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59836 /gists/testGetFiles): [200 OK] in 201ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59836
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37189
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:37189 /gists/unstar/star): [204 No Content] in 327ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37189
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50750
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50750 /gists/test): [200 OK] in 182ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50750 /gists/world): [200 OK] in 148ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:50750 /gists/test/forks): [201 Created] in 11ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50750 /gists/forked): [200 OK] in 43ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50750 /gists/world): [200 OK] in 24ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50750
Jun 01, 2015 7:29:54 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:54 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44259
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44259 /gists/test): [200 OK] in 325ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44259 /gists/world): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44259
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48658
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:48658 /gists/testWrite): [200 OK] in 174ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48658
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.928 sec - in com.jcabi.github.RtGistTest
Running com.jcabi.github.LabelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.LabelTest
Running com.jcabi.github.RtGithubTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/meta): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-16 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: 1.242 sec - in com.jcabi.github.RtGithubTest
Jun 01, 2015 7:29:55 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:55 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtPullsTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51644
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:51644 /repos/mark/test/pulls): [200 OK] in 201ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51644
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60657
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:60657 /repos/mark/test/pulls/1000000000): [200 OK] in 85ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60657
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34380
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:34380 /repos/mark/test/pulls): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34380 /repos/mark/test/pulls/1000000000): [200 OK] in 17ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34380
Jun 01, 2015 7:29:55 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.653 sec - in com.jcabi.github.RtPullsTest
Jun 01, 2015 7:29:55 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:55 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtReleasesTest
[0;37mINFOm] pool-1-thread-8 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-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50659
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:50659 /repos/test/releases/releases/1): [204 No Content] in 78ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50659
[0;37mINFOm] pool-1-thread-7 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-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40072
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:40072 /repos/test/releases/releases): [201 Created] in 207ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40072 /repos/test/releases/releases/1): [200 OK] in 43ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40072
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 sec - in com.jcabi.github.RtReleasesTest
Running com.jcabi.github.RtReleaseAssetsTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-1 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-3 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/john/test/releases/1/assets): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec - in com.jcabi.github.RtReleaseAssetsTest
Running com.jcabi.github.mock.MkIssuesTest
[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
[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, you
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test by jeff: hey again
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test-3 created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/test-3 by jeff: title
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.903 sec - in com.jcabi.github.mock.MkIssuesTest
Running com.jcabi.github.mock.MkPublicKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in com.jcabi.github.mock.MkPublicKeyTest
Running com.jcabi.github.RtGitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.jcabi.github.RtGitTest
Running com.jcabi.github.NullabilityTest
[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.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)
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)
	... 29 more
[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.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.336 sec - in com.jcabi.github.NullabilityTest
Running com.jcabi.github.mock.MkForksTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkForks: fork jeff/test created inside Organization by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.193 sec - in com.jcabi.github.mock.MkForksTest
Running com.jcabi.github.mock.MkUserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.jcabi.github.mock.MkUserTest
Running com.jcabi.github.mock.MkPullsTest
[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: hello
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.214 sec - in com.jcabi.github.mock.MkPullsTest
Running com.jcabi.github.mock.MkSearchTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/TestCode created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/TestRepo created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/TestIssues created by jeff
[0;37mINFOm] pool-1-thread-16 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.121 sec - in com.jcabi.github.mock.MkSearchTest
Running com.jcabi.github.ForkTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in com.jcabi.github.ForkTest
Running com.jcabi.github.ImmutabilityTest
[0;33mWARNm] pool-1-thread-5 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)
[0;33mWARNm] pool-1-thread-5 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.111 sec - in com.jcabi.github.ImmutabilityTest
Running com.jcabi.github.mock.MkUserEmailsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec - in com.jcabi.github.mock.MkUserEmailsTest
Running com.jcabi.github.RtContentTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/contents/blah): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34292
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34292 /repos/user/repo/contents/path): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34292
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50317
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50317 /repos/user/repo/contents/raw): [200 OK] in 56ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50317
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in com.jcabi.github.RtContentTest
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtNotificationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 sec - in com.jcabi.github.RtNotificationsTest
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtBlobsTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35186
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35186 /repos/mark/test/git/blobs): [201 Created] in 110ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35186 /repos/mark/test/git/blobs/64ca81ace4b4dbb344ac5a797a1bf31cbf1f64c9): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35186
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec - in com.jcabi.github.RtBlobsTest
Running com.jcabi.github.CommitsComparisonTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db53...6dcb09b5b57875f334f61aebed695e2e4193db54): [200 OK] in 0ms
[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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in com.jcabi.github.CommitsComparisonTest
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtCommitsTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43076
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43076 /repos/jeff/test/git/commits): [201 Created] in 12ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43076
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in com.jcabi.github.RtCommitsTest
Running com.jcabi.github.mock.MkRepoCommitTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in com.jcabi.github.mock.MkRepoCommitTest
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtGistsTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39243
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:39243 /gists/12234): [204 No Content] in 142ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39243
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60529
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:60529 /gists): [200 OK] in 45ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60529
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38741
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38741 /gists): [201 Created] in 183ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38741
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54450
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54450
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.975 sec - in com.jcabi.github.RtGistsTest
Running com.jcabi.github.DeployKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in com.jcabi.github.DeployKeyTest
Running com.jcabi.github.RtOrganizationTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51584
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51584
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/orgs/testJson): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42357
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:42357 /orgs/testPatch): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42357
Jun 01, 2015 7:29:58 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:58 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.04 sec - in com.jcabi.github.RtOrganizationTest
Running com.jcabi.github.RepoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.jcabi.github.RepoTest
Running com.jcabi.github.wire.CarefulWireTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.009 sec - in com.jcabi.github.wire.CarefulWireTest
Running com.jcabi.github.SmartsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.github.SmartsTest
Jun 01, 2015 7:29:58 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtSearchTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/repositories): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/users): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45043
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45043 /search/code): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45043 /repos/user/repo/contents/test/unit/attributes.js): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45043 /repos/user/repo/contents/src/attributes/classes.js): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45043
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/issues): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-3 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: 1.138 sec - in com.jcabi.github.RtSearchTest
Running com.jcabi.github.ReleaseTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.jcabi.github.ReleaseTest
Running com.jcabi.github.mock.MkRepoTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/test1 created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/zLjNRnvh9J created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.422 sec - in com.jcabi.github.mock.MkRepoTest
Jun 01, 2015 7:29:58 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtDeployKeysTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46550
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:46550 /repos/test/keys/keys): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46550
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-16 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 #39509
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39509 /repos/test/keys/keys): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39509
Jun 01, 2015 7:29:58 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 sec - in com.jcabi.github.RtDeployKeysTest
Running com.jcabi.github.RtCommitTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59046
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/CixJl9zZ4o created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59046 /repos/jeff/CixJl9zZ4o/git/commits/sha): [200 OK] in 43ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59046
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in com.jcabi.github.RtCommitTest
Running com.jcabi.github.mock.MkPullTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick:
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-10 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-1 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick: Test Patch
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository patrick/test created by patrick
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/test by patrick: Test Pull Json
Jun 01, 2015 7:29:59 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 sec - in com.jcabi.github.mock.MkPullTest
Running com.jcabi.github.RtValuePaginationTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38033
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38033 /): [200 OK] in 133ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38033
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49510
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49510 /): [200 OK] in 25ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49510 /s): [200 OK] in 46ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49510
Jun 01, 2015 7:29:59 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:59 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec - in com.jcabi.github.RtValuePaginationTest
Running com.jcabi.github.RtCommitsComparisonTest
[0;37mINFOm] pool-1-thread-5 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.005 sec - in com.jcabi.github.RtCommitsComparisonTest
Jun 01, 2015 7:29:59 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Running com.jcabi.github.RtHookTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46143
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46143 /repos/test/repo/hooks/1): [200 OK] in 61ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46143
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.13 sec - in com.jcabi.github.RtHookTest
Jun 01, 2015 7:30:00 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:00 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtPullCommentTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34204
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34204 /repos/joe/test/pulls/comments/1): [200 OK] in 25ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34204
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54825
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository joe/test created by joe
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:54825 /repos/joe/test/pulls/comments/2): [200 OK] in 35ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54825
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec - in com.jcabi.github.RtPullCommentTest
Jun 01, 2015 7:30:01 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtMilestonesTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55745
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:55745 /repos/mark/test/milestones/1): [204 No Content] in 47ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in com.jcabi.github.RtMilestonesTest
Running com.jcabi.github.RtGistCommentsTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45666
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45666 /gists/2/comments): [200 OK] in 67ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45666
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53643
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:53643 /gists/3/comments): [201 Created] in 106ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53643 /gists/3/comments/1): [200 OK] in 62ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53643
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #54303
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:54303 /gists/1/comments/1): [200 OK] in 122ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #54303
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.702 sec - in com.jcabi.github.RtGistCommentsTest
Jun 01, 2015 7:29:59 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:59 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Jun 01, 2015 7:29:59 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
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-4 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-10 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 sec - in com.jcabi.github.mock.MkMilestonesTest
Running com.jcabi.github.RtAssigneesTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41483
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41483 /repos/test/assignee/assignees/octocat33): [404 Not Found] in 35ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41483
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49240
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49240 /repos/test/assignee/assignees/octocat2): [204 No Content] in 18ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49240
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40697
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40697 /repos/test/assignee/assignees): [200 OK] in 48ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40697
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.49 sec - in com.jcabi.github.RtAssigneesTest
Jun 01, 2015 7:30:00 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:00 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:00 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.mock.MkPullCommentsTest
[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-3 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkIssues: issue #1 created in test/test by test: pullrequest1
[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: 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-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
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test by jeff: new
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hello
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.415 sec - in com.jcabi.github.mock.MkPullCommentsTest
Running com.jcabi.github.mock.MkLabelsTest
[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, you!
[0;37mINFOm] pool-1-thread-9 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-5 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec - in com.jcabi.github.mock.MkLabelsTest
Jun 01, 2015 7:30:01 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:01 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:01 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:01 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtLabelsTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35862
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35862 /repos/mark/test/labels/issue): [204 No Content] in 475ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35862
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38311
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38311 /repos/mark/test/labels): [201 Created] in 277ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38311 /repos/mark/test/labels/API): [200 OK] in 38ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38311
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52054
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52054 /repos/mark/test/labels/bug): [200 OK] in 371ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52054
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52118
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52118 /repos/mark/test/labels): [200 OK] in 101ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52118
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.969 sec - in com.jcabi.github.RtLabelsTest
Running com.jcabi.github.SmartJsonTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in com.jcabi.github.SmartJsonTest
Running com.jcabi.github.mock.MkCommitsTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in com.jcabi.github.mock.MkCommitsTest
Running com.jcabi.github.mock.MkGithubTest
[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-15 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey, works?
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/4HsrvrgNSi created by jeff
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/BRJb5aCy0u created by jeff
[0;37mINFOm] pool-2-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-100 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-64 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-63 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-62 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-60 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-61 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-59 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-58 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-57 com.jcabi.github.mock.MkIssues: issue #10 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-56 com.jcabi.github.mock.MkIssues: issue #11 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-54 com.jcabi.github.mock.MkIssues: issue #12 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-55 com.jcabi.github.mock.MkIssues: issue #13 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-53 com.jcabi.github.mock.MkIssues: issue #14 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-52 com.jcabi.github.mock.MkIssues: issue #15 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-51 com.jcabi.github.mock.MkIssues: issue #16 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-50 com.jcabi.github.mock.MkIssues: issue #17 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-49 com.jcabi.github.mock.MkIssues: issue #18 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-48 com.jcabi.github.mock.MkIssues: issue #19 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-73 com.jcabi.github.mock.MkIssues: issue #20 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-47 com.jcabi.github.mock.MkIssues: issue #21 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-46 com.jcabi.github.mock.MkIssues: issue #22 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-45 com.jcabi.github.mock.MkIssues: issue #23 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-44 com.jcabi.github.mock.MkIssues: issue #24 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-43 com.jcabi.github.mock.MkIssues: issue #25 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-42 com.jcabi.github.mock.MkIssues: issue #26 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-41 com.jcabi.github.mock.MkIssues: issue #27 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-40 com.jcabi.github.mock.MkIssues: issue #28 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-39 com.jcabi.github.mock.MkIssues: issue #29 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-38 com.jcabi.github.mock.MkIssues: issue #30 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-37 com.jcabi.github.mock.MkIssues: issue #31 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-36 com.jcabi.github.mock.MkIssues: issue #32 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-35 com.jcabi.github.mock.MkIssues: issue #33 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-34 com.jcabi.github.mock.MkIssues: issue #34 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-33 com.jcabi.github.mock.MkIssues: issue #35 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-32 com.jcabi.github.mock.MkIssues: issue #36 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-31 com.jcabi.github.mock.MkIssues: issue #37 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-80 com.jcabi.github.mock.MkIssues: issue #38 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-11 com.jcabi.github.mock.MkIssues: issue #39 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-30 com.jcabi.github.mock.MkIssues: issue #40 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-29 com.jcabi.github.mock.MkIssues: issue #41 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-28 com.jcabi.github.mock.MkIssues: issue #42 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-27 com.jcabi.github.mock.MkIssues: issue #43 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-26 com.jcabi.github.mock.MkIssues: issue #44 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-25 com.jcabi.github.mock.MkIssues: issue #45 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-24 com.jcabi.github.mock.MkIssues: issue #46 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-23 com.jcabi.github.mock.MkIssues: issue #47 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-22 com.jcabi.github.mock.MkIssues: issue #48 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-21 com.jcabi.github.mock.MkIssues: issue #49 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-20 com.jcabi.github.mock.MkIssues: issue #50 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-19 com.jcabi.github.mock.MkIssues: issue #51 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-18 com.jcabi.github.mock.MkIssues: issue #52 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-17 com.jcabi.github.mock.MkIssues: issue #53 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-16 com.jcabi.github.mock.MkIssues: issue #54 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-15 com.jcabi.github.mock.MkIssues: issue #55 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-14 com.jcabi.github.mock.MkIssues: issue #56 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-13 com.jcabi.github.mock.MkIssues: issue #57 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-12 com.jcabi.github.mock.MkIssues: issue #58 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-10 com.jcabi.github.mock.MkIssues: issue #59 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-99 com.jcabi.github.mock.MkIssues: issue #60 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-9 com.jcabi.github.mock.MkIssues: issue #61 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-8 com.jcabi.github.mock.MkIssues: issue #62 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-7 com.jcabi.github.mock.MkIssues: issue #63 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-6 com.jcabi.github.mock.MkIssues: issue #64 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-5 com.jcabi.github.mock.MkIssues: issue #65 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-4 com.jcabi.github.mock.MkIssues: issue #66 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-3 com.jcabi.github.mock.MkIssues: issue #67 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-2 com.jcabi.github.mock.MkIssues: issue #68 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-98 com.jcabi.github.mock.MkIssues: issue #69 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-97 com.jcabi.github.mock.MkIssues: issue #70 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-96 com.jcabi.github.mock.MkIssues: issue #71 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-95 com.jcabi.github.mock.MkIssues: issue #72 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-93 com.jcabi.github.mock.MkIssues: issue #73 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-94 com.jcabi.github.mock.MkIssues: issue #74 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-92 com.jcabi.github.mock.MkIssues: issue #75 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-91 com.jcabi.github.mock.MkIssues: issue #76 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-90 com.jcabi.github.mock.MkIssues: issue #77 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-89 com.jcabi.github.mock.MkIssues: issue #78 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-88 com.jcabi.github.mock.MkIssues: issue #79 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-87 com.jcabi.github.mock.MkIssues: issue #80 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-86 com.jcabi.github.mock.MkIssues: issue #81 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-85 com.jcabi.github.mock.MkIssues: issue #82 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-84 com.jcabi.github.mock.MkIssues: issue #83 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-83 com.jcabi.github.mock.MkIssues: issue #84 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-82 com.jcabi.github.mock.MkIssues: issue #85 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-81 com.jcabi.github.mock.MkIssues: issue #86 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-65 com.jcabi.github.mock.MkIssues: issue #87 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-66 com.jcabi.github.mock.MkIssues: issue #88 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-67 com.jcabi.github.mock.MkIssues: issue #89 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-68 com.jcabi.github.mock.MkIssues: issue #90 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-69 com.jcabi.github.mock.MkIssues: issue #91 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-70 com.jcabi.github.mock.MkIssues: issue #92 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-71 com.jcabi.github.mock.MkIssues: issue #93 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-72 com.jcabi.github.mock.MkIssues: issue #94 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-74 com.jcabi.github.mock.MkIssues: issue #95 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-75 com.jcabi.github.mock.MkIssues: issue #96 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-76 com.jcabi.github.mock.MkIssues: issue #97 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-77 com.jcabi.github.mock.MkIssues: issue #98 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-78 com.jcabi.github.mock.MkIssues: issue #99 created in jeff/BRJb5aCy0u by jeff:
[0;37mINFOm] pool-2-thread-79 com.jcabi.github.mock.MkIssues: issue #100 created in jeff/BRJb5aCy0u by jeff:
[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: title
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by mark: Nice change
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.263 sec - in com.jcabi.github.mock.MkGithubTest
Running com.jcabi.github.PullTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in com.jcabi.github.PullTest
Running com.jcabi.github.ReleaseAssetTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in com.jcabi.github.ReleaseAssetTest
Running com.jcabi.github.mock.MkDeployKeysTest
[0;37mINFOm] pool-1-thread-4 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-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
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 sec - in com.jcabi.github.mock.MkDeployKeysTest
Running com.jcabi.github.RtPublicKeyTest
[0;37mINFOm] pool-1-thread-11 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.008 sec - in com.jcabi.github.RtPublicKeyTest
Running com.jcabi.github.RtRepoCommitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.RtRepoCommitTest
Running com.jcabi.github.RtReleaseAssetTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38013
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:38013 /repos/john/test/releases/assets/2): [200 OK] in 94ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38013
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53636
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:53636 /repos/john/test/releases/assets/3): [204 No Content] in 230ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53636
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41994
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository john/test created by john
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41994 /repos/john/test/releases/assets/4): [200 OK] in 175ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41994
[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.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/assets/1): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.532 sec - in com.jcabi.github.RtReleaseAssetTest
Jun 01, 2015 7:30:01 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:01 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:02 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.mock.MkReposTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/remove-me created by jeff
[0;31mERRORm] pool-1-thread-10 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-3 com.jcabi.github.mock.MkRepos: repository jeff/hello created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository tom/1 created by tom
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository tom/2 created by tom
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in com.jcabi.github.mock.MkReposTest
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtOrganizationsTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38180
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38180 /users/octopus/orgs): [200 OK] in 43ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38180
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53960
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53960
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40057
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40057 /user/orgs): [200 OK] in 39ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40057
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.884 sec - in com.jcabi.github.RtOrganizationsTest
Jun 01, 2015 7:30:02 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:02 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:02 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:02 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:02 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtRepoCommitsTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/commits): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-9 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-9 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.017 sec - in com.jcabi.github.RtRepoCommitsTest
Running com.jcabi.github.RtHooksTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34198
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34198 /repos/test/hooks/hooks): [200 OK] in 81ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34198
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42791
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42791 /repos/test/hooks/hooks): [201 Created] in 118ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42791 /repos/test/hooks/hooks/1): [200 OK] in 16ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42791
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37673
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:37673 /repos/test/hooks/hooks/1): [204 No Content] in 129ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37673
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37556
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37556 /repos/test/hooks/hooks): [200 OK] in 86ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37556
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39301
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39301 /repos/test/hooks/hooks/1): [200 OK] in 118ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39301
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.426 sec - in com.jcabi.github.RtHooksTest
Running com.jcabi.github.mock.MkCollaboratorsTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 sec - in com.jcabi.github.mock.MkCollaboratorsTest
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtContentsTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42603
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:42603 /repos/test/contents/contents/to/remove): [200 OK] in 42ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42603
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42615
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:42615 /repos/test/contents/contents/test/thefile): [201 Created] in 206ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42615 /repos/test/contents/contents/test/thefile): [200 OK] in 79ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42615
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38753
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38753 /repos/test/contents/contents/test/file): [200 OK] in 122ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38753 /repos/test/contents/contents/test/file): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38753
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44963
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:44963 /repos/test/contents/contents/test.txt): [200 OK] in 35ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44963
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52906
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52906 /repos/test/contents/readme): [200 OK] in 309ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52906
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37020
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37020 /repos/test/contents/readme): [200 OK] in 191ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37020
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49911
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49911 /repos/test/contents/contents/dir): [200 OK] in 104ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49911
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.537 sec - in com.jcabi.github.RtContentsTest
Running com.jcabi.github.mock.MkIssueLabelsTest
[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-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: Rewrite
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkEvent: issue event #2 of type unlabeled 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-13 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: title
[0;37mINFOm] pool-1-thread-13 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: Titular
[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
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 sec - in com.jcabi.github.mock.MkIssueLabelsTest
Running com.jcabi.github.RtTreesTest
Jun 01, 2015 7:30:04 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40494
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:40494 /repos/mark/test/git/trees): [201 Created] in 13ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40494
Jun 01, 2015 7:29:57 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:29 PM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in com.jcabi.github.RtTreesTest
Running com.jcabi.github.wire.RetryCarefulWireTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39964
[0;33mWARNm] pool-1-thread-2 com.jcabi.http.wire.RetryWire: HTTP status code is 500
[0;33mWARNm] pool-1-thread-2 com.jcabi.http.wire.RetryWire: HTTP status code is 500
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39964 /): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39964
[0;37mINFOm] pool-1-thread-4 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.138 sec - in com.jcabi.github.wire.RetryCarefulWireTest
Running com.jcabi.github.mock.MkCommentsTest
[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: hello, dude!
[0;37mINFOm] pool-1-thread-14 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.265 sec - in com.jcabi.github.mock.MkCommentsTest
Running com.jcabi.github.mock.MkContentsTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-9 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-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
[0;37mINFOm] pool-1-thread-14 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-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository test/test created by test
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.618 sec - in com.jcabi.github.mock.MkContentsTest
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtUserTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44422
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:44422 /user): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44422
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-6 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-13 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-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/notifications): [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-13 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: 1.339 sec - in com.jcabi.github.RtUserTest
Running com.jcabi.github.PublicKeyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.jcabi.github.PublicKeyTest
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
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-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44432
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44432 /user/emails): [201 Created] in 56ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44432
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/emails): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec - in com.jcabi.github.RtUserEmailsTest
Running com.jcabi.github.mock.MkTagTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in com.jcabi.github.mock.MkTagTest
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:03 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.mock.MkReleasesTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-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-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-11 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 sec - in com.jcabi.github.mock.MkReleasesTest
Running com.jcabi.github.RtGistCommentTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34357
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:34357 /gists/gistName/comments/1): [204 No Content] in 68ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34357
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35453
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47815
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:35453 /gists/someName/comments/1): [200 OK] in 320ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35453 /gists/someName/comments/1): [200 OK] in 177ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35453
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47815
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.284 sec - in com.jcabi.github.RtGistCommentTest
Running com.jcabi.github.mock.MkReleaseAssetTest
[0;37mINFOm] pool-1-thread-13 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
[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 jeff/test created by jeff
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 sec - in com.jcabi.github.mock.MkReleaseAssetTest
Jun 01, 2015 7:30:04 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:04 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:04 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:04 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtCommentTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59825
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing3
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:59825 /repos/jeff/test/issues/comments/10): [204 No Content] in 181ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59825
[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: testing1
[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: testing2
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45610
[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: testing4
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45610 /repos/jeff/test/issues/comments/10): [200 OK] in 92ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45610
[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: title
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44914
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: testing5
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:44914 /repos/jeff/test/issues/comments/10): [200 OK] in 79ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44914
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42044
[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: testing6
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42044
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.072 sec - in com.jcabi.github.RtCommentTest
Running com.jcabi.github.mock.MkReferenceTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-5 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: 1.026 sec - in com.jcabi.github.mock.MkReferenceTest
Running com.jcabi.github.mock.MkMarkdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.mock.MkMarkdownTest
Running com.jcabi.github.LimitTest
[0;31mERRORm] pool-1-thread-4 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 758?s
[0;31mERRORm] pool-1-thread-4 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 1ms
[0;31mERRORm] pool-1-thread-4 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 1ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.jcabi.github.LimitTest
Running com.jcabi.github.mock.MkCommitsComparisonTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.jcabi.github.mock.MkCommitsComparisonTest
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtTagTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44021
[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.http.request.BaseRequest: #fetch(GET localhost:44021 /repos/jeff/test/git/tags/abdes00test): [200 OK] in 40ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44021
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in com.jcabi.github.RtTagTest
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtJsonTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #51929
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:51929 /): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #51929
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60863
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:60863 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60863
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in com.jcabi.github.RtJsonTest
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtForkTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39398
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40099
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39398 /repos/test_user/test_repo/forks/1): [200 OK] in 38ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39398 /repos/test_user/test_repo/forks/1): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39398 /repos/test_user/test_repo/forks/1): [200 OK] in 37ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39398
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40099
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 sec - in com.jcabi.github.RtForkTest
Running com.jcabi.github.mock.MkTreeTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in com.jcabi.github.mock.MkTreeTest
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-9 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-15 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec - in com.jcabi.github.mock.MkContentTest
Running com.jcabi.github.VisibilityTest
[0;33mWARNm] pool-1-thread-16 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-16 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.01 sec - in com.jcabi.github.VisibilityTest
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtPublicKeysTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55909
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55909
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33864
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:33864 /user/keys/1): [204 No Content] in 179ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33864
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45648
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45648 /user/keys): [201 Created] in 74ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45648
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39005
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39005 /user/keys): [200 OK] in 114ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39005
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.741 sec - in com.jcabi.github.RtPublicKeysTest
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtStarsTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36945
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:36945 /user/starred/staruser/starrepo): [204 No Content] in 61ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36945
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47941
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:47941 /user/starred/someuser/starredrepo): [204 No Content] in 26ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:47941 /user/starred/otheruser/notstarredrepo): [404 Not Found] in 37ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42491
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:42491 /user/starred/unstaruser/unstarrepo): [204 No Content] in 62ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42491
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in com.jcabi.github.RtStarsTest
Running com.jcabi.github.RtDeployKeyTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46578
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:46578 /repos/test/keys/keys/3): [204 No Content] in 48ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46578
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in com.jcabi.github.RtDeployKeyTest
Running com.jcabi.github.mock.MkReleaseAssetsTest
[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-9 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.778 sec - in com.jcabi.github.mock.MkReleaseAssetsTest
Running com.jcabi.github.mock.MkMilestoneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.mock.MkMilestoneTest
Running com.jcabi.github.BulkTest
[0;37mINFOm] pool-1-thread-2 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.007 sec - in com.jcabi.github.BulkTest
Jun 01, 2015 7:30:05 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtTagsTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39582
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39582 /repos/jeff/test/git/tags): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39582 /repos/jeff/test/git/refs): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39582
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 sec - in com.jcabi.github.RtTagsTest
Running com.jcabi.github.mock.MkGitTest
[0;37mINFOm] pool-1-thread-10 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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in com.jcabi.github.mock.MkGitTest
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtGitignoresTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/gitignore/templates/C#): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55134
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55134 /gitignore/templates): [200 OK] in 28ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55134
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in com.jcabi.github.RtGitignoresTest
Running com.jcabi.github.mock.MkGistsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 sec - in com.jcabi.github.mock.MkGistsTest
Running com.jcabi.github.mock.MkEventTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository ken/foo created by ken
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in ken for issue #1 by ken
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository barbie/bar created by barbie
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in barbie for issue #1 by barbie
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository test_user/test created by test_user
[0;37mINFOm] pool-1-thread-4 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.391 sec - in com.jcabi.github.mock.MkEventTest
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-13 com.jcabi.github.mock.MkRepos: repository Jonathan/test created by Jonathan
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec - in com.jcabi.github.mock.MkBlobsTest
Running com.jcabi.github.OrganizationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in com.jcabi.github.OrganizationTest
Running com.jcabi.github.PullCommentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in com.jcabi.github.PullCommentTest
Running com.jcabi.github.mock.MkOrganizationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 sec - in com.jcabi.github.mock.MkOrganizationsTest
Running com.jcabi.github.mock.MkStorageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec - in com.jcabi.github.mock.MkStorageTest
Running com.jcabi.github.mock.MkRepoCommitsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in com.jcabi.github.mock.MkRepoCommitsTest
Running com.jcabi.github.mock.MkCommentTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey buddy
[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: what's up?
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 sec - in com.jcabi.github.mock.MkCommentTest
Running com.jcabi.github.RtRepoTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34117
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34117 /repos/testuser/testrepo): [200 OK] in 56ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34117
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33450
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33450 /repos/testuser/testrepo/issues/events): [200 OK] in 126ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33450
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/testuser/testrepo): [200 OK] in 0ms
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34281
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34281 /repos/testuser/testrepo/languages): [200 OK] in 329ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55997
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55997 /repos/testuser/testrepo/languages): [200 OK] in 267ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55997
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.572 sec - in com.jcabi.github.RtRepoTest
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtReposTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37374
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37374 /): [200 OK] in 391ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37374
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49195
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:49195 /repos/): [204 No Content] in 161ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49195
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50558
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:50558 /user/repos): [201 Created] in 389ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50558
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.412 sec - in com.jcabi.github.RtReposTest
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Running com.jcabi.github.RtIssueTest
[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-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58071
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:58071 /repos/user/repo/issues/1): [200 OK] in 18ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58071
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:07 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec - in com.jcabi.github.RtIssueTest
Running com.jcabi.github.MilestoneTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in com.jcabi.github.MilestoneTest
Running com.jcabi.github.RtUsersTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37163
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37163 /user): [200 OK] in 365ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37163
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52853
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52853 /users): [200 OK] in 115ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52853
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58607
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58607
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.99 sec - in com.jcabi.github.RtUsersTest
Running com.jcabi.github.ContentTest
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Jun 01, 2015 7:30:06 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.60 - 6/1/15 7:30 PM
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 sec - in com.jcabi.github.ContentTest
Running com.jcabi.github.RtPullTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39912
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:39912 /repos/user/repo/pulls/3/merge): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39912
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52045
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52045 /repos/user/repo/pulls/2/files): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52045
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36558
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36558
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.077 sec - in com.jcabi.github.RtPullTest

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 90.7 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 77.2 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-archiver/2.4.4/plexus-archiver-2.4.4.jar (161 KB at 5165.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar (58 KB at 1739.6 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (7 KB at 227.1 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 86.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 1348.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar (58 KB at 2297.8 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:install (default) @ jcabi-github ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (default) @ jcabi-github ---
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports
[INFO] parallel='all', perCoreThreadCount=true, threadCount=8, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.jcabi.github.RtMarkdownITCase
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /markdown): [200 OK] in 214ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /markdown/raw): [200 OK] in 184ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 293ms

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

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

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

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

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 sec - in com.jcabi.github.RtMarkdownITCase
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/rUgArwykoF/contents/test.java): [201 Created] in 121ms

Running com.jcabi.github.RtUserITCase
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user): [200 OK] in 52ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec - in com.jcabi.github.RtUserITCase
Running com.jcabi.github.RtRepoCommitsITCase
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/compare/5339b8e35b...9b2e6efde9): [200 OK] in 303ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/commits): [200 OK] in 180ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/compare/2b3814e...b828dfa): [200 OK] in 274ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.43 sec - in com.jcabi.github.RtRepoCommitsITCase
Running com.jcabi.github.RtGistsITCase
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/8qqBTGnpl8): [204 No Content] in 114ms

[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 441ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/377258838864a9c0253f): [200 OK] in 116ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/377258838864a9c0253f): [204 No Content] in 164ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists): [200 OK] in 82ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 402ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists): [200 OK] in 158ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/21a02a90d134d06bb677): [204 No Content] in 124ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 438ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/935a9acf1ae0afb3d26c): [204 No Content] in 87ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 438ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/26e88b52110a43f824b1): [200 OK] in 75ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET gist.githubusercontent.com /jcabi-github-test2/26e88b52110a43f824b1/raw/4fe4a141dd9e19d22844197635704efe70204cf1/filename.txt): [200 OK] in 183ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/26e88b52110a43f824b1): [204 No Content] in 139ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.952 sec - in com.jcabi.github.RtGistsITCase
Running com.jcabi.github.RtPublicKeysITCase
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 180ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 95ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12298416): [204 No Content] in 181ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 57ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 135ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 175ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12298415): [204 No Content] in 51ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 73ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 267ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12298418): [204 No Content] in 113ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/keys): [201 Created] in 149ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/keys): [200 OK] in 24ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/keys/12298417): [204 No Content] in 95ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.525 sec - in com.jcabi.github.RtPublicKeysITCase
Running com.jcabi.github.RtReleaseITCase
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/8qqBTGnpl8/releases): [201 Created] in 115ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/8qqBTGnpl8/releases/1362799): [200 OK] in 228ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/8qqBTGnpl8/releases/1362799): [200 OK] in 48ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec - in com.jcabi.github.RtReleaseITCase
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 199ms

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

Running com.jcabi.github.RtGitignoresITCase
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gitignore/templates/C): [200 OK] in 76ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gitignore/templates): [200 OK] in 87ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec - in com.jcabi.github.RtGitignoresITCase
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 315ms

Running com.jcabi.github.RtBlobsITCase
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/nZCSwaW6BP/git/blobs): [201 Created] in 126ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/nZCSwaW6BP/git/blobs/8d043451cf54216058a72a2d25d5fb5de1743864): [200 OK] in 155ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/nZCSwaW6BP/git/blobs): [201 Created] in 122ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/nZCSwaW6BP/git/blobs/fda67d724654d41ceb8996065fc0705a9ac58224): [200 OK] in 157ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/nZCSwaW6BP/git/blobs/fda67d724654d41ceb8996065fc0705a9ac58224): [200 OK] in 137ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 sec - in com.jcabi.github.RtBlobsITCase
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases): [201 Created] in 141ms

Running com.jcabi.github.RtStarsITCase
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/velhFhKBii): [404 Not Found] in 67ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /user/starred/jcabi-github-test2/velhFhKBii): [204 No Content] in 141ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/velhFhKBii): [204 No Content] in 112ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/starred/jcabi-github-test2/velhFhKBii): [204 No Content] in 188ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/starred/jcabi-github-test2/velhFhKBii): [404 Not Found] in 214ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/velhFhKBii): [204 No Content] in 89ms

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 sec - in com.jcabi.github.RtStarsITCase
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/rUgArwykoF): [204 No Content] in 150ms

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

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

Running com.jcabi.github.RtContentsITCase
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 323ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/T2WPKBBx3p/contents/lFrwtw5xpJ): [201 Created] in 104ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/T2WPKBBx3p/contents/lFrwtw5xpJ): [200 OK] in 276ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/T2WPKBBx3p/contents/lFrwtw5xpJ): [200 OK] in 149ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/T2WPKBBx3p/contents/lFrwtw5xpJ): [200 OK] in 182ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/T2WPKBBx3p/contents/lFrwtw5xpJ): [200 OK] in 86ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/T2WPKBBx3p): [204 No Content] in 113ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 371ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/vc3Xgtm0Ml/readme): [200 OK] in 124ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/vc3Xgtm0Ml): [204 No Content] in 203ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 313ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/rctzPYg4m1/contents/RsdVlPXjEY): [201 Created] in 88ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/rctzPYg4m1): [204 No Content] in 127ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 307ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/StPMWz6fDm/contents/4zX0lOtrLW): [201 Created] in 142ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/StPMWz6fDm/contents/4zX0lOtrLW): [200 OK] in 115ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/StPMWz6fDm/contents/content-not-exist.txt): [404 Not Found] in 262ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/StPMWz6fDm): [204 No Content] in 114ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 301ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/7KmpLcLwCp/contents/sRkL53siWv): [201 Created] in 200ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7KmpLcLwCp/contents/sRkL53siWv): [200 OK] in 33ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/7KmpLcLwCp/contents/sRkL53siWv): [200 OK] in 203ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7KmpLcLwCp/contents/sRkL53siWv): [404 Not Found] in 154ms
[0;31mERRORm] pool-187-thread-24 com.jcabi.github.RtContents: #get('sRkL53siWv', 'master'): thrown java.lang.AssertionError(HTTP response status is not equal to 200:
404 Not Found [https://api.github.com/repos/jcabi-github-test2/7KmpLcLwCp/contents/sRkL53siWv?ref=master]
Server: GitHub.com
Date: Mon, 01 Jun 2015 19:30:23 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Status: 404 Not Found
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4921
X-RateLimit-Reset: 1433190622
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:5506:810E1CB:556CB2CF
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/7KmpLcLwCp/contents/sRkL53siWv?ref=master]
Server: GitHub.com
Date: Mon, 01 Jun 2015 19:30:23 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Status: 404 Not Found
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4921
X-RateLimit-Reset: 1433190622
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:5506:810E1CB:556CB2CF
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 213ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/7KmpLcLwCp): [204 No Content] in 127ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 296ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/HUB4LsfNkE/contents/YOr5eXoZqw): [201 Created] in 215ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HUB4LsfNkE/contents/YOr5eXoZqw): [200 OK] in 36ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/HUB4LsfNkE/contents/YOr5eXoZqw): [200 OK] in 158ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HUB4LsfNkE/contents/YOr5eXoZqw): [200 OK] in 101ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HUB4LsfNkE/contents/YOr5eXoZqw): [200 OK] in 178ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/HUB4LsfNkE): [204 No Content] in 169ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 308ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(PUT api.github.com /repos/jcabi-github-test2/QVtwStIOd4/contents/EnnhffcW8r): [201 Created] in 189ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QVtwStIOd4/contents/EnnhffcW8r): [200 OK] in 94ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QVtwStIOd4/contents/EnnhffcW8r): [200 OK] in 130ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/QVtwStIOd4/contents/EnnhffcW8r): [200 OK] in 178ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/QVtwStIOd4): [204 No Content] in 206ms
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.817 sec - in com.jcabi.github.RtContentsITCase
Running com.jcabi.github.RtAssigneesITCase
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Z5nDsT01MM/assignees/SuSS4fDdbL): [404 Not Found] in 100ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Z5nDsT01MM/assignees): [200 OK] in 237ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Z5nDsT01MM/assignees/jcabi-github-test2): [204 No Content] in 263ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 sec - in com.jcabi.github.RtAssigneesITCase
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 197ms

Running com.jcabi.github.RtGistCommentsITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 178ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/1af258828c770d9ad34c/comments): [201 Created] in 115ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/1af258828c770d9ad34c/comments/1464837): [200 OK] in 264ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/1af258828c770d9ad34c/comments/1464837): [204 No Content] in 90ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/1af258828c770d9ad34c): [204 No Content] in 218ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 144ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/5326e142ed1d8e0cabfe/comments): [201 Created] in 174ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/5326e142ed1d8e0cabfe/comments): [200 OK] in 287ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/5326e142ed1d8e0cabfe/comments/1464838): [204 No Content] in 128ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/5326e142ed1d8e0cabfe): [204 No Content] in 101ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 317ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/71ed82b4f606eb3ac357/comments): [201 Created] in 136ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/71ed82b4f606eb3ac357/comments/1464839): [204 No Content] in 122ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/71ed82b4f606eb3ac357): [204 No Content] in 190ms
[0;37mINFOm] pool-187-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 189ms

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

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

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.03 sec - in com.jcabi.github.RtGistCommentsITCase
Running com.jcabi.github.RtRepoITCase
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/rUgArwykoF/issues): [201 Created] in 286ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/rUgArwykoF/issues/1): [200 OK] in 227ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/rUgArwykoF/issues/events): [200 OK] in 100ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/rUgArwykoF/languages): [200 OK] in 153ms
[0;37mINFOm] pool-187-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/rUgArwykoF/assignees): [200 OK] in 187ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.366 sec - in com.jcabi.github.RtRepoITCase
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 238ms

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

Running com.jcabi.github.RtUserEmailsITCase
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/emails): [201 Created] in 102ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 109ms
[0;37mINFOm] pool-187-thread-15 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/emails): [204 No Content] in 187ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 61ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/emails): [201 Created] in 152ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 94ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /user/emails): [204 No Content] in 166ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user/emails): [200 OK] in 129ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.636 sec - in com.jcabi.github.RtUserEmailsITCase
Running com.jcabi.github.RtIssuesITCase
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Umjj8C5d9F/issues): [200 OK] in 170ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Umjj8C5d9F/issues): [200 OK] in 64ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 sec - in com.jcabi.github.RtIssuesITCase
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Umjj8C5d9F): [204 No Content] in 82ms

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

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

Running com.jcabi.github.RtOrganizationsITCase
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /users/yegor256/orgs): [200 OK] in 145ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in com.jcabi.github.RtOrganizationsITCase
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 204ms

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

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

Running com.jcabi.github.RtTagsITCase
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/OaRno82ytx/git/refs/heads/master): [200 OK] in 226ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/OaRno82ytx/git/tags): [201 Created] in 163ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/OaRno82ytx/git/refs): [201 Created] in 75ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/OaRno82ytx/git/refs/tags/SwV9y): [204 No Content] in 179ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.9 sec - in com.jcabi.github.RtTagsITCase
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 171ms

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

Running com.jcabi.github.RtHooksITCase
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 242ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/mYkrJlwpnY/hooks): [201 Created] in 126ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/mYkrJlwpnY/hooks/4966866): [204 No Content] in 43ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/mYkrJlwpnY/hooks): [200 OK] in 53ms
[0;37mINFOm] pool-187-thread-9 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/mYkrJlwpnY): [204 No Content] in 103ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 217ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/UPe2rBN0Dh/hooks): [201 Created] in 117ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/UPe2rBN0Dh/hooks): [200 OK] in 57ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/UPe2rBN0Dh): [204 No Content] in 103ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 213ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/12AxxNDs1t/hooks): [201 Created] in 114ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/12AxxNDs1t): [204 No Content] in 94ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 235ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/MTQR0eTVUE/hooks): [201 Created] in 49ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/MTQR0eTVUE/hooks/4966864): [200 OK] in 48ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/MTQR0eTVUE): [204 No Content] in 106ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.212 sec - in com.jcabi.github.RtHooksITCase
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV): [204 No Content] in 93ms

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

Running com.jcabi.github.RtReleaseAssetITCase
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases): [201 Created] in 204ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases/1362801): [204 No Content] in 82ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases): [200 OK] in 161ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases): [201 Created] in 121ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases/1362802): [200 OK] in 75ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases/1362802): [200 OK] in 81ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases/1362802): [200 OK] in 170ms
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases/1362802): [204 No Content] in 95ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases): [201 Created] in 183ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases/1362803): [200 OK] in 33ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/7BREaacaxY/releases/1362803): [204 No Content] in 116ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.992 sec - in com.jcabi.github.RtReleaseAssetITCase
Running com.jcabi.github.RtIssueITCase
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 156ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/4): [200 OK] in 119ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 231ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/5/comments): [201 Created] in 191ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/comments/107678776): [200 OK] in 57ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/5/comments): [200 OK] in 138ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/comments/107678776): [200 OK] in 55ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /users/jcabi-github-test2): [200 OK] in 85ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/comments/107678776): [204 No Content] in 76ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 262ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/7): [200 OK] in 162ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 249ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/6): [200 OK] in 153ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/6): [200 OK] in 69ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/6): [200 OK] in 98ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/6): [200 OK] in 52ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 89ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /user): [200 OK] in 47ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/1): [200 OK] in 106ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/1): [200 OK] in 230ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/1): [200 OK] in 97ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 273ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/8): [200 OK] in 93ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/8/events): [200 OK] in 188ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/events/319285981): [200 OK] in 55ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/events/319285981): [200 OK] in 166ms
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/8): [200 OK] in 296ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 148ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/2): [200 OK] in 76ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/2/events): [200 OK] in 143ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/events/319285979): [200 OK] in 96ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues): [201 Created] in 182ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/3): [200 OK] in 248ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/3): [200 OK] in 78ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/3): [200 OK] in 101ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/Bjnjs9xxnV/issues/3): [200 OK] in 82ms
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.769 sec - in com.jcabi.github.RtIssueITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 230ms

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

Running com.jcabi.github.RtReleasesITCase
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [201 Created] in 176ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362814): [200 OK] in 68ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362814): [204 No Content] in 171ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [201 Created] in 92ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [200 OK] in 55ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362813): [204 No Content] in 128ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [201 Created] in 80ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [200 OK] in 102ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362812): [204 No Content] in 94ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [200 OK] in 50ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [201 Created] in 114ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362815): [200 OK] in 144ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362815): [200 OK] in 44ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362815): [204 No Content] in 167ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [201 Created] in 213ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362816): [200 OK] in 98ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362816): [200 OK] in 129ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362816): [200 OK] in 116ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362816): [204 No Content] in 142ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases): [201 Created] in 221ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362817): [200 OK] in 131ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362817): [200 OK] in 158ms
[0;37mINFOm] pool-187-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/1lUMqBBgX2/releases/1362817): [204 No Content] in 242ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.255 sec - in com.jcabi.github.RtReleasesITCase
[0;37mINFOm] pool-187-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/U6H0aVAD0b): [204 No Content] in 79ms

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

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

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

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

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

Running com.jcabi.github.RtTreesITCase
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/U6H0aVAD0b/git/trees): [201 Created] in 131ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/U6H0aVAD0b/git/trees/1f8f3dc0c09ab2e1e5c303031f4205c64eab8ef4): [200 OK] in 63ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in com.jcabi.github.RtTreesITCase
Running com.jcabi.github.RtGistITCase
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 109ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/86364412a8b16651819c): [200 OK] in 125ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/86364412a8b16651819c): [200 OK] in 269ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/86364412a8b16651819c): [200 OK] in 91ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET gist.githubusercontent.com /jcabi-github-test2/86364412a8b16651819c/raw/aeb73dc43b0119ba17f265c148affee569f098fa/filename.txt): [200 OK] in 96ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/86364412a8b16651819c): [204 No Content] in 75ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.975 sec - in com.jcabi.github.RtGistITCase
Running com.jcabi.github.RtLimitsITCase
[0;37mINFOm] pool-187-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /rate_limit): [200 OK] in 67ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec - in com.jcabi.github.RtLimitsITCase
Running com.jcabi.github.RtLabelsITCase
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels): [200 OK] in 102ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels): [201 Created] in 96ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/test-3): [200 OK] in 159ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels): [200 OK] in 75ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels): [200 OK] in 60ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/bug): [200 OK] in 35ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/duplicate): [200 OK] in 47ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/enhancement): [200 OK] in 139ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/help wanted): [200 OK] in 111ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/invalid): [200 OK] in 76ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/question): [200 OK] in 225ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/TTEUPg2sIz/labels/wontfix): [200 OK] in 66ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.547 sec - in com.jcabi.github.RtLabelsITCase
Running com.jcabi.github.RtReposITCase
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 247ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [422 Unprocessable Entity] in 65ms
[0;31mERRORm] pool-187-thread-25 com.jcabi.github.RtRepos: #create('Repos.RepoCreate(nam=3GKy8bvi1K, 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: Mon, 01 Jun 2015 19:30:26 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 215
Status: 422 Unprocessable Entity
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4634
X-RateLimit-Reset: 1433190622
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:5508:52BA683:556CB2D2
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: Mon, 01 Jun 2015 19:30:26 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 215
Status: 422 Unprocessable Entity
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4634
X-RateLimit-Reset: 1433190622
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:5508:52BA683:556CB2D2
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 73ms
[0;37mINFOm] pool-187-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/3GKy8bvi1K): [204 No Content] in 49ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /user/repos): [201 Created] in 194ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/lDm5Hzv5SW): [204 No Content] in 70ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 sec - in com.jcabi.github.RtReposITCase
Running com.jcabi.github.RtIssueLabelsITCase
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/issues): [201 Created] in 165ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/issues/1/labels): [200 OK] in 126ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/labels): [200 OK] in 253ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/labels): [201 Created] in 97ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/issues/1/labels): [200 OK] in 82ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/labels/test-label): [200 OK] in 66ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/issues/1/labels): [200 OK] in 45ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/labels/test-label): [200 OK] in 39ms
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/HR8sEzaoQm/issues/1/labels/test-label): [200 OK] in 74ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 sec - in com.jcabi.github.RtIssueLabelsITCase
Running com.jcabi.github.RtReleaseAssetsITCase
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases): [201 Created] in 129ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362806/assets): [200 OK] in 34ms
[0;37mINFOm] pool-187-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362806): [204 No Content] in 126ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases): [201 Created] in 56ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362805/assets): [201 Created] in 375ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362805/assets): [201 Created] in 236ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362805/assets): [200 OK] in 59ms
[0;37mINFOm] pool-187-thread-12 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362805): [204 No Content] in 430ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases): [201 Created] in 157ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362808/assets): [201 Created] in 336ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/assets/613645): [200 OK] in 130ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362808): [204 No Content] in 220ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases): [201 Created] in 128ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362809/assets): [201 Created] in 344ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/assets/613649): [200 OK] in 78ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362809/assets): [201 Created] in 258ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/assets/613651): [200 OK] in 128ms
[0;37mINFOm] pool-187-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362809): [204 No Content] in 670ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases): [201 Created] in 120ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases): [201 Created] in 67ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362807/assets): [201 Created] in 288ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/assets/613646): [200 OK] in 80ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362810/assets): [201 Created] in 177ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/assets/613652): [200 OK] in 89ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362807): [204 No Content] in 299ms
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362810): [204 No Content] in 264ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases): [201 Created] in 212ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362811/assets): [201 Created] in 198ms
[0;37mINFOm] pool-187-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/92e9llzJkF/releases/1362811): [204 No Content] in 253ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.446 sec - in com.jcabi.github.RtReleaseAssetsITCase
Running com.jcabi.github.RtPublicKeyITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.github.RtPublicKeyITCase
Running com.jcabi.github.RtDeployKeysITCase
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys): [201 Created] in 145ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys/12298422): [204 No Content] in 95ms
[0;37mINFOm] pool-187-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys): [200 OK] in 114ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys): [201 Created] in 191ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys): [200 OK] in 213ms
[0;37mINFOm] pool-187-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys/12298420): [204 No Content] in 32ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys): [201 Created] in 179ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys/12298419): [200 OK] in 159ms
[0;37mINFOm] pool-187-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys/12298419): [204 No Content] in 152ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys): [201 Created] in 230ms
[0;37mINFOm] pool-187-thread-3 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/xXMGysTG97/keys/12298421): [204 No Content] in 185ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.082 sec - in com.jcabi.github.RtDeployKeysITCase
Running com.jcabi.github.RtGithubITCase
[0;37mINFOm] pool-187-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /emojis): [200 OK] in 640ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/issues/1): [200 OK] in 167ms
[0;37mINFOm] pool-187-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /meta): [200 OK] in 545ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.228 sec - in com.jcabi.github.RtGithubITCase
Running com.jcabi.github.RtMilestonesITCase
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones): [201 Created] in 81ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones): [200 OK] in 77ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones/2): [204 No Content] in 51ms
[0;37mINFOm] pool-187-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones): [200 OK] in 41ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones): [201 Created] in 73ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones): [200 OK] in 82ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones/1): [204 No Content] in 101ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones): [201 Created] in 118ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones): [200 OK] in 94ms
[0;37mINFOm] pool-187-thread-4 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/jzOaeM71aY/milestones/3): [204 No Content] in 42ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 sec - in com.jcabi.github.RtMilestonesITCase
Running com.jcabi.github.RtReferencesITCase
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs/heads/master): [200 OK] in 151ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs): [201 Created] in 189ms
[0;37mINFOm] pool-187-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs/heads/0AKrb2B06u): [204 No Content] in 95ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs/heads/master): [200 OK] in 280ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs): [201 Created] in 84ms
[0;37mINFOm] pool-187-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs/heads/8hmYkYAqGS): [204 No Content] in 84ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs/heads/master): [200 OK] in 255ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs): [201 Created] in 99ms
[0;37mINFOm] pool-187-thread-16 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/a082OpEWfw/git/refs/tags/XPOr99rSbn): [204 No Content] in 138ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 sec - in com.jcabi.github.RtReferencesITCase
Running com.jcabi.github.RtSearchITCase
[0;37mINFOm] pool-187-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 302ms
[0;37mINFOm] pool-187-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/users): [200 OK] in 146ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 277ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 279ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 194ms
[0;37mINFOm] pool-187-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/repositories): [200 OK] in 209ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/issues): [200 OK] in 259ms
[0;37mINFOm] pool-187-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /search/code): [200 OK] in 185ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.673 sec - in com.jcabi.github.RtSearchITCase
Running com.jcabi.github.RtForksITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.jcabi.github.RtForksITCase
Running com.jcabi.github.RtGistCommentITCase
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 140ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/649a2c744dc444805e6c/comments): [201 Created] in 58ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/649a2c744dc444805e6c/comments/1464840): [200 OK] in 52ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/649a2c744dc444805e6c/comments/1464840): [200 OK] in 58ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/649a2c744dc444805e6c/comments/1464840): [200 OK] in 120ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/649a2c744dc444805e6c/comments/1464840): [204 No Content] in 109ms
[0;37mINFOm] pool-187-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/649a2c744dc444805e6c): [204 No Content] in 88ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 125ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/29984cd628244304ed4b/comments): [201 Created] in 77ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/29984cd628244304ed4b/comments): [200 OK] in 58ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/29984cd628244304ed4b/comments/1464842): [204 No Content] in 102ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/29984cd628244304ed4b/comments): [200 OK] in 202ms
[0;37mINFOm] pool-187-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/29984cd628244304ed4b): [204 No Content] in 158ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 135ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/7c2c00f3a3684e047dea/comments): [201 Created] in 111ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/7c2c00f3a3684e047dea/comments/1464843): [200 OK] in 182ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(PATCH api.github.com /gists/7c2c00f3a3684e047dea/comments/1464843): [200 OK] in 81ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/7c2c00f3a3684e047dea/comments/1464843): [200 OK] in 135ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/7c2c00f3a3684e047dea/comments/1464843): [204 No Content] in 67ms
[0;37mINFOm] pool-187-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/7c2c00f3a3684e047dea): [204 No Content] in 47ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists): [201 Created] in 102ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /gists/a6b5c97d549f17fefdf3/comments): [201 Created] in 57ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /gists/a6b5c97d549f17fefdf3/comments/1464841): [200 OK] in 137ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/a6b5c97d549f17fefdf3/comments/1464841): [204 No Content] in 96ms
[0;37mINFOm] pool-187-thread-32 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /gists/a6b5c97d549f17fefdf3): [204 No Content] in 200ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.007 sec - in com.jcabi.github.RtGistCommentITCase
Running com.jcabi.github.RtTagITCase
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/PrKGMIBfPH/git/refs/heads/master): [200 OK] in 56ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/PrKGMIBfPH/git/tags): [201 Created] in 130ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(POST api.github.com /repos/jcabi-github-test2/PrKGMIBfPH/git/refs): [201 Created] in 282ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi-github-test2/PrKGMIBfPH/git/tags/080bbc604466bc8a5549e12d55afe3d29064d20b): [200 OK] in 146ms
[0;37mINFOm] pool-187-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE api.github.com /repos/jcabi-github-test2/PrKGMIBfPH/git/refs/tags/xap3FnQ08v): [204 No Content] in 89ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 sec - in com.jcabi.github.RtTagITCase

Results :

Tests run: 113, Failures: 0, 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 1120.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 1451.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom (34 KB at 4249.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom (55 KB at 4571.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (6 KB at 1813.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6 KB at 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 4093.8 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 2720.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9 KB at 2943.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 3416.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 4011.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom (5 KB at 1463.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6 KB at 1987.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1016 B at 496.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (2 KB at 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 3135.4 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 4290.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 2720.7 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 2041.7 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 3591.8 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 4196.1 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 3416.8 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 2030.3 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 1281.1 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 229.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 KB at 1214.7 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 2082.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 328.2 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 1702.4 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 134.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 3972.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.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 1202.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar (35 KB at 869.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (46 KB at 536.8 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/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar (223 KB at 2157.1 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/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar (177 KB at 1071.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/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 6690.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.jar (179 KB at 8107.7 KB/sec)
[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 20186.5 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 10675.3 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/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar (342 KB at 1909.3 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-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar (10 KB at 1057.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar (17 KB at 16902.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 452.7 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 4537.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 9405.0 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 20851.3 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: https://oss.sonatype.org/content/groups/public/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] Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 1.6 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 1487.5 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 1029.7 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.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.9/parent-0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.9/parent-0.9.pom (65 KB at 21509.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar (34 KB at 100.0 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 1273.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 12027.8 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 2480.3 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 8667.6 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 4708.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 2245.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 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 2892.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1601.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 906.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 5276.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 6364.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.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 20971.2 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 2441.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom (19 KB at 9300.3 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 16596.2 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 3621.6 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 9493.2 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 24970.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom (2 KB at 508.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom (3 KB at 1487.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom (6 KB at 5630.9 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 9490.2 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 38037.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 8100.6 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 30.3 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.6 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 11272.5 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 25772.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 11627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (3 KB at 1313.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] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar (67 KB at 33361.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar (22 KB at 21626.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar (48 KB at 23765.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/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.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 1486.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.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/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar (115 KB at 6018.7 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/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar (47 KB at 520.5 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/junit/junit/4.11/junit-4.11.jar (240 KB at 47859.2 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/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar (1465 KB at 54253.9 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/org/objenesis/objenesis/1.0/objenesis-1.0.jar (28 KB at 648.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 8662.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 14285.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (258 KB at 4863.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (479 KB at 25179.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar (1453 KB at 12856.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar (2191 KB at 12735.3 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 40.4 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 710.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 8835.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 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 1954.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 8758.8 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 2801.3 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 3347.7 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 1933.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 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 1806.6 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 1638.4 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 855.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 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 207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 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 770.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 KB at 6967.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (3 KB at 1226.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 9089.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 6600.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 13242.2 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 1003.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (4 KB at 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 1103.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom (3 KB at 2619.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom (2 KB at 1668.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom (3 KB at 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 1257.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom (3 KB at 1327.1 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 1193.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom (10 KB at 9673.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 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 7234.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 KB at 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 16370.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 708.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 8317.4 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] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 14705.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 445.9 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/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/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar (25 KB at 24833.0 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 1309.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/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-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 36942.4 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-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-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 29136.7 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-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar (79 KB at 26002.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-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-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-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar (62 KB at 4700.7 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-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/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-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 32277.3 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/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar (51 KB at 25355.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/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 43588.1 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-api/1.8/maven-scm-api-1.8.jar (103 KB at 2857.4 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-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar (11 KB at 279.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 3300.2 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/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar (246 KB at 35068.5 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/stringtemplate/3.2/stringtemplate-3.2.jar (168 KB at 55997.1 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/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar (148 KB at 11326.2 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/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar (70 KB at 1577.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 16725.1 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 25400.6 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 14524.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar (1845 KB at 25272.8 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: 8816c6c at timestamp: 1433187039855
[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 121.8 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 2826.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 4249.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 6688.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 5668.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 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 1397.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 1472.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 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 at 1390.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 7549.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/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] 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 3324.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 1403.2 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 3138.2 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 9231.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 11783.7 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 1121.1 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 959.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 1856.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 851.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 2646.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 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 962.4 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 1254.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 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 942.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.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 1424.8 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 15824.7 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 868.2 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 3030.3 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 2513.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 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 8444.8 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 844.7 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 3529.3 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 336.9 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 1211.9 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 1371.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 18097.7 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 70.8 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] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 51435.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 15559.6 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-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 4454.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/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 5029.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 18526.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 43563.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-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/com/google/collections/google-collections/1.0/google-collections-1.0.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 550.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 24404.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 5444.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 29453.1 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] Downloaded: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 20820.1 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 793.0 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 3394.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 16319.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 20467.8 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] 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] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.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 51653.9 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] 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/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 3299.8 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 3681.4 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 36488.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 38550.4 KB/sec)
[INFO] [WARNING] useSystemClassloader setting has no effect when not forking
[INFO] [INFO] Surefire report directory: /home/r/repo/target/it/basic-usage/target/surefire-reports
[INFO] [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom (5 KB at 2046.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom (3 KB at 1161.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom (4 KB at 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 998.0 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 1231.4 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 38029.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] 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] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-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] 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/common-java5/2.16/common-java5-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] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 50602.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar (37 KB at 18450.2 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 10ms
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtRepos: #get(jcabi/jcabi-github): jcabi/jcabi-github in 16ms
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtRepo: #coordinates(): jcabi/jcabi-github in 52?s
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtRepo: #labels(): https://api.github.com/repos/jcabi/jcabi-github/labels in 5ms
[INFO] [2;37mDEBUGm] pool-294-thread-2 com.jcabi.github.RtLabels: #iterate(): com.jcabi.github.RtPagination@4727cfaa in 3ms
[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 395ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 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: 15.756 s
[INFO] [INFO] Finished at: 2015-06-01T19:30:45+00:00
[INFO] [INFO] Final Memory: 25M/470M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] ..SUCCESS (19.4 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 39.9 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 447.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 167.7 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 244.9 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 367.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 76.9 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 261.3 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 514.2 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 15.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 78.1 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 13.3 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 13.7 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 24.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 218.4 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 52.3 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 240.1 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 42.9 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 45.9 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 96.4 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 25.6 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 282.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 1205.1 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 1823.6 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 3683.9 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 2499.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/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 2022.1 KB/sec)
[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/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[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 2978.8 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 408.1 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 195.6 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 755.4 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 1793.5 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 25.4 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 204.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 12834.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 43.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 35.0 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 875.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 249.5 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 67.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 9088.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (2 KB at 19.7 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 2776.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 993.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 13608.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (2 KB at 1696.3 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 30.4 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 59.0 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 298.6 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 214.3 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 117.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 52.4 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 154.0 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 83.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 228.1 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 292.1 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-bootstrap/1.8/gossip-bootstrap-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/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/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] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.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 16307.1 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 43628.8 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 100.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/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar (7 KB at 164.6 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-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 KB at 327.0 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (57 KB at 925.6 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar (16 KB at 358.9 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (60 KB at 672.7 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 473.6 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar (90 KB at 1460.4 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar (112 KB at 1255.4 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 5981.8 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 7851.3 KB/sec)
[INFO] [INFO] 38 attributes loaded from 26 stream(s) in 18ms, 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 877ms
[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 42ms
[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: 10.518 s
[INFO] [INFO] Finished at: 2015-06-01T19:30:59+00:00
[INFO] [INFO] Final Memory: 17M/391M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] ..SUCCESS (13.6 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]	 Passed: 2, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (default) @ jcabi-github ---
[INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom (3 KB at 5.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom (5 KB at 14.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (5 KB at 13.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (8 KB at 23.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (2 KB at 3.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom (5 KB at 12.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom (2 KB at 90.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom (6 KB at 268.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom (5 KB at 7.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom (18 KB at 43.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom (9 KB at 25.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom (5 KB at 23.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom (4 KB at 22.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom (4 KB at 13.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (2 KB at 77.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (6 KB at 223.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom (4 KB at 8.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (2 KB at 75.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (6 KB at 206.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (3 KB at 72.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2 KB at 64.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom (4 KB at 6.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom (10 KB at 17.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.pom (3 KB at 7.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (5 KB at 15.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom (6 KB at 210.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5 KB at 151.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (2 KB at 99.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar (8 KB at 15.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar (9 KB at 16.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar (13 KB at 25.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar (35 KB at 63.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloaded:9https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar (9 KB at 36.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar (34 KB at 99.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar (599 KB at 1205.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar (7 KB at 12.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.jar (30 KB at 69.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar (3537 KB at 3035.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 KB at 118.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar (7095 KB at 4158.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (78 KB at 207.7 KB/sec)
Downloaded:5https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (8 KB at 35.4 KB/sec)
Downloaded:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 158.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (115 KB at 186.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (52 KB at 2166.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (29 KB at 1134.2 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar (31 KB at 1006.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (370 KB at 6847.9 KB/sec)
[INFO] LICENSE found: file:/home/r/repo/LICENSE.txt
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] No Checkstyle violations found in 426 files
[INFO] No PMD violations found in 412 files
[INFO] /src/changes/changes.xml: to be validated
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] /src/it/basic-usage/pom.xml: to be validated
[INFO] /src/it/settings.xml: skipped
[INFO] /src/it/fat-jar/pom.xml: to be validated
[INFO] /src/site/site.xml: to be validated
[INFO] CodeNarc not required since no groovy files in /home/r/repo/src
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 3min
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ jcabi-github ---
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/1.0-SNAPSHOT/jcabi-github-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:36 min
[INFO] Finished at: 2015-06-01T19:34:08+00:00
[INFO] Final Memory: 61M/486M
[INFO] ------------------------------------------------------------------------
+ mvn clean
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-github 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github ---
[INFO] Deleting /home/r/repo/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.112 s
[INFO] Finished at: 2015-06-01T19:34:16+00:00
[INFO] Final Memory: 8M/276M
[INFO] ------------------------------------------------------------------------
++ pwd
+ pdd --source=/home/r/repo --verbose --file=/dev/null
INFO: "my version is 0.14.2"
INFO: "Ruby version is 1.9.3 at x86_64-linux"
INFO: "reading /home/r/repo"
INFO: "481 file(s) found"
INFO: "reading LICENSE.txt..."
INFO: "reading README.md..."
INFO: "reading appveyor.yml..."
INFO: "reading examples/README.md..."
INFO: "reading examples/search-repos/README.md..."
INFO: "reading examples/search-repos/pom.xml..."
INFO: "reading examples/search-repos/src/main/java/com/jcabi/Main.java..."
INFO: "reading examples/search-repos/src/main/java/com/jcabi/package-info.java..."
INFO: "reading pom.xml..."
INFO: "reading src/changes/changes.xml..."
INFO: "reading src/it/basic-usage/invoker.properties..."
INFO: "reading src/it/basic-usage/pom.xml..."
INFO: "reading src/it/basic-usage/src/main/java/com/jcabi/foo/Sample.java..."
INFO: "reading src/it/basic-usage/src/main/java/com/jcabi/foo/package-info.java..."
INFO: "reading src/it/basic-usage/src/test/java/com/jcabi/foo/SampleTest.java..."
INFO: "reading src/it/basic-usage/src/test/java/com/jcabi/foo/package-info.java..."
INFO: "reading src/it/basic-usage/src/test/resources/log4j.properties..."
INFO: "reading src/it/fat-jar/invoker.properties..."
INFO: "reading src/it/fat-jar/pom.xml..."
INFO: "reading src/it/settings.xml..."
INFO: "reading src/main/aspect/README.txt..."
INFO: "reading src/main/java/com/jcabi/github/Assignees.java..."
INFO: "reading src/main/java/com/jcabi/github/Blob.java..."
INFO: "reading src/main/java/com/jcabi/github/Blobs.java..."
INFO: "reading src/main/java/com/jcabi/github/Bulk.java..."
INFO: "reading src/main/java/com/jcabi/github/Collaborators.java..."
INFO: "reading src/main/java/com/jcabi/github/Comment.java..."
INFO: "reading src/main/java/com/jcabi/github/Comments.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/Commit.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/Commits.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/CommitsComparison.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/Content.java...&quot;
INFO: "reading src/main/java/com/jcabi/github/Contents.java..."
INFO: "reading src/main/java/com/jcabi/github/Coordinates.java..."
INFO: "reading src/main/java/com/jcabi/github/DeployKey.java..."
INFO: "reading src/main/java/com/jcabi/github/DeployKeys.java..."
INFO: "reading src/main/java/com/jcabi/github/Event.java..."
INFO: "reading src/main/java/com/jcabi/github/Fork.java..."
INFO: "reading src/main/java/com/jcabi/github/Forks.java..."
INFO: "reading src/main/java/com/jcabi/github/Gist.java..."
INFO: "reading src/main/java/com/jcabi/github/GistComment.java..."
INFO: "reading src/main/java/com/jcabi/github/GistComments.java..."
INFO: "reading src/main/java/com/jcabi/github/Gists.java..."
INFO: "reading src/main/java/com/jcabi/github/Git.java..."
INFO: "reading src/main/java/com/jcabi/github/GitHubThread.java..."
INFO: "reading src/main/java/com/jcabi/github/Github.java..."
INFO: "reading src/main/java/com/jcabi/github/Gitignores.java..."
INFO: "reading src/main/java/com/jcabi/github/Hook.java..."
INFO: "reading src/main/java/com/jcabi/github/Hooks.java..."
INFO: "reading src/main/java/com/jcabi/github/Issue.java..."
INFO: "reading src/main/java/com/jcabi/github/IssueEvents.java..."
INFO: "reading src/main/java/com/jcabi/github/IssueLabels.java..."
INFO: "reading src/main/java/com/jcabi/github/Issues.java..."
INFO: "reading src/main/java/com/jcabi/github/JsonPatchable.java..."
INFO: "reading src/main/java/com/jcabi/github/JsonReadable.java..."
INFO: "reading src/main/java/com/jcabi/github/Label.java..."
INFO: "reading src/main/java/com/jcabi/github/Labels.java..."
INFO: "reading src/main/java/com/jcabi/github/Language.java..."
INFO: "reading src/main/java/com/jcabi/github/Limit.java..."
INFO: "reading src/main/java/com/jcabi/github/Limits.java..."
INFO: "reading src/main/java/com/jcabi/github/Markdown.java..."
INFO: "reading src/main/java/com/jcabi/github/MergeState.java..."
INFO: "reading src/main/java/com/jcabi/github/Milestone.java..."
INFO: "reading src/main/java/com/jcabi/github/Milestones.java..."
INFO: "reading src/main/java/com/jcabi/github/Notification.java..."
INFO: "reading src/main/java/com/jcabi/github/Notifications.java..."
INFO: "reading src/main/java/com/jcabi/github/Organization.java..."
INFO: "reading src/main/java/com/jcabi/github/Organizations.java..."
INFO: "reading src/main/java/com/jcabi/github/PublicKey.java..."
INFO: "reading src/main/java/com/jcabi/github/PublicKeys.java..."
INFO: "reading src/main/java/com/jcabi/github/Pull.java..."
INFO: "reading src/main/java/com/jcabi/github/PullComment.java..."
INFO: "reading src/main/java/com/jcabi/github/PullComments.java..."
INFO: "reading src/main/java/com/jcabi/github/Pulls.java..."
INFO: "reading src/main/java/com/jcabi/github/Reference.java..."
INFO: "reading src/main/java/com/jcabi/github/References.java..."
INFO: "reading src/main/java/com/jcabi/github/Release.java..."
INFO: "reading src/main/java/com/jcabi/github/ReleaseAsset.java..."
INFO: "reading src/main/java/com/jcabi/github/ReleaseAssets.java..."
INFO: "reading src/main/java/com/jcabi/github/Releases.java..."
INFO: "reading src/main/java/com/jcabi/github/Repo.java..."
INFO: "reading src/main/java/com/jcabi/github/RepoCommit.java..."
INFO: "reading src/main/java/com/jcabi/github/RepoCommits.java..."
INFO: "reading src/main/java/com/jcabi/github/Repos.java..."
INFO: "puzzle 1095-deaa3e41 30/IMP at src/main/java/com/jcabi/github/Repos.java"
INFO: "reading src/main/java/com/jcabi/github/RtAssignees.java..."
INFO: "reading src/main/java/com/jcabi/github/RtBlob.java..."
INFO: "reading src/main/java/com/jcabi/github/RtBlobs.java..."
INFO: "reading src/main/java/com/jcabi/github/RtCollaborators.java..."
INFO: "reading src/main/java/com/jcabi/github/RtComment.java..."
INFO: "reading src/main/java/com/jcabi/github/RtComments.java..."
INFO: "reading src/main/java/com/jcabi/github/RtCommit.java..."
INFO: "reading src/main/java/com/jcabi/github/RtCommits.java..."
INFO: "reading src/main/java/com/jcabi/github/RtCommitsComparison.java..."
INFO: "reading src/main/java/com/jcabi/github/RtContent.java..."
INFO: "reading src/main/java/com/jcabi/github/RtContents.java..."
INFO: "reading src/main/java/com/jcabi/github/RtDeployKey.java..."
INFO: "reading src/main/java/com/jcabi/github/RtDeployKeys.java..."
INFO: "reading src/main/java/com/jcabi/github/RtEvent.java..."
INFO: "reading src/main/java/com/jcabi/github/RtFork.java..."
INFO: "reading src/main/java/com/jcabi/github/RtForks.java..."
INFO: "reading src/main/java/com/jcabi/github/RtGist.java..."
INFO: "reading src/main/java/com/jcabi/github/RtGistComment.java..."
INFO: "reading src/main/java/com/jcabi/github/RtGistComments.java..."
INFO: "reading src/main/java/com/jcabi/github/RtGists.java..."
INFO: "reading src/main/java/com/jcabi/github/RtGit.java..."
INFO: "reading src/main/java/com/jcabi/github/RtGithub.java..."
INFO: "reading src/main/java/com/jcabi/github/RtGitignores.java..."
INFO: "reading src/main/java/com/jcabi/github/RtHook.java..."
INFO: "reading src/main/java/com/jcabi/github/RtHooks.java..."
INFO: "reading src/main/java/com/jcabi/github/RtIssue.java..."
INFO: "reading src/main/java/com/jcabi/github/RtIssueEvents.java..."
INFO: "reading src/main/java/com/jcabi/github/RtIssueLabels.java..."
INFO: "reading src/main/java/com/jcabi/github/RtIssues.java..."
INFO: "reading src/main/java/com/jcabi/github/RtJson.java..."
INFO: "reading src/main/java/com/jcabi/github/RtLabel.java..."
INFO: "reading src/main/java/com/jcabi/github/RtLabels.java..."
INFO: "reading src/main/java/com/jcabi/github/RtLanguage.java..."
INFO: "reading src/main/java/com/jcabi/github/RtLimit.java..."
INFO: "reading src/main/java/com/jcabi/github/RtLimits.java..."
INFO: "reading src/main/java/com/jcabi/github/RtMarkdown.java..."
INFO: "reading src/main/java/com/jcabi/github/RtMilestone.java..."
INFO: "reading src/main/java/com/jcabi/github/RtMilestones.java..."
INFO: "reading src/main/java/com/jcabi/github/RtNotification.java..."
INFO: "reading src/main/java/com/jcabi/github/RtNotifications.java..."
INFO: "puzzle 913-3f99f964 30/IMP at src/main/java/com/jcabi/github/RtNotifications.java"
INFO: "reading src/main/java/com/jcabi/github/RtOrganization.java..."
INFO: "reading src/main/java/com/jcabi/github/RtOrganizations.java..."
INFO: "reading src/main/java/com/jcabi/github/RtPagination.java..."
INFO: "reading src/main/java/com/jcabi/github/RtPublicKey.java..."
INFO: "reading src/main/java/com/jcabi/github/RtPublicKeys.java..."
INFO: "reading src/main/java/com/jcabi/github/RtPull.java..."
INFO: "reading src/main/java/com/jcabi/github/RtPullComment.java..."
INFO: "reading src/main/java/com/jcabi/github/RtPullComments.java..."
INFO: "reading src/main/java/com/jcabi/github/RtPulls.java..."
INFO: "reading src/main/java/com/jcabi/github/RtReference.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtReferences.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtRelease.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtReleaseAsset.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtReleaseAssets.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtReleases.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtRepo.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtRepoCommit.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtRepoCommits.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtRepos.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtSearch.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtSearchPagination.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtStars.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtStatus.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtStatuses.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtTag.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/RtTags.java..."
INFO: "reading src/main/java/com/jcabi/github/RtTree.java..."
INFO: "reading src/main/java/com/jcabi/github/RtTrees.java..."
INFO: "reading src/main/java/com/jcabi/github/RtUser.java..."
INFO: "puzzle 913-32975020 30/IMP at src/main/java/com/jcabi/github/RtUser.java"
INFO: "reading src/main/java/com/jcabi/github/RtUserEmails.java..."
INFO: "reading src/main/java/com/jcabi/github/RtUsers.java..."
INFO: "reading src/main/java/com/jcabi/github/RtValuePagination.java..."
INFO: "reading src/main/java/com/jcabi/github/Search.java..."
INFO: "reading src/main/java/com/jcabi/github/SmartJson.java..."
INFO: "reading src/main/java/com/jcabi/github/Smarts.java..."
INFO: "reading src/main/java/com/jcabi/github/Stars.java..."
INFO: "reading src/main/java/com/jcabi/github/Status.java..."
INFO: "reading src/main/java/com/jcabi/github/Statuses.java..."
INFO: "reading src/main/java/com/jcabi/github/StringEnum.java..."
INFO: "reading src/main/java/com/jcabi/github/Tag.java..."
INFO: "reading src/main/java/com/jcabi/github/Tags.java..."
INFO: "reading src/main/java/com/jcabi/github/ThreadSubscription.java..."
INFO: "puzzle 913-504d1bd2 30/IMP at src/main/java/com/jcabi/github/ThreadSubscription.java"
INFO: "reading src/main/java/com/jcabi/github/Tree.java..."
INFO: "reading src/main/java/com/jcabi/github/Trees.java..."
INFO: "reading src/main/java/com/jcabi/github/User.java..."
INFO: "reading src/main/java/com/jcabi/github/UserEmails.java..."
INFO: "reading src/main/java/com/jcabi/github/Users.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/ImmutableReentrantLock.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/JsonNode.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/JsonPatch.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkAssignees.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkBlob.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkBlobs.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkCollaborators.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkComment.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkComments.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkCommit.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkCommits.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkCommitsComparison.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkContent.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkContents.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkDeployKey.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkDeployKeys.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkEvent.java..."
INFO: "puzzle 1063-59da9a37 30/IMP at src/main/java/com/jcabi/github/mock/MkEvent.java"
INFO: "reading src/main/java/com/jcabi/github/mock/MkFork.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkForks.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkGist.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkGists.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkGit.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkGithub.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkGitignores.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkHook.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkHooks.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkIssue.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkIssueEvents.java..."
INFO: "puzzle 1063-0509ffcb 30/IMP at src/main/java/com/jcabi/github/mock/MkIssueEvents.java"
INFO: "reading src/main/java/com/jcabi/github/mock/MkIssueLabels.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkIssues.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkIterable.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkLabel.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkLabels.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkLimits.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkMarkdown.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkMilestone.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkMilestones.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkNotifications.java..."
INFO: "puzzle 920-82c5cb6b 0/IMP at src/main/java/com/jcabi/github/mock/MkNotifications.java"
INFO: "puzzle 913-9c17e827 30/IMP at src/main/java/com/jcabi/github/mock/MkNotifications.java"
INFO: "reading src/main/java/com/jcabi/github/mock/MkOrganizations.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkPublicKey.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkPublicKeys.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkPull.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkPullComment.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkPullComments.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkPulls.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkReference.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkReferences.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkRelease.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkReleaseAsset.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkReleaseAssets.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkReleases.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkRepo.java..."
INFO: "puzzle 1061-5da99a0c 0/IMP at src/main/java/com/jcabi/github/mock/MkRepo.java"
INFO: "reading src/main/java/com/jcabi/github/mock/MkRepoCommit.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkRepoCommits.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkRepos.java..."
INFO: "reading src/main/java/com/jcabi/github/mock/MkSearch.java..."
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkStars.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkStorage.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkTag.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkTags.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkTree.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkTrees.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkUser.java...&quot;
INFO: &quot;puzzle 913-743027ac 30/IMP at src/main/java/com/jcabi/github/mock/MkUser.java&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkUserEmails.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/MkUsers.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/mock/package-info.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/package-info.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/wire/CarefulWire.java...&quot;
INFO: &quot;reading src/main/java/com/jcabi/github/wire/RetryCarefulWire.java..."
INFO: "reading src/main/java/com/jcabi/github/wire/package-info.java..."
INFO: "reading src/site/apt/index.apt.vm..."
INFO: "reading src/site/apt/respect-limits.apt.vm..."
INFO: "reading src/site/resources/CNAME..."
INFO: "reading src/site/site.xml..."
INFO: "reading src/test/java/com/jcabi/github/BulkTest.java..."
INFO: "reading src/test/java/com/jcabi/github/ClasspathRule.java..."
INFO: "reading src/test/java/com/jcabi/github/CommitsComparisonTest.java..."
INFO: "reading src/test/java/com/jcabi/github/ContentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/DeployKeyTest.java..."
INFO: "reading src/test/java/com/jcabi/github/ForkTest.java..."
INFO: "reading src/test/java/com/jcabi/github/ImmutabilityTest.java..."
INFO: "reading src/test/java/com/jcabi/github/IssueLabelsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/IssueTest.java..."
INFO: "reading src/test/java/com/jcabi/github/LabelTest.java..."
INFO: "reading src/test/java/com/jcabi/github/LimitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/MilestoneTest.java..."
INFO: "reading src/test/java/com/jcabi/github/NullabilityTest.java..."
INFO: "reading src/test/java/com/jcabi/github/OAuthScope.java..."
INFO: "puzzle 975-0a524603 30/IMP at src/test/java/com/jcabi/github/OAuthScope.java"
INFO: "reading src/test/java/com/jcabi/github/OrganizationTest.java..."
INFO: "reading src/test/java/com/jcabi/github/PublicKeyTest.java..."
INFO: "reading src/test/java/com/jcabi/github/PullCommentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/PullTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RandomPort.java..."
INFO: "reading src/test/java/com/jcabi/github/ReleaseAssetTest.java..."
INFO: "reading src/test/java/com/jcabi/github/ReleaseTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RepoCommitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RepoRule.java..."
INFO: "reading src/test/java/com/jcabi/github/RepoTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtAssigneesITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtAssigneesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtBlobsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtBlobsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtCollaboratorsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtCommentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtCommitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtCommitsComparisonTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtCommitsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtContentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtContentsITCase.java..."
INFO: "puzzle 863-4e783bd3 0/IMP at src/test/java/com/jcabi/github/RtContentsITCase.java"
INFO: "reading src/test/java/com/jcabi/github/RtContentsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtDeployKeyTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtDeployKeysITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtDeployKeysTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtEventTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtForkTest.java..."
INFO: "puzzle 989-33d6f233 0/IMP at src/test/java/com/jcabi/github/RtForkTest.java"
INFO: "reading src/test/java/com/jcabi/github/RtForksITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtForksTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistCommentITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistCommentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistCommentsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistCommentsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGistsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGithubITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGithubTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGitignoresITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtGitignoresTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtHookTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtHooksITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtHooksTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtIssueITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtIssueLabelsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtIssueTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtIssuesITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtIssuesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtJsonTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtLabelTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtLabelsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtLabelsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtLimitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtLimitsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtMarkdownITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtMarkdownTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtMilestonesITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtMilestonesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtNotificationsITestCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtNotificationsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtOrganizationTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtOrganizationsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtOrganizationsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtPaginationTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPublicKeyITCase.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPublicKeyTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPublicKeysITCase.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPublicKeysTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPullCommentTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPullCommentsTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPullTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtPullsTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtReferenceTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtReferencesITCase.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtReferencesTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtReleaseAssetITCase.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtReleaseAssetTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/RtReleaseAssetsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtReleaseAssetsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtReleaseITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtReleaseTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtReleasesITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtReleasesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtRepoCommitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtRepoCommitsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtRepoCommitsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtRepoITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtRepoTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtReposITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtReposTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtSearchITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtSearchPaginationTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtSearchTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtStarsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtStarsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtStatusesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtTagITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtTagTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtTagsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtTagsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtTreesITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtTreesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtUserEmailsITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtUserEmailsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtUserITCase.java..."
INFO: "reading src/test/java/com/jcabi/github/RtUserTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtUsersTest.java..."
INFO: "reading src/test/java/com/jcabi/github/RtValuePaginationTest.java..."
INFO: "reading src/test/java/com/jcabi/github/SmartJsonTest.java..."
INFO: "reading src/test/java/com/jcabi/github/SmartsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/VisibilityTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/JsonNodeTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/JsonPatchTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkAssigneesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkBlobsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkCollaboratorsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkCommentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkCommentsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkCommitsComparisonTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkCommitsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkContentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkContentsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkDeployKeysTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkEventTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkForkTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkForksTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkGistTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkGistsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkGitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkGithubTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkGitignoresTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkHooksTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkIssueEventsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkIssueLabelsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkIssueTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkIssuesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkLabelsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkLimitsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkMarkdownTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkMilestoneTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkMilestonesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkOrganizationsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkPublicKeyTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkPublicKeysTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkPullCommentTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkPullCommentsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkPullTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkPullsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkReferenceTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkReferencesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkReleaseAssetTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkReleaseAssetsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkReleaseTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkReleasesTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkRepoCommitTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkRepoCommitsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkRepoTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkReposTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkSearchTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkStarsTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkStorageTest.java..."
INFO: "reading src/test/java/com/jcabi/github/mock/MkTagTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/mock/MkTagsTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/mock/MkTreeTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/mock/MkTreesTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/mock/MkUserEmailsTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/mock/MkUserTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/mock/package-info.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/package-info.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/wire/CarefulWireTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/wire/RetryCarefulWireTest.java...&quot;
INFO: &quot;reading src/test/java/com/jcabi/github/wire/package-info.java...&quot;
INFO: &quot;reading src/test/resources/META-INF/MANIFEST.MF...&quot;
INFO: &quot;reading src/test/resources/META-INF/services/javax.xml.parsers.DocumentBuilderFactory...&quot;
INFO: &quot;reading src/test/resources/log4j.properties..."
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:jcabi/jcabi-github.git
   71be784..8816c6c  master -> master