+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 30442
+ echo '1.57.5 ab68a5e'
1.57.5 ab68a5e
+ date
Sat Oct 3 16:54:08 UTC 2015
+ uptime
16:54:08 up 31 days, 5:16, 0 users, load average: 0.96, 0.83, 0.43
+ head=git@github.com:jcabi/jcabi-http.git
+ head_branch=master
+ tag=1.13
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:jcabi/jcabi-http.git' '--env=head_branch=master' '--env=tag=1.13')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo gem install pdd' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Psite --errors --settings ../settings.xml || echo '\''site-deploy failed'\''' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=jcabi_jcabi-http_113
+ 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-http.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 versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Psite --errors --settings ../settings.xml || echo '\''site-deploy failed'\''' ';'
+ rm -rf .gpg
+ '[' -z 1.13 ']'
+ [[ 1.13 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "1.13"'
tag name is valid: "1.13"
+ cd repo
++ git tag -l 1.13
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.43
++ echo 0.43 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.43, low enough to run a new Docker container'
load average is 0.43, 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 ...
444c08c3fbe7: Pulling image (latest) from docker.io/yegor256/rultor
444c08c3fbe7: Pulling image (latest) from docker.io/yegor256/rultor, endpoint: https://registry-1.docker.io/v1/
444c08c3fbe7: Pulling dependent layers
d3a1f33e8a5a: Download complete
c22013c84729: Download complete
d74508fb6632: Download complete
91e54dfb1179: Download complete
4af46acaa669: Download complete
2e11b6cf9d6e: Download complete
70d7e3cd5a7f: Download complete
f45f557bfbf6: Download complete
eea2cf020c28: Download complete
d8a1e42f3f87: Download complete
e36683de5c39: Download complete
07d48fae7075: Download complete
e138b4fae811: Download complete
c0a290add126: Download complete
5747000cbdda: Download complete
8e2f08caefd2: Download complete
63132ce95cf9: Download complete
a475f3b8ce97: Download complete
27e0ceef730b: Download complete
4d00a4c6cd41: Download complete
29e06c43a77b: Download complete
8054ba5cd629: Download complete
31f9e09effcc: Download complete
4c1a845273bb: Download complete
443a6d219365: Download complete
c0578e4945a2: Download complete
1815f93c8b2b: Download complete
8c4960411fed: Download complete
74fe5a9dcac6: Download complete
8f39f3d3d634: Download complete
41386c0ee11b: Download complete
ebf2db7c2666: Download complete
5ef27274f299: Download complete
4af278cb9373: Download complete
9397cce4683f: Download complete
6c7963957ba4: Download complete
5d3509e403e3: Download complete
0b3718b20e4d: Download complete
9d37ac315982: Download complete
e6eee93944ed: Download complete
32e81867f9da: Download complete
444c08c3fbe7: Download complete
444c08c3fbe7: Download complete
Status: Image is up to date for docker.io/yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi-http_113\s*$'
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-ObAn:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:jcabi/jcabi-http.git --env=head_branch=master --env=tag=1.13 --privileged=true --hostname=docker --memory=6g --cidfile=/tmp/rultor-ObAn/cid -w=/main --name=jcabi_jcabi-http_113 yegor256/rultor /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.gem /root/.java /root/.m2 /root/.profile /home/r
+ cp -R ./cid ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./s3cfg ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ sudo gem install pdd
Building native extensions. This could take a while...
Building native extensions. This could take a while...
ruby-filemagic-0.6.1 [2014-08-19]:
* Account for options passed to FileMagic.fm (issue #7 reported by Adam
Wróbel).
Successfully installed nokogiri-1.6.5
Successfully installed ruby-filemagic-0.6.1
Successfully installed slop-3.6.0
Successfully installed rake-10.4.2
Successfully installed pdd-0.15
5 gems installed
Installing ri documentation for nokogiri-1.6.5...
Installing ri documentation for ruby-filemagic-0.6.1...
Installing ri documentation for slop-3.6.0...
Installing ri documentation for rake-10.4.2...
Installing ri documentation for pdd-0.15...
Installing RDoc documentation for nokogiri-1.6.5...
Installing RDoc documentation for ruby-filemagic-0.6.1...
Installing RDoc documentation for slop-3.6.0...
Installing RDoc documentation for rake-10.4.2...
Installing RDoc documentation for pdd-0.15...
+ mvn versions:set -DnewVersion=1.13
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 4.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6 KB at 283.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 KB at 561.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom (20 KB at 788.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar (125 KB at 2890.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.pom (6 KB at 134.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-plugins-parent/0.10/github-maven-plugins-parent-0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-plugins-parent/0.10/github-maven-plugins-parent-0.10.pom (8 KB at 205.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.jar (17 KB at 511.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.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 325.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar (28 KB at 719.6 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 744.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar (212 KB at 4065.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 524.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 1677.7 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 232.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar (34 KB at 1453.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom (8 KB at 388.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar (34 KB at 1654.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom (13 KB at 235.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar (32 KB at 797.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom (10 KB at 185.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar (28 KB at 651.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 KB at 200.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 KB at 613.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom (10 KB at 214.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar (67 KB at 1716.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.pom (9 KB at 312.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.jar (47 KB at 1364.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (5 KB at 212.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (31 KB at 1543.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom (20 KB at 918.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar (209 KB at 1553.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom (9 KB at 448.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar (67 KB at 3153.9 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 560.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar (100 KB at 4333.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 KB at 802.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (360 KB at 10566.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom (11 KB at 510.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom (5 KB at 236.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar (50 KB at 2462.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom (7 KB at 324.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar (31 KB at 1457.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom (10 KB at 474.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar (85 KB at 4047.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (15 KB at 332.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (26 KB at 607.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar (237 KB at 4919.8 KB/sec)
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-http 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.1:set (default-cli) @ jcabi-http ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (3 KB at 118.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (3 KB at 109.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (5 KB at 213.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (8 KB at 376.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (3 KB at 149.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (3 KB at 108.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (3 KB at 115.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (3 KB at 124.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (3 KB at 113.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (2 KB at 75.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 90.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 636.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2 KB at 100.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom (2 KB at 69.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (3 KB at 108.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom (4 KB at 166.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom (5 KB at 234.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom (12 KB at 592.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom (4 KB at 154.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom (2 KB at 82.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom (3 KB at 125.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom (4 KB at 207.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (2 KB at 66.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 24.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6 KB at 293.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 40.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom (2 KB at 28.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 87.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (509 KB at 8075.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloaded:1http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 KB at 1825.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (10 KB at 382.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (12 KB at 410.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (11 KB at 414.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (19 KB at 568.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (145 KB at 6039.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 KB at 521.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (47 KB at 1614.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (50 KB at 1383.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 KB at 628.0 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar (35 KB at 1182.1 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (157 KB at 5400.8 KB/sec)
Downloaded:4http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 1035.7 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 10124.2 KB/sec)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing com.jcabi:jcabi-http
[INFO] Updating project com.jcabi:jcabi-http
[INFO] from version 2.0-SNAPSHOT to 1.13
Props: {project.version=1.13, project.parent.version=1.17, project.parent.groupId=com.jcabi, project.artifactId=jcabi-http, project.groupId=com.jcabi, project.parent.artifactId=jcabi}
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.294 s
[INFO] Finished at: 2015-10-03T16:55:33+00:00
[INFO] Final Memory: 20M/283M
[INFO] ------------------------------------------------------------------------
+ git commit -am 1.13
[__rultor 7ffb876] 1.13
1 file changed, 1 insertion(+), 1 deletion(-)
+ mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom (12 KB at 342.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom (3 KB at 134.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom (18 KB at 659.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 39.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 KB at 975.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom (3 KB at 86.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 144.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (5 KB at 177.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (9 KB at 408.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (5 KB at 240.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (3 KB at 133.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 KB at 1333.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (6 KB at 241.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2 KB at 96.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3 KB at 144.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2 KB at 99.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (3 KB at 99.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (7 KB at 287.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (4 KB at 167.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (3 KB at 101.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (5 KB at 207.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (4 KB at 174.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (3 KB at 92.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (4 KB at 178.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (4 KB at 146.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2 KB at 99.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (5 KB at 187.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (5 KB at 191.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (5 KB at 211.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (5 KB at 218.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3 KB at 140.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (4 KB at 156.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6 KB at 279.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 KB at 1090.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (4 KB at 176.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 KB at 852.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloading: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (2 KB at 34.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 KB at 166.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 KB at 457.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 20.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 82.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (2 KB at 84.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 KB at 561.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 39.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 KB at 951.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (3 KB at 110.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (11 KB at 483.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 KB at 951.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (7 KB at 343.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (7 KB at 319.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (4 KB at 183.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 267.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 790.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (2 KB at 50.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (3 KB at 108.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (2 KB at 38.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6 KB at 161.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (6 KB at 134.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (4 KB at 53.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (4 KB at 76.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (2 KB at 47.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (5 KB at 100.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (5 KB at 224.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (5 KB at 207.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 KB at 435.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 KB at 760.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (3 KB at 101.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5 KB at 119.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 KB at 393.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 KB at 362.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloading:2https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloading:2https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (520 KB at 6655.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
Downloaded:5https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (561 KB at 6834.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (36 KB at 849.1 KB/sec)
Downloading:1https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (194 KB at 3515.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (17 KB at 334.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloading:9https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
Downloaded:8https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (31 KB at 643.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (27 KB at 548.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloading:9https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (893 KB at 9398.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 KB at 413.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (418 KB at 6847.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (265 KB at 4334.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (14 KB at 434.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 872.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloading:1http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar (16 KB at 489.6 KB/sec)
Downloading:1http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 369.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10 KB at 486.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar (243 KB at 4331.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (206 KB at 3487.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 KB at 1029.2 KB/sec)
Downloading:2http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 KB at 546.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 937.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (157 KB at 2848.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 KB at 816.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (7 KB at 293.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded:7http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (128 KB at 3760.0 KB/sec)
Downloading:7http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (457 KB at 7864.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 8107.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 KB at 1156.2 KB/sec)
Downloaded:5http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (119 KB at 3029.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (49 KB at 2040.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 10117.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 6658.5 KB/sec)
[INFO] Inspecting build with total of 1 modules...
[INFO] Not installing Nexus Staging features:
[INFO] * Preexisting staging related goal bindings found in 1 modules.
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-http 1.13
[INFO] ------------------------------------------------------------------------
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 315.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom (7 KB at 181.4 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 1265.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.pom (7 KB at 339.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.jar (44 KB at 2072.4 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 97.7 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 242.2 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 133.7 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 32.8 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 49.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.pom (10 KB at 269.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.pom
Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.pom (17 KB at 847.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom (157 B at 4.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-servlet-webserver/1.9.61/grizzly-servlet-webserver-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.61/grizzly-servlet-webserver-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.61/grizzly-servlet-webserver-1.9.61.pom (7 KB at 342.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-project/1.9.61/grizzly-project-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-project/1.9.61/grizzly-project-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-project/1.9.61/grizzly-project-1.9.61.pom (22 KB at 1145.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-http/1.9.61/grizzly-http-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.61/grizzly-http-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.61/grizzly-http-1.9.61.pom (5 KB at 273.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-framework/1.9.61/grizzly-framework-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.61/grizzly-framework-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.61/grizzly-framework-1.9.61.pom (6 KB at 192.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-utils/1.9.61/grizzly-utils-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.61/grizzly-utils-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.61/grizzly-utils-1.9.61.pom (7 KB at 367.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-lzma/1.9.61/grizzly-lzma-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.61/grizzly-lzma-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.61/grizzly-lzma-1.9.61.pom (5 KB at 222.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-extra/1.9.61/grizzly-extra-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-extra/1.9.61/grizzly-extra-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-extra/1.9.61/grizzly-extra-1.9.61.pom (3 KB at 160.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-rcm/1.9.61/grizzly-rcm-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.61/grizzly-rcm-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.61/grizzly-rcm-1.9.61.pom (5 KB at 219.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-portunif/1.9.61/grizzly-portunif-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.61/grizzly-portunif-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.61/grizzly-portunif-1.9.61.pom (4 KB at 222.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-http-servlet/1.9.61/grizzly-http-servlet-1.9.61.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.61/grizzly-http-servlet-1.9.61.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.61/grizzly-http-servlet-1.9.61.pom (6 KB at 309.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom (11 KB at 537.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.8.1/jsoup-1.8.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.8.1/jsoup-1.8.1.pom (7 KB at 139.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.pom (24 KB at 796.0 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 41.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom (2 KB at 50.4 KB/sec)
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-aspects/0.20.1/jcabi-aspects-0.20.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
Downloaded:3https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 641.7 KB/sec)
Downloading:6https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.jar
Downloaded:7https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.jar (42 KB at 973.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar (115 KB at 2494.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar
Downloaded:4https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar (79 KB at 1448.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-servlet-webserver/1.9.61/grizzly-servlet-webserver-1.9.61.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-http/1.9.61/grizzly-http-1.9.61.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.jar (50 KB at 1405.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-framework/1.9.61/grizzly-framework-1.9.61.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-rcm/1.9.61/grizzly-rcm-1.9.61.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-portunif/1.9.61/grizzly-portunif-1.9.61.jar
Downloaded: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar (49 KB at 1426.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-utils/1.9.61/grizzly-utils-1.9.61.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-lzma/1.9.61/grizzly-lzma-1.9.61.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/grizzly/grizzly-http-servlet/1.9.61/grizzly-http-servlet-1.9.61.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.18.1/jersey-client-1.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (1159 KB at 11033.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.8.1/jsoup-1.8.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12-beta-3/junit-4.12-beta-3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 176.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.8.1/jsoup-1.8.1.jar (294 KB at 4519.9 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 4523.0 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.8/mockito-core-1.10.8.jar (1123 KB at 12614.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.61/grizzly-servlet-webserver-1.9.61.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.61/grizzly-http-1.9.61.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.61/grizzly-framework-1.9.61.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.61/grizzly-rcm-1.9.61.jar
Downloaded:1http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.jar (101 KB at 4549.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.61/grizzly-portunif-1.9.61.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.61/grizzly-rcm-1.9.61.jar (11 KB at 425.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.61/grizzly-utils-1.9.61.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.61/grizzly-http-1.9.61.jar (186 KB at 5998.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.61/grizzly-lzma-1.9.61.jar
Downloaded:6http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.61/grizzly-portunif-1.9.61.jar (20 KB at 772.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.61/grizzly-http-servlet-1.9.61.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.61/grizzly-framework-1.9.61.jar (240 KB at 4889.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.18.1/jersey-client-1.18.1.jar
Downloaded:3http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.61/grizzly-lzma-1.9.61.jar (55 KB at 1690.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.61/grizzly-http-servlet-1.9.61.jar (73 KB at 3005.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.61/grizzly-servlet-webserver-1.9.61.jar (1151 KB at 14942.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.18.1/jersey-client-1.18.1.jar (131 KB at 4086.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.61/grizzly-utils-1.9.61.jar (488 KB at 8123.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.jar (572 KB at 8408.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar (669 KB at 10953.5 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-http ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-http ---
[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: 7ffb876 at timestamp: 2015-10-03T16:55:43
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-http ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-http ---
[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-http ---
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 38.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 185.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 35.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 39.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 63.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 222.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 6560.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 1109.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 882.2 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jcabi-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jcabi-http ---
[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
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.jcabi.http.request.FakeRequestTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:12345 /see-FakeRequest-class/helloall): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET google.com /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:12345 /see-FakeRequest-class/binContent): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 sec - in com.jcabi.http.request.FakeRequestTest
Running com.jcabi.http.wire.UserAgentWireTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48611
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48611 /): [200 OK] in 79ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48611
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.5 sec - in com.jcabi.http.wire.UserAgentWireTest
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Running com.jcabi.http.wire.CookieOptimizingWireTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37632
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37632/):
HTTP Request (com.jcabi.http.request.BaseRequest):
Cookie: second=initial-value
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37632/]
Date:
Content-Length: 0
Location: /a
Set-Cookie: third=B; path=/
Set-Cookie: second=; path=/
Set-Cookie: first=A; path=/
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left
<<empty>>
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37632 /): [200 OK] in 236ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37632/a):
HTTP Request (com.jcabi.http.request.BaseRequest):
Cookie: first=A; third=B
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37632/a]
Date: Sat, 03 Oct 2015 16:55:49 GMT
Content-Length: 0
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #2, 1 answer(s) left
<<empty>>
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37632 /a): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37632
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49313
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:49313/):
HTTP Request (com.jcabi.http.request.BaseRequest):
Cookie: alpha=boom5
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:49313/]
Date: Sat, 03 Oct 2015 16:55:49 GMT
Content-Length: 0
Location: /
Set-Cookie: gamma=something; path=/
Set-Cookie: alpha=boom1; path=/
Set-Cookie: beta=something; path=/
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left
<<empty>>
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49313 /): [200 OK] in 209ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:49313/):
HTTP Request (com.jcabi.http.request.BaseRequest):
Cookie: beta=something; gamma=something; alpha=boom1
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:49313/]
Date: Sat, 03 Oct 2015 16:55:49 GMT
Content-Length: 0
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #2, 1 answer(s) left
<<empty>>
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:49313 /): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49313
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.595 sec - in com.jcabi.http.wire.CookieOptimizingWireTest
Running com.jcabi.http.response.WebLinkingResponseTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost /test): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.jcabi.http.response.WebLinkingResponseTest
Running com.jcabi.http.mock.MkQueryMatchersTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec - in com.jcabi.http.mock.MkQueryMatchersTest
Running com.jcabi.http.mock.MkAnswerMatchersTest
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.http.mock.MkAnswerMatchersTest
Running com.jcabi.http.wire.TrustedWireTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46587
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46587 /): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46587
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 sec - in com.jcabi.http.wire.TrustedWireTest
Running com.jcabi.http.response.JsonResponseTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [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
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [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: 0.032 sec - in com.jcabi.http.response.JsonResponseTest
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Running com.jcabi.http.mock.MkContainerTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40427
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.wire.VerboseWire: #send(POST http://localhost:40427/):
HTTP Request (com.jcabi.http.request.BaseRequest):
reqBodyMatches
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:40427/]
Date: Sat, 03 Oct 2015 16:55:51 GMT
Content-Length: 15
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left
respBodyMatches
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:40427 /): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.wire.VerboseWire: #send(POST http://localhost:40427/):
HTTP Request (com.jcabi.http.request.BaseRequest):
reqBodyMismatches
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:40427/]
Date: Sat, 03 Oct 2015 16:55:51 GMT
Content-Length: 4
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #2, 1 answer(s) left
bleh
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:40427 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40427
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33083
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:33083/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
500 Internal Server Error [http://localhost:33083/]
Date: Sat, 03 Oct 2015 16:55:51 GMT
Content-Length: 1462
Connection: close
Content-Type: text/plain; charset=iso-8859-1
java.util.NoSuchElementException: No matching answers found.
at com.jcabi.http.mock.MkGrizzlyAdapter.service(MkGrizzlyAdapter.java:131)
at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapterChain.java:196)
at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:850)
at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:747)
at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1032)
at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:231)
at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
at java.lang.Thread.run(Thread.java:745)
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33083 /): [500 Internal Server Error] in 6ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33083
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36439
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:36439/):
HTTP Request (com.jcabi.http.request.BaseRequest):
X-Something: text/html
X-Something: text/xml
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:36439/]
Date: Sat, 03 Oct 2015 16:55:51 GMT
Content-Length: 0
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
<<empty>>
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36439 /): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36439
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37072
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37072/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37072/]
Date: Sat, 03 Oct 2015 16:55:51 GMT
Content-Length: 8
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left
matching
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37072 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37072
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48543
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48543 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48543
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55605
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.wire.VerboseWire: #send(POST http://localhost:55605/):
HTTP Request (com.jcabi.http.request.BaseRequest):
multipleRequestMatches
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:55605/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 23
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left
multipleResponseMatches
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:55605 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.wire.VerboseWire: #send(POST http://localhost:55605/):
HTTP Request (com.jcabi.http.request.BaseRequest):
multipleRequestMatches
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:55605/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 23
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #2, 2 answer(s) left
multipleResponseMatches
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:55605 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.wire.VerboseWire: #send(POST http://localhost:55605/):
HTTP Request (com.jcabi.http.request.BaseRequest):
multipleRequestNotMatching
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:55605/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 4
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #3, 1 answer(s) left
blaa
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:55605 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55605
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37488
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37488/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37488/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 8
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
multiple
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37488 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37488/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37488/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 8
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #2, 1 answer(s) left
multiple
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37488 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37488/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37488/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 8
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #3, 1 answer(s) left
multiple
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37488 /): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37488/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37488/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 8
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #4, 1 answer(s) left
multiple
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37488 /): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:37488/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:37488/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 8
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #5, 1 answer(s) left
multiple
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37488 /): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37488
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36807
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:36807/):
HTTP Request (com.jcabi.http.request.BaseRequest):
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:36807/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 5
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 2 answer(s) left
first
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36807 /): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36807
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.086 sec - in com.jcabi.http.mock.MkContainerTest
Running com.jcabi.http.request.DefaultResponseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.jcabi.http.request.DefaultResponseTest
Running com.jcabi.http.request.BaseRequestTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in com.jcabi.http.request.BaseRequestTest
Running com.jcabi.http.mock.GrizzlyQueryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in com.jcabi.http.mock.GrizzlyQueryTest
Running com.jcabi.http.wire.CachingWireTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53029
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53029 /): [200 OK] in 19ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53029 /): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:53029 /flush): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53029 /): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53029
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47747
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:47747 /): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:47747 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47747
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33198
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 16ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33198 /): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33198
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.193 sec - in com.jcabi.http.wire.CachingWireTest
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Running com.jcabi.http.response.JsoupResponseTest
[0;37mINFOm] pool-1-thread-9 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.129 sec - in com.jcabi.http.response.JsoupResponseTest
Running com.jcabi.http.wire.VerboseWireTest
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:52 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #53308
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.wire.VerboseWire: #send(GET http://localhost:53308/):
HTTP Request (com.jcabi.http.request.BaseRequest):
User-Agent: it's me
<<empty>>
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:53308/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 0
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
<<empty>>
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:53308 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #53308
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35096
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.wire.VerboseWire: #send(POST http://localhost:35096/):
HTTP Request (com.jcabi.http.request.BaseRequest):
hello, world!
HTTP Response (com.jcabi.http.request.DefaultResponse):
200 OK [http://localhost:35096/]
Date: Sat, 03 Oct 2015 16:55:52 GMT
Content-Length: 0
Content-Type: text/plain; charset=iso-8859-1
Server: com.jcabi.http.mock.MkGrizzlyAdapter query #1, 1 answer(s) left
<<empty>>
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35096 /): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35096
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 sec - in com.jcabi.http.wire.VerboseWireTest
Running com.jcabi.http.ImmutableHeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.jcabi.http.ImmutableHeaderTest
Running com.jcabi.http.wire.AutoRedirectingWireTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43316
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43316 /): [302 Moved Temporarily] in 3s
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43316
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42248
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42248 /): [200 OK] in 3s
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42248
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.055 sec - in com.jcabi.http.wire.AutoRedirectingWireTest
Running com.jcabi.http.response.XmlResponseTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;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-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in com.jcabi.http.response.XmlResponseTest
Running com.jcabi.http.response.RestResponseTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET locahost:888 /tt): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.jcabi.http.response.RestResponseTest
Running com.jcabi.http.wire.RetryWireTest
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43619
[0;33mWARNm] pool-1-thread-13 com.jcabi.http.wire.RetryWire: GET http://localhost:43619/ returns 500 status (attempt #1)
[0;33mWARNm] pool-1-thread-13 com.jcabi.http.wire.RetryWire: GET http://localhost:43619/ returns 500 status (attempt #2)
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43619 /): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43619
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 sec - in com.jcabi.http.wire.RetryWireTest
Oct 03, 2015 4:55:53 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:48 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:50 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Running com.jcabi.http.RequestTest
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50764
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50764 /): [404 Not Found] in 238ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50764
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44079
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44079 /helloall): [200 OK] in 229ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44079
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58876
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:58876 /helloall): [200 OK] in 518ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58876
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #49951
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:49951 /): [200 OK] in 223ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #49951
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32967
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:32967 /): [404 Not Found] in 524ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32967
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44322
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44322 /): [200 OK] in 222ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44322
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32871
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:32871 /): [200 OK] in 202ms
[0;31mERRORm] pool-1-thread-14 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://aspects.jcabi.com/jsr-303.html)
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32871
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40148
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40148 /abcde): [200 OK] in 214ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40148
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42512
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42512 /abcdefff): [200 OK] in 24ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42512
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40052
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:40052 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40052
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #58311
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #58311
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #56901
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:56901 /): [200 OK] in 25ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #56901
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34014
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34014 /): [303 See Other] in 30ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34014
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47792
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:47792 /): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47792
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36250
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36250 /): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36250
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41390
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41390 /barbar): [200 OK] in 24ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41390
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #55431
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:55431 /foo1): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #55431
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #59662
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59662 /foo-X): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:59662 /foo-X): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:59662 /foo-X): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #59662
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45343
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45343 /): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45343
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43596
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43596 /): [200 OK] in 22ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43596
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #50065
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:50065 /): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #50065
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45493
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45493 /): [200 OK] in 16ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45493
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39893
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39893 /abcde): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39893
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #48956
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:48956 /abcdefff): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #48956
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #60291
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #60291
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43599
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43599 /): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43599
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #52991
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:52991 /): [303 See Other] in 3ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #52991
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33372
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33372 /): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33372
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #57347
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:57347 /): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #57347
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47599
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:47599 /): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47599
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #47736
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:47736 /barbar): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #47736
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36435
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36435 /foo1): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36435
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42699
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42699 /foo-X): [200 OK] in 30ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42699 /foo-X): [200 OK] in 6ms
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42699 /foo-X): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42699
Oct 03, 2015 4:55:51 PM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.61 - 10/3/15 4:55 PM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43337
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43337 /): [200 OK] in 22ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43337
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.575 sec - in com.jcabi.http.RequestTest
Results :
Tests run: 91, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ jcabi-http ---
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 28.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 24337.7 KB/sec)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[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/http/com-jcabi-jcabi-http-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/http/wire/com-jcabi-jcabi-http-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/http/request/com-jcabi-jcabi-http-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/http/response/com-jcabi-jcabi-http-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/http/mock/com-jcabi-jcabi-http-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-http ---
[INFO] Building jar: /home/r/repo/target/jcabi-http-1.13.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ jcabi-http >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ jcabi-http <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ jcabi-http ---
[INFO] Building jar: /home/r/repo/target/jcabi-http-1.13-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ jcabi-http ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (6 KB at 268.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (4 KB at 179.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 190.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (3 KB at 118.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (6 KB at 320.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 KB at 792.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (6 KB at 308.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (12 KB at 622.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (4 KB at 204.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (3 KB at 129.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1009.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (2 KB at 94.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 136.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 1378.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 KB at 1150.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (219 KB at 7797.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (181 KB at 4750.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (423 KB at 9193.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (57 KB at 2032.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 7501.5 KB/sec)
[INFO]
Loading source files for package com.jcabi.http.wire...
Loading source files for package com.jcabi.http...
Loading source files for package com.jcabi.http.request...
Loading source files for package com.jcabi.http.response...
Loading source files for package com.jcabi.http.mock...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/AutoRedirectingWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/BasicAuthWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/CachingWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/CookieOptimizingWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/OneMinuteWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/RetryWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/TrustedWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/UserAgentWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/VerboseWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/ImmutableHeader.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/Request.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/RequestBody.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/RequestBody.Printable.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/RequestURI.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/Response.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/Wire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/ApacheRequest.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/FakeRequest.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/JdkRequest.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/JsonResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/JsoupResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/RestResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/WebLinkingResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/WebLinkingResponse.Link.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/XmlResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/MkAnswer.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/MkAnswer.Simple.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/MkAnswerMatchers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/MkContainer.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/MkGrizzlyContainer.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/MkQuery.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/MkQueryMatchers.html...
Generating /home/r/repo/target/apidocs/overview-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/package-tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/package-tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/package-tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/package-tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/package-tree.html...
Generating /home/r/repo/target/apidocs/constant-values.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/AutoRedirectingWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/RetryWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/UserAgentWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/TrustedWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/VerboseWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/CachingWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/OneMinuteWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/BasicAuthWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/class-use/CookieOptimizingWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/class-use/Wire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/class-use/RequestBody.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/class-use/RequestBody.Printable.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/class-use/Request.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/class-use/Response.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/class-use/ImmutableHeader.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/class-use/RequestURI.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/class-use/FakeRequest.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/class-use/ApacheRequest.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/class-use/JdkRequest.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/class-use/JsoupResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/class-use/XmlResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/class-use/JsonResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/class-use/RestResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/class-use/WebLinkingResponse.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/class-use/WebLinkingResponse.Link.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/class-use/MkAnswerMatchers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/class-use/MkQueryMatchers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/class-use/MkQuery.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/class-use/MkContainer.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/class-use/MkGrizzlyContainer.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/class-use/MkAnswer.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/class-use/MkAnswer.Simple.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/package-use.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/mock/package-use.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/request/package-use.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/response/package-use.html...
Generating /home/r/repo/target/apidocs/com/jcabi/http/wire/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/target/apidocs/overview-tree.html...
Generating /home/r/repo/target/apidocs/index-all.html...
Generating /home/r/repo/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/target/apidocs/index.html...
Generating /home/r/repo/target/apidocs/overview-summary.html...
Generating /home/r/repo/target/apidocs/help-doc.html...
20 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/Response.java:115: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/Wire.java:75: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/ApacheRequest.java:75: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/FakeRequest.java:66: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/FakeRequest.java:144: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/JdkRequest.java:75: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/response/AbstractResponse.java:104: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/response/AbstractResponse.java:104: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/response/AbstractResponse.java:104: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/response/AbstractResponse.java:104: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/response/AbstractResponse.java:104: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/mock/MkAnswerMatchers.java:66: warning - Tag @link: can't find header() in com.jcabi.http.mock.MkAnswer
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/mock/MkContainer.java:72: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/mock/MkGrizzlyContainer.java:55: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/mock/MkQueryMatchers.java:67: warning - Tag @link: can't find header() in com.jcabi.http.mock.MkQuery
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: Request
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: JdkRequest
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: JdkRequest
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: ApacheRequest
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: JdkRequest
[INFO] Building jar: /home/r/repo/target/jcabi-http-1.13-javadoc.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-http ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (3 KB at 136.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (3 KB at 113.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 542.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3 KB at 164.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 41.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (6 KB at 322.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (7 KB at 353.2 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 120.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (4 KB at 166.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (3 KB at 141.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (2 KB at 92.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (4 KB at 159.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.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
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 2054.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 KB at 1076.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar (58 KB at 2497.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 KB at 1323.4 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-http-1.13-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (default) @ jcabi-http ---
[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.http.wire.TrustedWireITCase
[0;37mINFOm] pool-242-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET api.travis-ci.org /test): [404 Not Found] in 71ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in com.jcabi.http.wire.TrustedWireITCase
Running com.jcabi.http.request.JdkRequestITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in com.jcabi.http.request.JdkRequestITCase
Running com.jcabi.http.RequestITCase
[0;37mINFOm] pool-242-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET http.jcabi.com /): [200 OK] in 31ms
[0;31mERRORm] pool-242-thread-8 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://aspects.jcabi.com/jsr-303.html)
[0;37mINFOm] pool-242-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET http.jcabi.com /file-not-found.txt): [404 Not Found] in 297ms
[0;37mINFOm] pool-242-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET http.jcabi.com /file-not-found.txt): [404 Not Found] in 32ms
[0;37mINFOm] pool-242-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET http.jcabi.com /): [200 OK] in 240ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 sec - in com.jcabi.http.RequestITCase
Results :
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (default) @ jcabi-http ---
[INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ jcabi-http ---
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 79.8 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 118.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom (7 KB at 234.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom (8 KB at 273.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom (24 KB at 854.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom (7 KB at 208.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom (3 KB at 101.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom (5 KB at 144.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom (36 KB at 1148.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom (3 KB at 135.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom (8 KB at 428.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jdom/jdom/1.0/jdom-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom (2 KB at 63.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xom/xom/1.0/xom-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom (2 KB at 85.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.pom (8 KB at 219.4 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 105.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 298.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom (2 KB at 53.6 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 144.7 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 599.1 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 279.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom (5 KB at 142.3 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 124.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom (10 KB at 329.3 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/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar (13 KB at 384.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar (8 KB at 194.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar (35 KB at 896.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar
Downloaded:6https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.jar (55 KB at 835.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar (645 KB at 5657.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar (9 KB at 273.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar (2012 KB at 12892.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar (9 KB at 239.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar (1070 KB at 8038.7 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/qulice/qulice-xml/0.12/qulice-xml-0.12.jar (7 KB at 141.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 906.3 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar (2042 KB at 7761.1 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar (3537 KB at 16526.4 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar (7095 KB at 18670.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar (15 KB at 767.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 85 files
[INFO] No PMD violations found in 72 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/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 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 25s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ jcabi-http ---
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ jcabi-http ---
[INFO] Installing /home/r/repo/target/jcabi-http-1.13.jar to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-sources.jar to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-javadoc.jar to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/target/jcabi-http-1.13.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13.pom.asc to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-sources.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-javadoc.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-jar-with-dependencies.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ jcabi-http ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ jcabi-http ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO] + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.11.4-01 and edition "Professional"
[INFO] * Using staging profile ID "1b266eb8dd426a" (matched by Nexus).
[INFO] Installing /home/r/repo/target/jcabi-http-1.13.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-sources.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-javadoc.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-jar-with-dependencies.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/target/jcabi-http-1.13.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13.pom.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-http-1.13-jar-with-dependencies.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar.asc
[INFO] Performing remote staging...
[INFO]
[INFO] * Remote staging into staging profile ID "1b266eb8dd426a"
[INFO] * Created staging repository with ID "comjcabi-1586".
[INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586
[INFO] * Uploading locally staged artifacts to profile com.jcabi
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar.asc (473 B at 7.1 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/maven-metadata.xml (297 B at 6.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom.asc (473 B at 10.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar.asc (473 B at 11.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-sources.jar (92 KB at 1863.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar.asc (473 B at 11.0 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar
Uploaded:Bhttps://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-javadoc.jar (231 KB at 4267.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar
Uploaded:Bhttps://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar (453 KB at 6654.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13-jar-with-dependencies.jar.asc (473 B at 11.0 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.jar (98 KB at 2027.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1586/com/jcabi/jcabi-http/1.13/jcabi-http-1.13.pom (11 KB at 228.3 KB/sec)
[INFO] * Upload of locally staged artifacts finished.
[INFO] * Closing staging repository with ID "comjcabi-1586".
Waiting for operation to complete...
....
[INFO] Remote staged 1 repositories, finished with success.
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ jcabi-http ---
[INFO] + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.11.4-01 and edition "Professional"
[INFO] Releasing staging repository with IDs=[comjcabi-1586]
Waiting for operation to complete...
.....
[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:22 min
[INFO] Finished at: 2015-10-03T16:56:58+00:00
[INFO] Final Memory: 60M/440M
[INFO] ------------------------------------------------------------------------
+ mvn clean site-deploy -Psite --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-http 1.13
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-http ---
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- maven-site-plugin:3.4:site (default-site) @ jcabi-http ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom (3 KB at 62.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom (3 KB at 111.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom (18 KB at 698.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.pom (2 KB at 51.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.pom (2 KB at 38.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.pom (3 KB at 70.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.3.1/asm-util-3.3.1.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom (411 B at 20.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom (419 B at 21.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom (2 KB at 85.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom (5 KB at 201.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom (2 KB at 84.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom (2 KB at 73.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom (11 KB at 478.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4 KB at 178.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9 KB at 470.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom (3 KB at 137.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom (2 KB at 87.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom (5 KB at 205.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3 KB at 80.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom (2 KB at 83.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom (3 KB at 134.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom (2 KB at 88.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom (5 KB at 225.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom (5 KB at 223.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 8.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3 KB at 146.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 KB at 759.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom (6 KB at 284.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7 KB at 295.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (10 KB at 461.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (2 KB at 85.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (10 KB at 436.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 KB at 1001.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom (4 KB at 172.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom (4 KB at 139.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom (3 KB at 108.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom (7 KB at 291.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom (9 KB at 449.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom (4 KB at 178.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom (17 KB at 847.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom (4 KB at 140.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom (3 KB at 137.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 KB at 649.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 KB at 836.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/12/commons-parent-12.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 KB at 1194.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.3.1/asm-util-3.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
Downloading:6https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading:6https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded:5https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.jar (56 KB at 1166.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.jar (81 KB at 1466.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.jar (207 KB at 2831.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
Downloaded: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (96 KB at 2509.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar
Downloading: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar (12 KB at 554.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded:1http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar (18 KB at 560.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.jar (37 KB at 1093.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar (27 KB at 637.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 KB at 731.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar (16 KB at 782.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 2490.1 KB/sec)
Downloading:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar (159 KB at 3860.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 7942.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar (38 KB at 1879.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar (37 KB at 1214.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar (52 KB at 1471.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (103 KB at 4105.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar (56 KB at 2220.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar (56 KB at 2754.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (44 KB at 2179.2 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar (58 KB at 2875.2 KB/sec)
Downloading:4http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar (160 KB at 4702.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar (174 KB at 5966.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar (131 KB at 3194.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (273 KB at 8262.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar (526 KB at 9740.0 KB/sec)
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.7
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom (19 KB at 976.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar (275 KB at 9464.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (2 KB at 76.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom (8 KB at 394.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom (5 KB at 216.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3 KB at 156.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.7/maven-2.0.7.pom (11 KB at 573.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (2 KB at 81.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 60.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 269.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/bcel/bcel/5.2/bcel-5.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom (619 B at 33.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom (160 B at 9.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom (3 KB at 155.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom (3 KB at 114.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (4 KB at 80.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom (2 KB at 93.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 39.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (2 KB at 55.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (3 KB at 131.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (2 KB at 62.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom (2 KB at 77.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom (2 KB at 107.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom (3 KB at 141.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom (9 KB at 488.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/15/commons-parent-15.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom (31 KB at 1628.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.pom (5 KB at 107.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (2 KB at 85.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 KB at 1100.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (3 KB at 136.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom (3 KB at 111.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom (2 KB at 76.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom (3 KB at 132.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (4 KB at 192.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom (3 KB at 135.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom (3 KB at 119.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (3 KB at 146.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (3 KB at 109.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom (3 KB at 136.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom (3 KB at 124.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom (2 KB at 87.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom (3 KB at 145.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom (3 KB at 141.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom
Downloading: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom
Downloaded: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom (459 B at 24.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom
Downloading: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom
Downloaded: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom (710 B at 38.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom (3 KB at 129.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom (3 KB at 119.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom (3 KB at 122.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (2 KB at 87.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 KB at 922.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (2 KB at 88.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4 KB at 233.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (2 KB at 88.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (3 KB at 150.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom (832 B at 45.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom (11 KB at 555.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom
Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom (10 KB at 548.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/23/commons-parent-23.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom (44 KB at 2282.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 KB at 643.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 KB at 1613.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 414.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/bcel/bcel/5.2/bcel-5.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (209 KB at 4441.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar (275 KB at 5391.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 8417.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar
Downloading: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 643.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar (37 KB at 1606.7 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar (45 KB at 1837.9 KB/sec)
Downloading:6http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar
Downloaded:4http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar (28 KB at 1162.8 KB/sec)
Downloading:8http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar (521 KB at 13706.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar (28 KB at 1455.2 KB/sec)
Downloading:9http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar (26 KB at 1366.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar
Downloaded:0http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 KB at 523.4 KB/sec)
Downloading:8http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar (11 KB at 597.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar (15 KB at 768.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar (25 KB at 1143.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (547 KB at 11622.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar (11 KB at 573.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 3074.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar (80 KB at 3472.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 3300.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar (40 KB at 2078.9 KB/sec)
Downloading:0http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar (103 KB at 2188.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar (75 KB at 3569.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar (30 KB at 1618.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar (79 KB at 3545.7 KB/sec)
Downloading:4http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar (43 KB at 2232.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 1759.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar (62 KB at 2444.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloaded:3http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar (240 KB at 8244.6 KB/sec)
Downloading:8http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (12 KB at 552.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (16 KB at 751.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (162 KB at 6709.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar (50 KB at 1604.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar (173 KB at 5758.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar (605 KB at 8755.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (227 KB at 8714.7 KB/sec)
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.4
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom (8 KB at 268.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom (6 KB at 259.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar (33 KB at 1630.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom (3 KB at 78.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar (45 KB at 1703.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar (156 KB at 5024.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 6147.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 9025.8 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 4416.8 KB/sec)
Downloaded:8http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 1399.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (226 KB at 9018.9 KB/sec)
[INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.17
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom (8 KB at 368.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar (38 KB at 1995.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom (3 KB at 127.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom (2 KB at 85.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom (19 KB at 970.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom (2 KB at 81.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom (4 KB at 191.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom (3 KB at 161.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom (16 KB at 869.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom (6 KB at 314.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom (2 KB at 82.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom (3 KB at 125.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom (6 KB at 297.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar (12 KB at 582.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar (58 KB at 2729.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar (15 KB at 733.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar (156 KB at 6225.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar (52 KB at 2043.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar (37 KB at 1826.9 KB/sec)
[INFO] configuring report plugin org.codehaus.mojo:versions-maven-plugin:2.1
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9.1
[INFO] preparing 'javadoc' report requires 'generate-sources' forked phase execution
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9.1:javadoc @ jcabi-http >>>
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:javadoc @ jcabi-http <<<
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9.1:test-javadoc @ jcabi-http >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-http ---
[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: 7ffb876 at timestamp: 2015-10-03T16:57:10
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-http ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-http ---
[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-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/r/repo/target/classes
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:test-javadoc @ jcabi-http <<<
[INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5.2
[INFO] preparing 'cobertura' report requires '[cobertura]test' forked phase execution
[INFO]
[INFO] >>> cobertura-maven-plugin:2.5.2:cobertura @ jcabi-http >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-http ---
[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: 7ffb876 at timestamp: 2015-10-03T16:57:13
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-http ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-http ---
[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-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- cobertura-maven-plugin:2.5.2:instrument @ jcabi-http ---
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Instrumenting 56 files to /home/r/repo/target/generated-classes/cobertura
Cobertura: Saved information on 56 classes.
Instrument time: 438ms
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jcabi-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jcabi-http ---
[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
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.jcabi.http.mock.GrizzlyQueryTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.268 sec <<< FAILURE! - in com.jcabi.http.mock.GrizzlyQueryTest
returnsBinaryBody(com.jcabi.http.mock.GrizzlyQueryTest) Time elapsed: 0.268 sec <<< ERROR!
java.lang.VerifyError: Instruction type does not match stack map
Exception Details:
Location:
com/jcabi/http/mock/GrizzlyQuery.<init>(Lcom/sun/grizzly/tcp/http11/GrizzlyRequest;)V @143: iload
Reason:
Type integer (current frame, locals[2]) is not assignable to '[B' (stack map, locals[2])
Current Frame:
bci: @143
flags: { }
locals: { 'com/jcabi/http/mock/GrizzlyQuery', 'com/sun/grizzly/tcp/http11/GrizzlyRequest', integer, integer, '[B', 'com/sun/grizzly/tcp/http11/GrizzlyInputStream', 'java/io/ByteArrayOutputStream', integer }
stack: { }
Stackmap Frame:
bci: @143
flags: { }
locals: { 'com/jcabi/http/mock/GrizzlyQuery', 'com/sun/grizzly/tcp/http11/GrizzlyRequest', '[B', 'java/io/InputStream', 'java/io/ByteArrayOutputStream', integer }
stack: { }
Bytecode:
0000000: 033d 11ff ff3e 1223 1100 60b8 0029 2ab7
0000010: 002c 1223 1100 61b8 0029 2b12 13b6 0032
0000020: 1223 1100 62b8 0029 2a2b b800 36b5 0038
0000030: 1223 1100 63b8 0029 2a2b b600 3cb5 003e
0000040: 1223 1100 64b8 0029 2a2b b800 42b5 0044
0000050: 1223 1100 66b8 0029 1120 00bc 083a 0412
0000060: 2311 0067 b800 292b b600 483a 0512 2311
0000070: 0068 b800 29bb 004a 59b7 004b 3a06 1223
0000080: 1100 69b8 0029 1905 1904 b600 5136 0715
0000090: 0702 1100 693d 1100 003e 9f00 431c 1100
00000a0: 69a0 0016 1d11 0000 a000 0f12 231c 1d04
00000b0: b800 5611 ffff 3e12 2311 006b b800 2919
00000c0: 0619 0403 1507 b600 5a12 2311 006a b800
00000d0: 2919 0519 04b6 0051 3607 a7ff b51d 9b00
00000e0: 0f12 231c 1d03 b800 5611 ffff 3e12 2311
00000f0: 006d b800 292a 1906 b600 5eb5 0060 1223
0000100: 1100 6eb8 0029 b1
Stackmap Table:
full_frame(@143,{Object[#2],Object[#46],Object[#82],Object[#77],Object[#74],Integer},{})
chop_frame(@245,1)
at com.jcabi.http.mock.GrizzlyQueryTest.returnsBinaryBody(GrizzlyQueryTest.java:65)
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 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)
Running com.jcabi.http.response.WebLinkingResponseTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in com.jcabi.http.response.WebLinkingResponseTest
followsLinksInHeaders(com.jcabi.http.response.WebLinkingResponseTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.WebLinkingResponseTest.followsLinksInHeaders(WebLinkingResponseTest.java:84)
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 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)
parsesLinksInHeaders(com.jcabi.http.response.WebLinkingResponseTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.WebLinkingResponseTest.parsesLinksInHeaders(WebLinkingResponseTest.java:59)
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 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)
Running com.jcabi.http.response.JsoupResponseTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in com.jcabi.http.response.JsoupResponseTest
normalizesHtml(com.jcabi.http.response.JsoupResponseTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.JsoupResponseTest.normalizesHtml(JsoupResponseTest.java:52)
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 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)
Running com.jcabi.http.wire.UserAgentWireTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in com.jcabi.http.wire.UserAgentWireTest
addsUserAgentHeader(com.jcabi.http.wire.UserAgentWireTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.UserAgentWireTest.addsUserAgentHeader(UserAgentWireTest.java:56)
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 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)
Running com.jcabi.http.response.JsonResponseTest
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.029 sec <<< FAILURE! - in com.jcabi.http.response.JsonResponseTest
logsForInvalidJsonObject(com.jcabi.http.response.JsonResponseTest) Time elapsed: 0.01 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.JsonResponseTest.logsForInvalidJsonObject(JsonResponseTest.java:91)
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 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)
logsForInvalidJsonArray(com.jcabi.http.response.JsonResponseTest) Time elapsed: 0.01 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.JsonResponseTest.logsForInvalidJsonArray(JsonResponseTest.java:111)
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 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)
readsJsonDocument(com.jcabi.http.response.JsonResponseTest) Time elapsed: 0.007 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.JsonResponseTest.readsJsonDocument(JsonResponseTest.java:53)
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 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)
logsForInvalidJson(com.jcabi.http.response.JsonResponseTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.JsonResponseTest.logsForInvalidJson(JsonResponseTest.java:131)
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 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)
readsControlCharacters(com.jcabi.http.response.JsonResponseTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.JsonResponseTest.readsControlCharacters(JsonResponseTest.java:74)
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 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)
Running com.jcabi.http.request.BaseRequestTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.87 sec <<< FAILURE! - in com.jcabi.http.request.BaseRequestTest
buildsDestinationUri(com.jcabi.http.request.BaseRequestTest) Time elapsed: 0.222 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 163
Exception Details:
Location:
com/jcabi/http/request/BaseRequest.fetchResponse(Ljava/io/InputStream;)Lcom/jcabi/http/Response; @124: ifle
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 123a 1101 57b8 0040 b801
0000010: 6a37 0412 3a11 0158 b800 402a b400 5d2a
0000020: 2ab4 008b 2ab4 0092 2ab4 0090 2b2a b400
0000030: 9a2a b400 9cb9 016e 0800 3a06 123a 1101
0000040: 5db8 0040 2ab4 008b b800 633a 0712 3a11
0000050: 015e b800 402a 1301 7010 07bd 0004 5903
0000060: 2ab4 0092 5359 0419 07b6 0157 5359 0519
0000070: 07b6 0174 1101 5e3d 1100 003e 9e00 2712
0000080: 3a1c 1d04 b800 7111 ffff 3e13 0176 04bd
0000090: 0004 5903 1907 b601 74b8 0120 53b8 0124
00000a0: a700 161d 9b00 0f12 3a1c 1d03 b800 7111
00000b0: ffff 3e13 017c 5359 0619 07b6 0067 5359
00000c0: 0719 06b9 017f 0100 b801 2053 5908 1906
00000d0: b901 8201 0053 5910 06b8 016a 1604 65b8
00000e0: 0187 53b8 018b 123a 1101 6ab8 0040 1906
00000f0: b0
Stackmap Table:
full_frame(@179,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer})
full_frame(@182,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer,Object[#105]})
at com.jcabi.http.request.BaseRequestTest.buildsDestinationUri(BaseRequestTest.java:54)
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 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)
identifiesUniquely(com.jcabi.http.request.BaseRequestTest) Time elapsed: 0.223 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 163
Exception Details:
Location:
com/jcabi/http/request/BaseRequest.fetchResponse(Ljava/io/InputStream;)Lcom/jcabi/http/Response; @124: ifle
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 123a 1101 57b8 0040 b801
0000010: 6a37 0412 3a11 0158 b800 402a b400 5d2a
0000020: 2ab4 008b 2ab4 0092 2ab4 0090 2b2a b400
0000030: 9a2a b400 9cb9 016e 0800 3a06 123a 1101
0000040: 5db8 0040 2ab4 008b b800 633a 0712 3a11
0000050: 015e b800 402a 1301 7010 07bd 0004 5903
0000060: 2ab4 0092 5359 0419 07b6 0157 5359 0519
0000070: 07b6 0174 1101 5e3d 1100 003e 9e00 2712
0000080: 3a1c 1d04 b800 7111 ffff 3e13 0176 04bd
0000090: 0004 5903 1907 b601 74b8 0120 53b8 0124
00000a0: a700 161d 9b00 0f12 3a1c 1d03 b800 7111
00000b0: ffff 3e13 017c 5359 0619 07b6 0067 5359
00000c0: 0719 06b9 017f 0100 b801 2053 5908 1906
00000d0: b901 8201 0053 5910 06b8 016a 1604 65b8
00000e0: 0187 53b8 018b 123a 1101 6ab8 0040 1906
00000f0: b0
Stackmap Table:
full_frame(@179,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer})
full_frame(@182,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer,Object[#105]})
at com.jcabi.http.request.BaseRequestTest.identifiesUniquely(BaseRequestTest.java:103)
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 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)
includesPort(com.jcabi.http.request.BaseRequestTest) Time elapsed: 0.221 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 163
Exception Details:
Location:
com/jcabi/http/request/BaseRequest.fetchResponse(Ljava/io/InputStream;)Lcom/jcabi/http/Response; @124: ifle
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 123a 1101 57b8 0040 b801
0000010: 6a37 0412 3a11 0158 b800 402a b400 5d2a
0000020: 2ab4 008b 2ab4 0092 2ab4 0090 2b2a b400
0000030: 9a2a b400 9cb9 016e 0800 3a06 123a 1101
0000040: 5db8 0040 2ab4 008b b800 633a 0712 3a11
0000050: 015e b800 402a 1301 7010 07bd 0004 5903
0000060: 2ab4 0092 5359 0419 07b6 0157 5359 0519
0000070: 07b6 0174 1101 5e3d 1100 003e 9e00 2712
0000080: 3a1c 1d04 b800 7111 ffff 3e13 0176 04bd
0000090: 0004 5903 1907 b601 74b8 0120 53b8 0124
00000a0: a700 161d 9b00 0f12 3a1c 1d03 b800 7111
00000b0: ffff 3e13 017c 5359 0619 07b6 0067 5359
00000c0: 0719 06b9 017f 0100 b801 2053 5908 1906
00000d0: b901 8201 0053 5910 06b8 016a 1604 65b8
00000e0: 0187 53b8 018b 123a 1101 6ab8 0040 1906
00000f0: b0
Stackmap Table:
full_frame(@179,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer})
full_frame(@182,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer,Object[#105]})
at com.jcabi.http.request.BaseRequestTest.includesPort(BaseRequestTest.java:88)
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 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)
printsJsonInBody(com.jcabi.http.request.BaseRequestTest) Time elapsed: 0.204 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 163
Exception Details:
Location:
com/jcabi/http/request/BaseRequest.fetchResponse(Ljava/io/InputStream;)Lcom/jcabi/http/Response; @124: ifle
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 123a 1101 57b8 0040 b801
0000010: 6a37 0412 3a11 0158 b800 402a b400 5d2a
0000020: 2ab4 008b 2ab4 0092 2ab4 0090 2b2a b400
0000030: 9a2a b400 9cb9 016e 0800 3a06 123a 1101
0000040: 5db8 0040 2ab4 008b b800 633a 0712 3a11
0000050: 015e b800 402a 1301 7010 07bd 0004 5903
0000060: 2ab4 0092 5359 0419 07b6 0157 5359 0519
0000070: 07b6 0174 1101 5e3d 1100 003e 9e00 2712
0000080: 3a1c 1d04 b800 7111 ffff 3e13 0176 04bd
0000090: 0004 5903 1907 b601 74b8 0120 53b8 0124
00000a0: a700 161d 9b00 0f12 3a1c 1d03 b800 7111
00000b0: ffff 3e13 017c 5359 0619 07b6 0067 5359
00000c0: 0719 06b9 017f 0100 b801 2053 5908 1906
00000d0: b901 8201 0053 5910 06b8 016a 1604 65b8
00000e0: 0187 53b8 018b 123a 1101 6ab8 0040 1906
00000f0: b0
Stackmap Table:
full_frame(@179,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer})
full_frame(@182,{Object[#2],Object[#376],Long,Object[#378],Object[#95]},{Object[#2],Object[#105],Object[#267],Object[#267],Integer,Object[#105]})
at com.jcabi.http.request.BaseRequestTest.printsJsonInBody(BaseRequestTest.java:73)
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 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)
Running com.jcabi.http.wire.VerboseWireTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in com.jcabi.http.wire.VerboseWireTest
logsRequest(com.jcabi.http.wire.VerboseWireTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.VerboseWireTest.logsRequest(VerboseWireTest.java:58)
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 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)
logsRequestBody(com.jcabi.http.wire.VerboseWireTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.VerboseWireTest.logsRequestBody(VerboseWireTest.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 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)
Running com.jcabi.http.mock.MkAnswerMatchersTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.662 sec <<< FAILURE! - in com.jcabi.http.mock.MkAnswerMatchersTest
canMatchBody(com.jcabi.http.mock.MkAnswerMatchersTest) Time elapsed: 0.352 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/mock/MkAnswerBodyMatcher.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 120f 1100 2cb8 0015 2b2a
0000010: 1100 2c3d 1100 003e a600 1112 0f1c 1d04
0000020: b800 5411 ffff 3e04 ac1d 9b00 0f12 0f1c
0000030: 1d03 b800 5411 ffff 3e2b c100 0211 002c
0000040: 3d11 0001 3e9a 0011 120f 1c1d 04b8 0054
0000050: 11ff ff3e 03ac 1d9b 000f 120f 1c1d 03b8
0000060: 0054 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 0057 1100 2c3d 1100 023e 9a00 1112 0f1c
0000080: 1d04 b800 5411 ffff 3e03 ac1d 9b00 0f12
0000090: 0f1c 1d03 b800 5411 ffff 3e2a b400 1a3a
00000a0: 0519 04b4 001a 3a06 1905 1100 2c3d 1100
00000b0: 033e c700 2b12 0f1c 1d04 b800 5411 ffff
00000c0: 3e19 0611 002c 3d11 0004 3ec6 0050 120f
00000d0: 1c1d 04b8 0054 11ff ff3e a700 251d 9b00
00000e0: 0f12 0f1c 1d03 b800 5411 ffff 3e19 0519
00000f0: 06b6 005b 1100 2c3d 1100 053e 9a00 1f1c
0000100: 1100 2ca0 0016 1d11 0005 a000 0f12 0f1c
0000110: 1d04 b800 5411 ffff 3e03 ac1d 9b00 0f12
0000120: 0f1c 1d03 b800 5411 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#89],Object[#89])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.mock.MkAnswerMatchers.hasBody(MkAnswerMatchers.java:54)
at com.jcabi.http.mock.MkAnswerMatchersTest.canMatchBody(MkAnswerMatchersTest.java:53)
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 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)
canMatchHeader(com.jcabi.http.mock.MkAnswerMatchersTest) Time elapsed: 0.31 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 103
Exception Details:
Location:
com/jcabi/http/mock/MkAnswerHeaderMatcher.matchesSafely(Lcom/jcabi/http/mock/MkAnswer;)Z @37: ifeq
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1211 1100 4fb8 0017 2bb9
0000010: 003f 0100 2ab4 001c b900 4502 0011 004f
0000020: 3d11 0000 3e99 0042 1211 1c1d 04b8 0049
0000030: 11ff ff3e 2ab4 001e 2bb9 003f 0100 2ab4
0000040: 001c b900 4d02 00b9 0050 0200 1100 4f3d
0000050: 1100 013e 9900 1312 111c 1d04 b800 4911
0000060: ffff 3e04 a700 141d 9b00 0f12 111c 1d03
0000070: b800 4911 ffff 3e03 ac
Stackmap Table:
same_frame_extended(@119)
same_locals_1_stack_item_frame(@120,Integer)
at com.jcabi.http.mock.MkAnswerMatchers.hasHeader(MkAnswerMatchers.java:68)
at com.jcabi.http.mock.MkAnswerMatchersTest.canMatchHeader(MkAnswerMatchersTest.java:72)
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 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)
Running com.jcabi.http.mock.MkQueryMatchersTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.553 sec <<< FAILURE! - in com.jcabi.http.mock.MkQueryMatchersTest
canMatchHeader(com.jcabi.http.mock.MkQueryMatchersTest) Time elapsed: 0.277 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 103
Exception Details:
Location:
com/jcabi/http/mock/MkQueryHeaderMatcher.matchesSafely(Lcom/jcabi/http/mock/MkQuery;)Z @37: ifeq
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1211 1100 50b8 0017 2bb9
0000010: 003f 0100 2ab4 001c b900 4502 0011 0050
0000020: 3d11 0000 3e99 0042 1211 1c1d 04b8 0049
0000030: 11ff ff3e 2ab4 001e 2bb9 003f 0100 2ab4
0000040: 001c b900 4d02 00b9 0050 0200 1100 503d
0000050: 1100 013e 9900 1312 111c 1d04 b800 4911
0000060: ffff 3e04 a700 141d 9b00 0f12 111c 1d03
0000070: b800 4911 ffff 3e03 ac
Stackmap Table:
same_frame_extended(@119)
same_locals_1_stack_item_frame(@120,Integer)
at com.jcabi.http.mock.MkQueryMatchers.hasHeader(MkQueryMatchers.java:69)
at com.jcabi.http.mock.MkQueryMatchersTest.canMatchHeader(MkQueryMatchersTest.java:72)
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 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)
canMatchBody(com.jcabi.http.mock.MkQueryMatchersTest) Time elapsed: 0.276 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/mock/MkQueryBodyMatcher.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 120f 1100 2cb8 0015 2b2a
0000010: 1100 2c3d 1100 003e a600 1112 0f1c 1d04
0000020: b800 5411 ffff 3e04 ac1d 9b00 0f12 0f1c
0000030: 1d03 b800 5411 ffff 3e2b c100 0211 002c
0000040: 3d11 0001 3e9a 0011 120f 1c1d 04b8 0054
0000050: 11ff ff3e 03ac 1d9b 000f 120f 1c1d 03b8
0000060: 0054 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 0057 1100 2c3d 1100 023e 9a00 1112 0f1c
0000080: 1d04 b800 5411 ffff 3e03 ac1d 9b00 0f12
0000090: 0f1c 1d03 b800 5411 ffff 3e2a b400 1a3a
00000a0: 0519 04b4 001a 3a06 1905 1100 2c3d 1100
00000b0: 033e c700 2b12 0f1c 1d04 b800 5411 ffff
00000c0: 3e19 0611 002c 3d11 0004 3ec6 0050 120f
00000d0: 1c1d 04b8 0054 11ff ff3e a700 251d 9b00
00000e0: 0f12 0f1c 1d03 b800 5411 ffff 3e19 0519
00000f0: 06b6 005b 1100 2c3d 1100 053e 9a00 1f1c
0000100: 1100 2ca0 0016 1d11 0005 a000 0f12 0f1c
0000110: 1d04 b800 5411 ffff 3e03 ac1d 9b00 0f12
0000120: 0f1c 1d03 b800 5411 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#89],Object[#89])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.mock.MkQueryMatchers.hasBody(MkQueryMatchers.java:55)
at com.jcabi.http.mock.MkQueryMatchersTest.canMatchBody(MkQueryMatchersTest.java:53)
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 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)
Running com.jcabi.http.request.FakeRequestTest
Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.014 sec <<< FAILURE! - in com.jcabi.http.request.FakeRequestTest
changesUri(com.jcabi.http.request.FakeRequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.FakeRequestTest.changesUri(FakeRequestTest.java:92)
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 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)
fetchThrowsExceptionWhenBodyIsNotEmpty(com.jcabi.http.request.FakeRequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.VerifyError>
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
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.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.FakeRequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty(FakeRequestTest.java:122)
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 org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
... 10 more
sendsHttpRequestAndProcessesHttpResponse(com.jcabi.http.request.FakeRequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.FakeRequestTest.generateMainRequest(FakeRequestTest.java:178)
at com.jcabi.http.request.FakeRequestTest.sendsHttpRequestAndProcessesHttpResponse(FakeRequestTest.java:58)
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 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)
changesUriInResponse(com.jcabi.http.request.FakeRequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.FakeRequestTest.changesUriInResponse(FakeRequestTest.java:106)
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 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)
identifiesUniquely(com.jcabi.http.request.FakeRequestTest) Time elapsed: 0.006 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.FakeRequestTest.identifiesUniquely(FakeRequestTest.java:157)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.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 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)
sendsHttpRequestAndProcessesHttpBinaryResponse(com.jcabi.http.request.FakeRequestTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.FakeRequestTest.generateMainRequest(FakeRequestTest.java:178)
at com.jcabi.http.request.FakeRequestTest.sendsHttpRequestAndProcessesHttpBinaryResponse(FakeRequestTest.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 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)
fakeRequestReturnsResponseBody(com.jcabi.http.request.FakeRequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.FakeRequestTest.fakeRequestReturnsResponseBody(FakeRequestTest.java:139)
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 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)
Running com.jcabi.http.ImmutableHeaderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in com.jcabi.http.ImmutableHeaderTest
normalizesHeaderKey(com.jcabi.http.ImmutableHeaderTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/ImmutableHeader.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1215 1100 30b8 001b 2b2a
0000010: 1100 303d 1100 003e a600 1112 151c 1d04
0000020: b800 4e11 ffff 3e04 ac1d 9b00 0f12 151c
0000030: 1d03 b800 4e11 ffff 3e2b c100 0211 0030
0000040: 3d11 0001 3e9a 0011 1215 1c1d 04b8 004e
0000050: 11ff ff3e 03ac 1d9b 000f 1215 1c1d 03b8
0000060: 004e 11ff ff3e 2bc0 0002 3a04 2ab4 0024
0000070: 3a05 1904 b400 243a 0619 0511 0030 3d11
0000080: 0002 3ec7 002b 1215 1c1d 04b8 004e 11ff
0000090: ff3e 1906 1100 303d 1100 033e c600 5012
00000a0: 151c 1d04 b800 4e11 ffff 3ea7 0025 1d9b
00000b0: 000f 1215 1c1d 03b8 004e 11ff ff3e 1905
00000c0: 1906 b600 6911 0030 3d11 0004 3e9a 001f
00000d0: 1c11 0030 a000 161d 1100 04a0 000f 1215
00000e0: 1c1d 04b8 004e 11ff ff3e 03ac 1d9b 000f
00000f0: 1215 1c1d 03b8 004e 11ff ff3e 2ab4 0026
0000100: 3a07 1904 b400 263a 0819 0711 0030 3d11
0000110: 0005 3ec7 002b 1215 1c1d 04b8 004e 11ff
0000120: ff3e 1908 1100 303d 1100 063e c600 5012
0000130: 151c 1d04 b800 4e11 ffff 3ea7 0025 1d9b
0000140: 000f 1215 1c1d 03b8 004e 11ff ff3e 1907
0000150: 1908 b600 6911 0030 3d11 0007 3e9a 001f
0000160: 1c11 0030 a000 161d 1100 07a0 000f 1215
0000170: 1c1d 04b8 004e 11ff ff3e 03ac 1d9b 000f
0000180: 1215 1c1d 03b8 004e 11ff ff3e 04ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#5],Object[#5])
same_frame(@234)
same_frame(@252)
append_frame(@334,Object[#5],Object[#5])
same_frame(@378)
same_frame(@396)
at com.jcabi.http.ImmutableHeaderTest.normalizesHeaderKey(ImmutableHeaderTest.java:50)
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 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)
Running com.jcabi.http.request.DefaultResponseTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 sec <<< FAILURE! - in com.jcabi.http.request.DefaultResponseTest
throwsWhenEntityIsNotAUnicodeString(com.jcabi.http.request.DefaultResponseTest) Time elapsed: 0.012 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.VerifyError>
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
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.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/DefaultResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1231 1100 38b8 0037 2b2a
0000010: 1100 383d 1100 003e a600 1112 311c 1d04
0000020: b800 6f11 ffff 3e04 ac1d 9b00 0f12 311c
0000030: 1d03 b800 6f11 ffff 3e2b c100 0211 0038
0000040: 3d11 0001 3e9a 0011 1231 1c1d 04b8 006f
0000050: 11ff ff3e 03ac 1d9b 000f 1231 1c1d 03b8
0000060: 006f 11ff ff3e 2bc0 0002 3a04 2ab4 003c
0000070: 3a05 1904 b400 3c3a 0619 0511 0038 3d11
0000080: 0002 3ec7 002b 1231 1c1d 04b8 006f 11ff
0000090: ff3e 1906 1100 383d 1100 033e c600 5012
00000a0: 311c 1d04 b800 6f11 ffff 3ea7 0025 1d9b
00000b0: 000f 1231 1c1d 03b8 006f 11ff ff3e 1905
00000c0: 1906 b601 0b11 0038 3d11 0004 3e9a 001f
00000d0: 1c11 0038 a000 161d 1100 04a0 000f 1231
00000e0: 1c1d 04b8 006f 11ff ff3e 03ac 1d9b 000f
00000f0: 1231 1c1d 03b8 006f 11ff ff3e 2ab4 003e
0000100: 1904 b400 3e11 0038 3d11 0005 3e9f 0011
0000110: 1231 1c1d 04b8 006f 11ff ff3e 03ac 1d9b
0000120: 000f 1231 1c1d 03b8 006f 11ff ff3e 2ab4
0000130: 0040 3a07 1904 b400 403a 0819 0711 0038
0000140: 3d11 0006 3ec7 002b 1231 1c1d 04b8 006f
0000150: 11ff ff3e 1908 1100 383d 1100 073e c600
0000160: 5012 311c 1d04 b800 6f11 ffff 3ea7 0025
0000170: 1d9b 000f 1231 1c1d 03b8 006f 11ff ff3e
0000180: 1907 1908 b601 0b11 0038 3d11 0008 3e9a
0000190: 001f 1c11 0038 a000 161d 1100 08a0 000f
00001a0: 1231 1c1d 04b8 006f 11ff ff3e 03ac 1d9b
00001b0: 000f 1231 1c1d 03b8 006f 11ff ff3e 2ab4
00001c0: 0042 3a09 1904 b400 423a 0a19 0911 0038
00001d0: 3d11 0009 3ec7 002b 1231 1c1d 04b8 006f
00001e0: 11ff ff3e 190a 1100 383d 1100 0a3e c600
00001f0: 5012 311c 1d04 b800 6f11 ffff 3ea7 0025
0000200: 1d9b 000f 1231 1c1d 03b8 006f 11ff ff3e
0000210: 1909 190a b601 0b11 0038 3d11 000b 3e9a
0000220: 001f 1c11 0038 a000 161d 1100 0ba0 000f
0000230: 1231 1c1d 04b8 006f 11ff ff3e 03ac 1d9b
0000240: 000f 1231 1c1d 03b8 006f 11ff ff3e 2ab4
0000250: 0049 1904 b400 49b8 0110 1100 383d 1100
0000260: 0c3e 9a00 1112 311c 1d04 b800 6f11 ffff
0000270: 3e03 ac1d 9b00 0f12 311c 1d03 b800 6f11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.request.DefaultResponseTest.throwsWhenEntityIsNotAUnicodeString(DefaultResponseTest.java:52)
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 org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
... 10 more
Running com.jcabi.http.wire.CachingWireTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.047 sec <<< FAILURE! - in com.jcabi.http.wire.CachingWireTest
flushesOnRegularExpressionMatch(com.jcabi.http.wire.CachingWireTest) Time elapsed: 0.019 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.CachingWireTest.flushesOnRegularExpressionMatch(CachingWireTest.java:97)
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 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)
ignoresPutRequest(com.jcabi.http.wire.CachingWireTest) Time elapsed: 0.012 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.CachingWireTest.ignoresPutRequest(CachingWireTest.java:77)
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 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)
cachesGetRequest(com.jcabi.http.wire.CachingWireTest) Time elapsed: 0.016 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.CachingWireTest.cachesGetRequest(CachingWireTest.java:58)
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 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)
Running com.jcabi.http.wire.CookieOptimizingWireTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in com.jcabi.http.wire.CookieOptimizingWireTest
avoidsTransferringOfEmptyCookiesOnFollow(com.jcabi.http.wire.CookieOptimizingWireTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.CookieOptimizingWireTest.avoidsTransferringOfEmptyCookiesOnFollow(CookieOptimizingWireTest.java:101)
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 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)
transfersCookiesOnFollow(com.jcabi.http.wire.CookieOptimizingWireTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.CookieOptimizingWireTest.transfersCookiesOnFollow(CookieOptimizingWireTest.java:57)
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 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)
Running com.jcabi.http.mock.MkContainerTest
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE! - in com.jcabi.http.mock.MkContainerTest
takesMatchingQuery(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.takesMatchingQuery(MkContainerTest.java:202)
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 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)
returnsErrorIfNoMatches(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.util.NoSuchElementException> but was<java.lang.VerifyError>
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
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.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.returnsErrorIfNoMatches(MkContainerTest.java:130)
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 org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
... 10 more
understandsDuplicateHeaders(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.understandsDuplicateHeaders(MkContainerTest.java:80)
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 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)
answersConditionally(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.answersConditionally(MkContainerTest.java:105)
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 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)
worksAsServletContainer(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.worksAsServletContainer(MkContainerTest.java:58)
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 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)
takesAllMatchingQueries(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.takesAllMatchingQueries(MkContainerTest.java:236)
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 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)
canAnswerMultipleTimes(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.canAnswerMultipleTimes(MkContainerTest.java:151)
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 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)
prioritizesMatchingAnswers(com.jcabi.http.mock.MkContainerTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.mock.MkContainerTest.prioritizesMatchingAnswers(MkContainerTest.java:176)
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 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)
Running com.jcabi.http.wire.AutoRedirectingWireTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! - in com.jcabi.http.wire.AutoRedirectingWireTest
retriesForHttpRedirectStatus(com.jcabi.http.wire.AutoRedirectingWireTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.AutoRedirectingWireTest.retriesForHttpRedirectStatus(AutoRedirectingWireTest.java:61)
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 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)
returnsValidResponseAfterRetry(com.jcabi.http.wire.AutoRedirectingWireTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.AutoRedirectingWireTest.returnsValidResponseAfterRetry(AutoRedirectingWireTest.java:91)
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 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)
Running com.jcabi.http.response.XmlResponseTest
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.035 sec <<< FAILURE! - in com.jcabi.http.response.XmlResponseTest
findsDocumentNodesWithXpath(com.jcabi.http.response.XmlResponseTest) Time elapsed: 0.025 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.XmlResponseTest.findsDocumentNodesWithXpath(XmlResponseTest.java:55)
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 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)
assertsWithXpathAndNamespaces(com.jcabi.http.response.XmlResponseTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.XmlResponseTest.assertsWithXpathAndNamespaces(XmlResponseTest.java:92)
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 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)
findsDocumentNodesWithXpathAndReturnsThem(com.jcabi.http.response.XmlResponseTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.XmlResponseTest.findsDocumentNodesWithXpathAndReturnsThem(XmlResponseTest.java:131)
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 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)
assertsWithXpathWithCustomNamespace(com.jcabi.http.response.XmlResponseTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.XmlResponseTest.assertsWithXpathWithCustomNamespace(XmlResponseTest.java:109)
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 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)
assertsWithXpath(com.jcabi.http.response.XmlResponseTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.XmlResponseTest.assertsWithXpath(XmlResponseTest.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 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)
Running com.jcabi.http.response.RestResponseTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE! - in com.jcabi.http.response.RestResponseTest
retrievesCookieByName(com.jcabi.http.response.RestResponseTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.RestResponseTest.retrievesCookieByName(RestResponseTest.java:89)
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 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)
jumpsToRelativeUrls(com.jcabi.http.response.RestResponseTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.RestResponseTest.jumpsToRelativeUrls(RestResponseTest.java:113)
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 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)
assertsHttpStatusCode(com.jcabi.http.response.RestResponseTest) Time elapsed: 0 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.lang.AssertionError> but was<java.lang.VerifyError>
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
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.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/response/AbstractResponse.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 1210 1100 2fb8 0016 2b2a
0000010: 1100 2f3d 1100 003e a600 1112 101c 1d04
0000020: b800 4811 ffff 3e04 ac1d 9b00 0f12 101c
0000030: 1d03 b800 4811 ffff 3e2b c100 0211 002f
0000040: 3d11 0001 3e9a 0011 1210 1c1d 04b8 0048
0000050: 11ff ff3e 03ac 1d9b 000f 1210 1c1d 03b8
0000060: 0048 11ff ff3e 2bc0 0002 3a04 1904 2ab6
0000070: 004b 1100 2f3d 1100 023e 9a00 1112 101c
0000080: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000090: 101c 1d03 b800 4811 ffff 3e2a b400 1b3a
00000a0: 0519 04b4 001b 3a06 1905 1100 2f3d 1100
00000b0: 033e c700 2b12 101c 1d04 b800 4811 ffff
00000c0: 3e19 0611 002f 3d11 0004 3ec6 0050 1210
00000d0: 1c1d 04b8 0048 11ff ff3e a700 251d 9b00
00000e0: 0f12 101c 1d03 b800 4811 ffff 3e19 0519
00000f0: 06b6 004d 1100 2f3d 1100 053e 9a00 1f1c
0000100: 1100 2fa0 0016 1d11 0005 a000 0f12 101c
0000110: 1d04 b800 4811 ffff 3e03 ac1d 9b00 0f12
0000120: 101c 1d03 b800 4811 ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@155,Object[#2])
append_frame(@237,Object[#4],Object[#4])
same_frame(@281)
same_frame(@299)
at com.jcabi.http.response.RestResponseTest.assertsHttpStatusCode(RestResponseTest.java:55)
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 org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
... 10 more
assertsHttpHeaders(com.jcabi.http.response.RestResponseTest) Time elapsed: 0.005 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/FakeRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 122c 1100 3fb8 0032 2b2a
0000010: 1100 3f3d 1100 003e a600 1112 2c1c 1d04
0000020: b800 9a11 ffff 3e04 ac1d 9b00 0f12 2c1c
0000030: 1d03 b800 9a11 ffff 3e2b c100 0211 003f
0000040: 3d11 0001 3e9a 0011 122c 1c1d 04b8 009a
0000050: 11ff ff3e 03ac 1d9b 000f 122c 1c1d 03b8
0000060: 009a 11ff ff3e 2bc0 0002 3a04 2ab4 0056
0000070: 3a05 1904 b400 563a 0619 0511 003f 3d11
0000080: 0002 3ec7 002b 122c 1c1d 04b8 009a 11ff
0000090: ff3e 1906 1100 3f3d 1100 033e c600 5012
00000a0: 2c1c 1d04 b800 9a11 ffff 3ea7 0025 1d9b
00000b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 1905
00000c0: 1906 b600 ce11 003f 3d11 0004 3e9a 001f
00000d0: 1c11 003f a000 161d 1100 04a0 000f 122c
00000e0: 1c1d 04b8 009a 11ff ff3e 03ac 1d9b 000f
00000f0: 122c 1c1d 03b8 009a 11ff ff3e 2ab4 0058
0000100: 1904 b400 5811 003f 3d11 0005 3e9f 0011
0000110: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000120: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000130: 005a 3a07 1904 b400 5a3a 0819 0711 003f
0000140: 3d11 0006 3ec7 002b 122c 1c1d 04b8 009a
0000150: 11ff ff3e 1908 1100 3f3d 1100 073e c600
0000160: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000170: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000180: 1907 1908 b600 ce11 003f 3d11 0008 3e9a
0000190: 001f 1c11 003f a000 161d 1100 08a0 000f
00001a0: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
00001b0: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
00001c0: 0061 3a09 1904 b400 613a 0a19 0911 003f
00001d0: 3d11 0009 3ec7 002b 122c 1c1d 04b8 009a
00001e0: 11ff ff3e 190a 1100 3f3d 1100 0a3e c600
00001f0: 5012 2c1c 1d04 b800 9a11 ffff 3ea7 0025
0000200: 1d9b 000f 122c 1c1d 03b8 009a 11ff ff3e
0000210: 1909 190a b600 ce11 003f 3d11 000b 3e9a
0000220: 001f 1c11 003f a000 161d 1100 0ba0 000f
0000230: 122c 1c1d 04b8 009a 11ff ff3e 03ac 1d9b
0000240: 000f 122c 1c1d 03b8 009a 11ff ff3e 2ab4
0000250: 0068 1904 b400 68b8 00d3 1100 3f3d 1100
0000260: 0c3e 9a00 1112 2c1c 1d04 b800 9a11 ffff
0000270: 3e03 ac1d 9b00 0f12 2c1c 1d03 b800 9a11
0000280: ffff 3e04 ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
same_frame(@302)
append_frame(@384,Object[#4],Object[#4])
same_frame(@428)
same_frame(@446)
append_frame(@528,Object[#4],Object[#4])
same_frame(@572)
same_frame(@590)
same_frame(@643)
at com.jcabi.http.response.RestResponseTest.assertsHttpHeaders(RestResponseTest.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 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)
Running com.jcabi.http.wire.RetryWireTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in com.jcabi.http.wire.RetryWireTest
makesMultipleRequests(com.jcabi.http.wire.RetryWireTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.RetryWireTest.makesMultipleRequests(RetryWireTest.java:53)
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 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)
Running com.jcabi.http.wire.TrustedWireTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in com.jcabi.http.wire.TrustedWireTest
ignoresPkixErrors(com.jcabi.http.wire.TrustedWireTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.wire.TrustedWireTest.ignoresPkixErrors(TrustedWireTest.java:54)
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 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)
Running com.jcabi.http.RequestTest
Tests run: 36, Failures: 0, Errors: 36, Skipped: 0, Time elapsed: 0.134 sec <<< FAILURE! - in com.jcabi.http.RequestTest
fetchThrowsExceptionWhenBodyIsNotEmpty[0](com.jcabi.http.RequestTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.VerifyError>
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
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.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/ApacheRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 121a 1100 48b8 0020 2b2a
0000010: 1100 483d 1100 003e a600 1112 1a1c 1d04
0000020: b800 7b11 ffff 3e04 ac1d 9b00 0f12 1a1c
0000030: 1d03 b800 7b11 ffff 3e2b c100 0211 0048
0000040: 3d11 0001 3e9a 0011 121a 1c1d 04b8 007b
0000050: 11ff ff3e 03ac 1d9b 000f 121a 1c1d 03b8
0000060: 007b 11ff ff3e 2bc0 0002 3a04 2ab4 0043
0000070: 3a05 1904 b400 433a 0619 0511 0048 3d11
0000080: 0002 3ec7 002b 121a 1c1d 04b8 007b 11ff
0000090: ff3e 1906 1100 483d 1100 033e c600 5012
00000a0: 1a1c 1d04 b800 7b11 ffff 3ea7 0025 1d9b
00000b0: 000f 121a 1c1d 03b8 007b 11ff ff3e 1905
00000c0: 1906 b600 7d11 0048 3d11 0004 3e9a 001f
00000d0: 1c11 0048 a000 161d 1100 04a0 000f 121a
00000e0: 1c1d 04b8 007b 11ff ff3e 03ac 1d9b 000f
00000f0: 121a 1c1d 03b8 007b 11ff ff3e 04ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2585)
at java.lang.Class.getConstructor0(Class.java:2885)
at java.lang.Class.getDeclaredConstructor(Class.java:2058)
at com.jcabi.http.RequestTest.request(RequestTest.java:523)
at com.jcabi.http.RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty(RequestTest.java:510)
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 org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
... 10 more
sendsHttpRequestAndProcessesHttpResponse[0](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsHttpRequestAndProcessesHttpResponse(RequestTest.java:99)
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 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)
assertsHttpStatus[0](com.jcabi.http.RequestTest) Time elapsed: 0.006 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsHttpStatus(RequestTest.java:270)
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 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)
sendsTextWithPostRequestMatchBody[0](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchBody(RequestTest.java:243)
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 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)
assertsHttpResponseBody[0](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsHttpResponseBody(RequestTest.java:289)
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 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)
assertsResponseBodyWithXpathQuery[0](com.jcabi.http.RequestTest) Time elapsed: 0.072 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsResponseBodyWithXpathQuery(RequestTest.java:334)
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 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)
sendsRequestBodyAsInputStream[0](com.jcabi.http.RequestTest) Time elapsed: 0.007 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsRequestBodyAsInputStream(RequestTest.java:481)
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 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)
doesntRedirectWithoutRequest[0](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.doesntRedirectWithoutRequest(RequestTest.java:464)
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 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)
sendsTextWithGetParameters[0](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithGetParameters(RequestTest.java:160)
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 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)
assertsHttpHeaders[0](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsHttpHeaders(RequestTest.java:306)
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 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)
sendsTextWithPostRequestMatchParam[0](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchParam(RequestTest.java:184)
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 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)
acceptsUnicodeInXml[0](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.acceptsUnicodeInXml(RequestTest.java:389)
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 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)
sendsHttpRequestWithHeaders[0](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsHttpRequestWithHeaders(RequestTest.java:127)
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 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)
sendsIdenticalHttpRequestTwice[0](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsIdenticalHttpRequestTwice(RequestTest.java:436)
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 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)
sendsTextWithPostRequestMatchMultipleParams[0](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchMultipleParams(RequestTest.java:211)
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 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)
fetchThrowsExceptionWhenBodyIsNotEmpty[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.Exception: Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.VerifyError>
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
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.VerifyError: Expecting a stackmap frame at branch target 41
Exception Details:
Location:
com/jcabi/http/request/JdkRequest.equals(Ljava/lang/Object;)Z @24: if_acmpne
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033d 11ff ff3e 121a 1100 48b8 0020 2b2a
0000010: 1100 483d 1100 003e a600 1112 1a1c 1d04
0000020: b800 7b11 ffff 3e04 ac1d 9b00 0f12 1a1c
0000030: 1d03 b800 7b11 ffff 3e2b c100 0211 0048
0000040: 3d11 0001 3e9a 0011 121a 1c1d 04b8 007b
0000050: 11ff ff3e 03ac 1d9b 000f 121a 1c1d 03b8
0000060: 007b 11ff ff3e 2bc0 0002 3a04 2ab4 0043
0000070: 3a05 1904 b400 433a 0619 0511 0048 3d11
0000080: 0002 3ec7 002b 121a 1c1d 04b8 007b 11ff
0000090: ff3e 1906 1100 483d 1100 033e c600 5012
00000a0: 1a1c 1d04 b800 7b11 ffff 3ea7 0025 1d9b
00000b0: 000f 121a 1c1d 03b8 007b 11ff ff3e 1905
00000c0: 1906 b600 7d11 0048 3d11 0004 3e9a 001f
00000d0: 1c11 0048 a000 161d 1100 04a0 000f 121a
00000e0: 1c1d 04b8 007b 11ff ff3e 03ac 1d9b 000f
00000f0: 121a 1c1d 03b8 007b 11ff ff3e 04ac
Stackmap Table:
same_frame(@57)
same_frame(@102)
append_frame(@190,Object[#2],Object[#4],Object[#4])
same_frame(@234)
same_frame(@252)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2585)
at java.lang.Class.getConstructor0(Class.java:2885)
at java.lang.Class.getDeclaredConstructor(Class.java:2058)
at com.jcabi.http.RequestTest.request(RequestTest.java:523)
at com.jcabi.http.RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty(RequestTest.java:510)
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 org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
... 10 more
sendsHttpRequestAndProcessesHttpResponse[1](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsHttpRequestAndProcessesHttpResponse(RequestTest.java:99)
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 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)
assertsHttpStatus[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsHttpStatus(RequestTest.java:270)
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 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)
sendsTextWithPostRequestMatchBody[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchBody(RequestTest.java:243)
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 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)
assertsHttpResponseBody[1](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsHttpResponseBody(RequestTest.java:289)
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 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)
assertsResponseBodyWithXpathQuery[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsResponseBodyWithXpathQuery(RequestTest.java:334)
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 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)
sendsBasicAuthenticationHeader[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsBasicAuthenticationHeader(RequestTest.java:408)
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 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)
acceptsUnicodeInPlainText[1](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.acceptsUnicodeInPlainText(RequestTest.java:369)
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 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)
mockedUrlIsInCorrectFormat[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.mockedUrlIsInCorrectFormat(RequestTest.java:352)
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 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)
sendsRequestBodyAsInputStream[1](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsRequestBodyAsInputStream(RequestTest.java:481)
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 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)
doesntRedirectWithoutRequest[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.doesntRedirectWithoutRequest(RequestTest.java:464)
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 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)
sendsTextWithGetParameters[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithGetParameters(RequestTest.java:160)
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 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)
assertsHttpHeaders[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.assertsHttpHeaders(RequestTest.java:306)
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 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)
sendsTextWithPostRequestMatchParam[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchParam(RequestTest.java:184)
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 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)
acceptsUnicodeInXml[1](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.acceptsUnicodeInXml(RequestTest.java:389)
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 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)
sendsHttpRequestWithHeaders[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsHttpRequestWithHeaders(RequestTest.java:127)
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 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)
sendsIdenticalHttpRequestTwice[1](com.jcabi.http.RequestTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsIdenticalHttpRequestTwice(RequestTest.java:436)
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 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)
sendsTextWithPostRequestMatchMultipleParams[1](com.jcabi.http.RequestTest) Time elapsed: 0 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchMultipleParams(RequestTest.java:211)
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 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)
mockedUrlIsInCorrectFormat[0](com.jcabi.http.RequestTest) Time elapsed: 0.008 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.mockedUrlIsInCorrectFormat(RequestTest.java:352)
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 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)
acceptsUnicodeInPlainText[0](com.jcabi.http.RequestTest) Time elapsed: 0.014 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.acceptsUnicodeInPlainText(RequestTest.java:369)
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 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)
sendsBasicAuthenticationHeader[0](com.jcabi.http.RequestTest) Time elapsed: 0.014 sec <<< ERROR!
java.lang.VerifyError: Expecting a stackmap frame at branch target 152
Exception Details:
Location:
com/jcabi/http/mock/MkGrizzlyContainer.reserve()I @26: ldc
Reason:
Expected stackmap frame at this location.
Bytecode:
0000000: 033b 11ff ff3c 1216 1100 a2b8 001c bb00
0000010: 9c59 03b7 009d 4e01 3a04 1216 1100 a3b8
0000020: 001c 2db6 00a0 3d12 1611 00a4 b800 1c2d
0000030: 1100 a43b 1100 003c c600 f412 161a 1b04
0000040: b800 5c11 ffff 3c19 0411 00a4 3b11 0001
0000050: 3cc6 0030 1a11 00a4 a000 161b 1100 01a0
0000060: 000f 1216 1a1b 04b8 005c 11ff ff3c 2db6
0000070: 00a2 a700 ba3a 0519 0419 05b6 00a6 a700
0000080: ae1b 9b00 0f12 161a 1b03 b800 5c11 ffff
0000090: 3c2d b600 a2a7 0097 1216 1100 a2b8 001c
00000a0: 3a05 1905 3a04 1905 bf12 1611 00a4 b800
00000b0: 1c3a 062d 1100 a43b 1100 003c c600 5d12
00000c0: 161a 1b04 b800 5c11 ffff 3c19 0411 00a4
00000d0: 3b11 0001 3cc6 0030 1a11 00a4 a000 161b
00000e0: 1100 01a0 000f 1216 1a1b 04b8 005c 11ff
00000f0: ff3c 2db6 00a2 a700 233a 0719 0419 07b6
0000100: 00a6 a700 171b 9b00 0f12 161a 1b03 b800
0000110: 5c11 ffff 3c2d b600 a21b 9b00 0f12 161a
0000120: 1b03 b800 5c11 ffff 3c19 06bf 1b9b 000f
0000130: 1216 1a1b 03b8 005c 11ff ff3c 1216 1100
0000140: a5b8 001c 1cac
Exception Handler Table:
bci [84, 114] => handler: 117
bci [26, 39] => handler: 152
bci [26, 39] => handler: 169
bci [216, 246] => handler: 249
bci [152, 179] => handler: 169
Stackmap Table:
full_frame(@117,{Integer,Object[#156],Object[#154]},{Object[#154]})
same_frame(@145)
full_frame(@160,{Top,Object[#156],Object[#154]},{Object[#154]})
same_locals_1_stack_item_frame(@177,Object[#154])
full_frame(@249,{Top,Object[#156],Object[#154],Top,Object[#154]},{Object[#154]})
same_frame(@277)
same_frame(@297)
full_frame(@324,{Integer},{})
at com.jcabi.http.RequestTest.sendsBasicAuthenticationHeader(RequestTest.java:408)
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 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)
Results :
Tests in error:
GrizzlyQueryTest.returnsBinaryBody:65 Verify Instruction type does not match s...
WebLinkingResponseTest.followsLinksInHeaders:84 Verify Expecting a stackmap fr...
WebLinkingResponseTest.parsesLinksInHeaders:59 Verify Expecting a stackmap fra...
JsoupResponseTest.normalizesHtml:52 Verify Expecting a stackmap frame at branc...
UserAgentWireTest.addsUserAgentHeader:56 Verify Expecting a stackmap frame at ...
JsonResponseTest.logsForInvalidJsonObject:91 Verify Expecting a stackmap frame...
JsonResponseTest.logsForInvalidJsonArray:111 Verify Expecting a stackmap frame...
JsonResponseTest.readsJsonDocument:53 Verify Expecting a stackmap frame at bra...
JsonResponseTest.logsForInvalidJson:131 Verify Expecting a stackmap frame at b...
JsonResponseTest.readsControlCharacters:74 Verify Expecting a stackmap frame a...
BaseRequestTest.buildsDestinationUri:54 Verify Expecting a stackmap frame at b...
BaseRequestTest.identifiesUniquely:103 Verify Expecting a stackmap frame at br...
BaseRequestTest.includesPort:88 Verify Expecting a stackmap frame at branch ta...
BaseRequestTest.printsJsonInBody:73 Verify Expecting a stackmap frame at branc...
VerboseWireTest.logsRequest:58 Verify Expecting a stackmap frame at branch tar...
VerboseWireTest.logsRequestBody:76 Verify Expecting a stackmap frame at branch...
MkAnswerMatchersTest.canMatchBody:53 » Verify Expecting a stackmap frame at br...
MkAnswerMatchersTest.canMatchHeader:72 » Verify Expecting a stackmap frame at ...
MkQueryMatchersTest.canMatchHeader:72 » Verify Expecting a stackmap frame at b...
MkQueryMatchersTest.canMatchBody:53 » Verify Expecting a stackmap frame at bra...
FakeRequestTest.changesUri:92 Verify Expecting a stackmap frame at branch targ...
FakeRequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty » Unexpected exception...
FakeRequestTest.sendsHttpRequestAndProcessesHttpResponse:58->generateMainRequest:178 Verify
FakeRequestTest.changesUriInResponse:106 Verify Expecting a stackmap frame at ...
FakeRequestTest.identifiesUniquely:157 Verify Expecting a stackmap frame at br...
FakeRequestTest.sendsHttpRequestAndProcessesHttpBinaryResponse:76->generateMainRequest:178 Verify
FakeRequestTest.fakeRequestReturnsResponseBody:139 Verify Expecting a stackmap...
ImmutableHeaderTest.normalizesHeaderKey:50 Verify Expecting a stackmap frame a...
DefaultResponseTest.throwsWhenEntityIsNotAUnicodeString » Unexpected exceptio...
CachingWireTest.flushesOnRegularExpressionMatch:97 Verify Expecting a stackmap...
CachingWireTest.ignoresPutRequest:77 Verify Expecting a stackmap frame at bran...
CachingWireTest.cachesGetRequest:58 Verify Expecting a stackmap frame at branc...
CookieOptimizingWireTest.avoidsTransferringOfEmptyCookiesOnFollow:101 Verify E...
CookieOptimizingWireTest.transfersCookiesOnFollow:57 Verify Expecting a stackm...
MkContainerTest.takesMatchingQuery:202 Verify Expecting a stackmap frame at br...
MkContainerTest.returnsErrorIfNoMatches » Unexpected exception, expected<java...
MkContainerTest.understandsDuplicateHeaders:80 Verify Expecting a stackmap fra...
MkContainerTest.answersConditionally:105 Verify Expecting a stackmap frame at ...
MkContainerTest.worksAsServletContainer:58 Verify Expecting a stackmap frame a...
MkContainerTest.takesAllMatchingQueries:236 Verify Expecting a stackmap frame ...
MkContainerTest.canAnswerMultipleTimes:151 Verify Expecting a stackmap frame a...
MkContainerTest.prioritizesMatchingAnswers:176 Verify Expecting a stackmap fra...
AutoRedirectingWireTest.retriesForHttpRedirectStatus:61 Verify Expecting a sta...
AutoRedirectingWireTest.returnsValidResponseAfterRetry:91 Verify Expecting a s...
XmlResponseTest.findsDocumentNodesWithXpath:55 Verify Expecting a stackmap fra...
XmlResponseTest.assertsWithXpathAndNamespaces:92 Verify Expecting a stackmap f...
XmlResponseTest.findsDocumentNodesWithXpathAndReturnsThem:131 Verify Expecting...
XmlResponseTest.assertsWithXpathWithCustomNamespace:109 Verify Expecting a sta...
XmlResponseTest.assertsWithXpath:76 Verify Expecting a stackmap frame at branc...
RestResponseTest.retrievesCookieByName:89 Verify Expecting a stackmap frame at...
RestResponseTest.jumpsToRelativeUrls:113 Verify Expecting a stackmap frame at ...
RestResponseTest.assertsHttpStatusCode » Unexpected exception, expected<java....
RestResponseTest.assertsHttpHeaders:69 Verify Expecting a stackmap frame at br...
RetryWireTest.makesMultipleRequests:53 Verify Expecting a stackmap frame at br...
TrustedWireTest.ignoresPkixErrors:54 Verify Expecting a stackmap frame at bran...
RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty[0] » Unexpected exception,...
RequestTest.sendsHttpRequestAndProcessesHttpResponse:99 Verify Expecting a sta...
RequestTest.assertsHttpStatus:270 Verify Expecting a stackmap frame at branch ...
RequestTest.sendsTextWithPostRequestMatchBody:243 Verify Expecting a stackmap ...
RequestTest.assertsHttpResponseBody:289 Verify Expecting a stackmap frame at b...
RequestTest.assertsResponseBodyWithXpathQuery:334 Verify Expecting a stackmap ...
RequestTest.sendsRequestBodyAsInputStream:481 Verify Expecting a stackmap fram...
RequestTest.doesntRedirectWithoutRequest:464 Verify Expecting a stackmap frame...
RequestTest.sendsTextWithGetParameters:160 Verify Expecting a stackmap frame a...
RequestTest.assertsHttpHeaders:306 Verify Expecting a stackmap frame at branch...
RequestTest.sendsTextWithPostRequestMatchParam:184 Verify Expecting a stackmap...
RequestTest.acceptsUnicodeInXml:389 Verify Expecting a stackmap frame at branc...
RequestTest.sendsHttpRequestWithHeaders:127 Verify Expecting a stackmap frame ...
RequestTest.sendsIdenticalHttpRequestTwice:436 Verify Expecting a stackmap fra...
RequestTest.sendsTextWithPostRequestMatchMultipleParams:211 Verify Expecting a...
RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty[1] » Unexpected exception,...
RequestTest.sendsHttpRequestAndProcessesHttpResponse:99 Verify Expecting a sta...
RequestTest.assertsHttpStatus:270 Verify Expecting a stackmap frame at branch ...
RequestTest.sendsTextWithPostRequestMatchBody:243 Verify Expecting a stackmap ...
RequestTest.assertsHttpResponseBody:289 Verify Expecting a stackmap frame at b...
RequestTest.assertsResponseBodyWithXpathQuery:334 Verify Expecting a stackmap ...
RequestTest.sendsBasicAuthenticationHeader:408 Verify Expecting a stackmap fra...
RequestTest.acceptsUnicodeInPlainText:369 Verify Expecting a stackmap frame at...
RequestTest.mockedUrlIsInCorrectFormat:352 Verify Expecting a stackmap frame a...
RequestTest.sendsRequestBodyAsInputStream:481 Verify Expecting a stackmap fram...
RequestTest.doesntRedirectWithoutRequest:464 Verify Expecting a stackmap frame...
RequestTest.sendsTextWithGetParameters:160 Verify Expecting a stackmap frame a...
RequestTest.assertsHttpHeaders:306 Verify Expecting a stackmap frame at branch...
RequestTest.sendsTextWithPostRequestMatchParam:184 Verify Expecting a stackmap...
RequestTest.acceptsUnicodeInXml:389 Verify Expecting a stackmap frame at branc...
RequestTest.sendsHttpRequestWithHeaders:127 Verify Expecting a stackmap frame ...
RequestTest.sendsIdenticalHttpRequestTwice:436 Verify Expecting a stackmap fra...
RequestTest.sendsTextWithPostRequestMatchMultipleParams:211 Verify Expecting a...
RequestTest.mockedUrlIsInCorrectFormat:352 Verify Expecting a stackmap frame a...
RequestTest.acceptsUnicodeInPlainText:369 Verify Expecting a stackmap frame at...
RequestTest.sendsBasicAuthenticationHeader:408 Verify Expecting a stackmap fra...
Tests run: 91, Failures: 0, Errors: 91, Skipped: 0
[ERROR] There are test failures.
Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[INFO]
[INFO] <<< cobertura-maven-plugin:2.5.2:cobertura @ jcabi-http <<<
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.3
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.pom (12 KB at 623.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.jar (49 KB at 2404.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.pom (5 KB at 233.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.pom (3 KB at 164.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.pom (5 KB at 211.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.pom (4 KB at 187.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.pom (3 KB at 132.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom (2 KB at 60.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.pom (4 KB at 170.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.jar (39 KB at 2042.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (52 KB at 2736.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.jar (46 KB at 2274.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.jar (23 KB at 1065.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar (29 KB at 1417.8 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.jar (18 KB at 917.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.jar (14 KB at 700.2 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.jar (27 KB at 1381.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar (237 KB at 8758.5 KB/sec)
[INFO] preparing 'report' report requires 'process-classes' forked phase execution
[INFO]
[INFO] >>> maven-plugin-plugin:3.3:report @ jcabi-http >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-http ---
[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: 7ffb876 at timestamp: 2015-10-03T16:57:19
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-http ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-http ---
[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-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/r/repo/target/classes
[INFO]
[INFO] <<< maven-plugin-plugin:3.3:report @ jcabi-http <<<
[INFO] Parent project loaded from repository: com.jcabi:jcabi:pom:1.17
[INFO] Parent project loaded from repository: com.jcabi:parent:pom:0.32.1
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.17/jcabi-1.17-site_en.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.17/jcabi-1.17-site_en.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.17/jcabi-1.17-site.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.17/jcabi-1.17-site.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.32.1/parent-0.32.1-site_en.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1-site_en.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.32.1/parent-0.32.1-site.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1-site.xml
[INFO] Relativizing decoration links with respect to project URL: http://www.jcabi.com/jcabi-http
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.5.1/jcabi-maven-skin-1.5.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.5.1/jcabi-maven-skin-1.5.1.jar (19 KB at 407.7 KB/sec)
[INFO] Rendering site with com.jcabi:jcabi-maven-skin:jar:1.5.1 skin.
[INFO] Rendering 10 Doxia documents: 10 apt
[INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.7:dependencies
[INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.7:issue-tracking
[INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.7:license
[INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.7:plugins
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-docck-plugin/1.0/maven-docck-plugin-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-docck-plugin/1.0/maven-docck-plugin-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-docck-plugin/1.0/maven-docck-plugin-1.0.pom (6 KB at 232.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 KB at 764.8 KB/sec)
[INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.7:scm
[INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.7:summary
[INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.4:test-jxr
[INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.4:jxr
[INFO] Generating "Surefire Report" report --- maven-surefire-report-plugin:2.17:report-only
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.acceptsUnicodeInPlainText[0]' to 'com.jcabi.http.RequestTest.acceptsUnicodeInPlainText0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.acceptsUnicodeInPlainText[1]' to 'com.jcabi.http.RequestTest.acceptsUnicodeInPlainText1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.acceptsUnicodeInXml[0]' to 'com.jcabi.http.RequestTest.acceptsUnicodeInXml0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.acceptsUnicodeInXml[1]' to 'com.jcabi.http.RequestTest.acceptsUnicodeInXml1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsHttpHeaders[0]' to 'com.jcabi.http.RequestTest.assertsHttpHeaders0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsHttpHeaders[1]' to 'com.jcabi.http.RequestTest.assertsHttpHeaders1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsHttpResponseBody[0]' to 'com.jcabi.http.RequestTest.assertsHttpResponseBody0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsHttpResponseBody[1]' to 'com.jcabi.http.RequestTest.assertsHttpResponseBody1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsHttpStatus[0]' to 'com.jcabi.http.RequestTest.assertsHttpStatus0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsHttpStatus[1]' to 'com.jcabi.http.RequestTest.assertsHttpStatus1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsResponseBodyWithXpathQuery[0]' to 'com.jcabi.http.RequestTest.assertsResponseBodyWithXpathQuery0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.assertsResponseBodyWithXpathQuery[1]' to 'com.jcabi.http.RequestTest.assertsResponseBodyWithXpathQuery1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.doesntRedirectWithoutRequest[0]' to 'com.jcabi.http.RequestTest.doesntRedirectWithoutRequest0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.doesntRedirectWithoutRequest[1]' to 'com.jcabi.http.RequestTest.doesntRedirectWithoutRequest1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty[0]' to 'com.jcabi.http.RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty[1]' to 'com.jcabi.http.RequestTest.fetchThrowsExceptionWhenBodyIsNotEmpty1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.mockedUrlIsInCorrectFormat[0]' to 'com.jcabi.http.RequestTest.mockedUrlIsInCorrectFormat0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.mockedUrlIsInCorrectFormat[1]' to 'com.jcabi.http.RequestTest.mockedUrlIsInCorrectFormat1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsBasicAuthenticationHeader[0]' to 'com.jcabi.http.RequestTest.sendsBasicAuthenticationHeader0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsBasicAuthenticationHeader[1]' to 'com.jcabi.http.RequestTest.sendsBasicAuthenticationHeader1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsHttpRequestAndProcessesHttpResponse[0]' to 'com.jcabi.http.RequestTest.sendsHttpRequestAndProcessesHttpResponse0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsHttpRequestAndProcessesHttpResponse[1]' to 'com.jcabi.http.RequestTest.sendsHttpRequestAndProcessesHttpResponse1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsHttpRequestWithHeaders[0]' to 'com.jcabi.http.RequestTest.sendsHttpRequestWithHeaders0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsHttpRequestWithHeaders[1]' to 'com.jcabi.http.RequestTest.sendsHttpRequestWithHeaders1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsIdenticalHttpRequestTwice[0]' to 'com.jcabi.http.RequestTest.sendsIdenticalHttpRequestTwice0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsIdenticalHttpRequestTwice[1]' to 'com.jcabi.http.RequestTest.sendsIdenticalHttpRequestTwice1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsRequestBodyAsInputStream[0]' to 'com.jcabi.http.RequestTest.sendsRequestBodyAsInputStream0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsRequestBodyAsInputStream[1]' to 'com.jcabi.http.RequestTest.sendsRequestBodyAsInputStream1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithGetParameters[0]' to 'com.jcabi.http.RequestTest.sendsTextWithGetParameters0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithGetParameters[1]' to 'com.jcabi.http.RequestTest.sendsTextWithGetParameters1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchBody[0]' to 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchBody0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchBody[1]' to 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchBody1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchMultipleParams[0]' to 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchMultipleParams0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchMultipleParams[1]' to 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchMultipleParams1'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchParam[0]' to 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchParam0'
[warn] [XHTML Sink] Modified invalid anchor name: 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchParam[1]' to 'com.jcabi.http.RequestTest.sendsTextWithPostRequestMatchParam1'
[INFO] Generating "Dependency Updates Report" report --- versions-maven-plugin:2.1:dependency-updates-report
[INFO] artifact com.jcabi:jcabi-xml: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-xml: checking for updates from central
[INFO] artifact com.sun.grizzly:grizzly-servlet-webserver: checking for updates from oss.sonatype.org
[INFO] artifact com.sun.grizzly:grizzly-servlet-webserver: checking for updates from central
[INFO] artifact com.sun.jersey:jersey-client: checking for updates from oss.sonatype.org
[INFO] artifact com.sun.jersey:jersey-client: checking for updates from central
[INFO] artifact com.sun.jersey:jersey-core: checking for updates from oss.sonatype.org
[INFO] artifact com.sun.jersey:jersey-core: checking for updates from central
[INFO] artifact com.sun.jersey:jersey-server: checking for updates from oss.sonatype.org
[INFO] artifact com.sun.jersey:jersey-server: checking for updates from central
[INFO] artifact javax.xml.bind:jsr173_api: checking for updates from oss.sonatype.org
[INFO] artifact javax.xml.bind:jsr173_api: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '20d11f99bbf068cfce71d41ba86ff5867f8f619e'; remote = 'da39a3ee5e6b4b0d3255bfef95601890afd80709' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '20d11f99bbf068cfce71d41ba86ff5867f8f619e'; remote = 'da39a3ee5e6b4b0d3255bfef95601890afd80709' - IGNORING
[INFO] artifact net.sourceforge.saxon:saxon: checking for updates from oss.sonatype.org
[INFO] artifact net.sourceforge.saxon:saxon: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpclient: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.httpcomponents:httpclient: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpcore: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.httpcomponents:httpcore: checking for updates from central
[INFO] artifact org.glassfish:javax.json: checking for updates from oss.sonatype.org
[INFO] artifact org.glassfish:javax.json: checking for updates from central
[INFO] artifact org.jsoup:jsoup: checking for updates from oss.sonatype.org
[INFO] artifact org.jsoup:jsoup: checking for updates from central
[INFO] artifact com.google.guava:guava: checking for updates from oss.sonatype.org
[INFO] artifact com.google.guava:guava: checking for updates from central
[INFO] artifact com.jcabi:jcabi-aether: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-aether: checking for updates from central
[INFO] artifact com.jcabi:jcabi-aspects: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-aspects: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '1e838ea5696fc9aa36cc050f28041a69785a7c3e'; remote = 'baeb102ef0cbb482606387339491fddaf0d9a37c' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '1e838ea5696fc9aa36cc050f28041a69785a7c3e'; remote = 'baeb102ef0cbb482606387339491fddaf0d9a37c' - IGNORING
[INFO] artifact com.jcabi:jcabi-dynamo: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-dynamo: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '40be697d833639254f014413cfec2fbd743ea85e'; remote = '248a85a9e6bdfc9b613db0e029719406e33e01bc' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '40be697d833639254f014413cfec2fbd743ea85e'; remote = '248a85a9e6bdfc9b613db0e029719406e33e01bc' - IGNORING
[INFO] artifact com.jcabi:jcabi-email: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-email: checking for updates from central
[INFO] artifact com.jcabi:jcabi-github: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-github: checking for updates from central
[INFO] artifact com.jcabi:jcabi-http: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-http: checking for updates from central
[INFO] artifact com.jcabi:jcabi-immutable: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-immutable: checking for updates from central
[INFO] artifact com.jcabi:jcabi-jdbc: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-jdbc: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '4484fde4bce23ecc0fb91e6a09e6307ee64c3ed3'; remote = '2275ae9b174ca9e29f60ded65bc210e756fd7924' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '4484fde4bce23ecc0fb91e6a09e6307ee64c3ed3'; remote = '2275ae9b174ca9e29f60ded65bc210e756fd7924' - IGNORING
[INFO] artifact com.jcabi:jcabi-log: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-log: checking for updates from central
[INFO] artifact com.jcabi:jcabi-manifests: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-manifests: checking for updates from central
[INFO] artifact com.jcabi:jcabi-matchers: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-matchers: checking for updates from central
[INFO] artifact com.jcabi:jcabi-maven-slf4j: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-maven-slf4j: checking for updates from central
[INFO] artifact com.jcabi:jcabi-odesk: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-odesk: checking for updates from central
[INFO] artifact com.jcabi:jcabi-s3: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-s3: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '29d0ce4b0e2a5bfc5da0a5b0d3a243aeade7edf7'; remote = '2b3e0137f5bcff5e31dd94cc71bfabe7fb61b9fa' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '29d0ce4b0e2a5bfc5da0a5b0d3a243aeade7edf7'; remote = '2b3e0137f5bcff5e31dd94cc71bfabe7fb61b9fa' - IGNORING
[INFO] artifact com.jcabi:jcabi-simpledb: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-simpledb: checking for updates from central
[INFO] artifact com.jcabi:jcabi-ssh: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-ssh: checking for updates from central
[INFO] artifact com.jcabi:jcabi-urn: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-urn: checking for updates from central
[INFO] artifact com.jcabi:jcabi-velocity: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-velocity: checking for updates from central
[INFO] artifact com.jcabi:jcabi-w3c: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-w3c: checking for updates from central
[INFO] artifact commons-codec:commons-codec: checking for updates from oss.sonatype.org
[INFO] artifact commons-codec:commons-codec: checking for updates from central
[INFO] artifact commons-collections:commons-collections: checking for updates from oss.sonatype.org
[INFO] artifact commons-collections:commons-collections: checking for updates from central
[INFO] artifact commons-io:commons-io: checking for updates from oss.sonatype.org
[INFO] artifact commons-io:commons-io: checking for updates from central
[INFO] artifact commons-net:commons-net: checking for updates from oss.sonatype.org
[INFO] artifact commons-net:commons-net: checking for updates from central
[INFO] artifact javax.el:javax.el-api: checking for updates from oss.sonatype.org
[INFO] artifact javax.el:javax.el-api: checking for updates from central
[INFO] artifact javax.json:javax.json-api: checking for updates from oss.sonatype.org
[INFO] artifact javax.json:javax.json-api: checking for updates from central
[INFO] artifact javax.servlet:servlet-api: checking for updates from oss.sonatype.org
[INFO] artifact javax.servlet:servlet-api: checking for updates from central
[INFO] artifact javax.validation:validation-api: checking for updates from oss.sonatype.org
[INFO] artifact javax.validation:validation-api: checking for updates from central
[INFO] artifact javax.ws.rs:jsr311-api: checking for updates from oss.sonatype.org
[INFO] artifact javax.ws.rs:jsr311-api: checking for updates from central
[INFO] artifact javax.xml.bind:jaxb-api: checking for updates from oss.sonatype.org
[INFO] artifact javax.xml.bind:jaxb-api: checking for updates from central
[INFO] artifact junit:junit: checking for updates from oss.sonatype.org
[INFO] artifact junit:junit: checking for updates from central
[INFO] artifact log4j:log4j: checking for updates from oss.sonatype.org
[INFO] artifact log4j:log4j: checking for updates from central
[INFO] artifact org.antlr:antlr-runtime: checking for updates from oss.sonatype.org
[INFO] artifact org.antlr:antlr-runtime: checking for updates from central
[INFO] artifact org.antlr:antlr4-annotations: checking for updates from oss.sonatype.org
[INFO] artifact org.antlr:antlr4-annotations: checking for updates from central
[INFO] artifact org.antlr:antlr4-runtime: checking for updates from oss.sonatype.org
[INFO] artifact org.antlr:antlr4-runtime: checking for updates from central
[INFO] artifact org.apache.commons:commons-lang3: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.commons:commons-lang3: checking for updates from central
[INFO] artifact org.apache.commons:commons-math3: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.commons:commons-math3: checking for updates from central
[INFO] artifact org.aspectj:aspectjrt: checking for updates from oss.sonatype.org
[INFO] artifact org.aspectj:aspectjrt: checking for updates from central
[INFO] artifact org.clojure:clojure: checking for updates from oss.sonatype.org
[INFO] artifact org.clojure:clojure: checking for updates from central
[INFO] artifact org.clojure:clojure-contrib: checking for updates from oss.sonatype.org
[INFO] artifact org.clojure:clojure-contrib: checking for updates from central
[INFO] artifact org.clojure:tools.logging: checking for updates from oss.sonatype.org
[INFO] artifact org.clojure:tools.logging: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-all: checking for updates from oss.sonatype.org
[INFO] artifact org.codehaus.groovy:groovy-all: checking for updates from central
[INFO] artifact org.hamcrest:hamcrest-core: checking for updates from oss.sonatype.org
[INFO] artifact org.hamcrest:hamcrest-core: checking for updates from central
[INFO] artifact org.hamcrest:hamcrest-library: checking for updates from oss.sonatype.org
[INFO] artifact org.hamcrest:hamcrest-library: checking for updates from central
[INFO] artifact org.hibernate:hibernate-validator: checking for updates from oss.sonatype.org
[INFO] artifact org.hibernate:hibernate-validator: checking for updates from central
[INFO] artifact org.mockito:mockito-core: checking for updates from oss.sonatype.org
[INFO] artifact org.mockito:mockito-core: checking for updates from central
[INFO] artifact org.projectlombok:lombok: checking for updates from oss.sonatype.org
[INFO] artifact org.projectlombok:lombok: checking for updates from central
[INFO] artifact org.slf4j:slf4j-log4j12: checking for updates from oss.sonatype.org
[INFO] artifact org.slf4j:slf4j-log4j12: checking for updates from central
[INFO] artifact xml-apis:xml-apis: checking for updates from oss.sonatype.org
[INFO] artifact xml-apis:xml-apis: checking for updates from central
[INFO] Generating "Plugin Updates Report" report --- versions-maven-plugin:2.1:plugin-updates-report
[INFO] artifact org.apache.maven.plugins:maven-docck-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-docck-plugin: checking for updates from central
[INFO] artifact org.codehaus.mojo:buildnumber-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.codehaus.mojo:buildnumber-maven-plugin: checking for updates from central
[INFO] artifact com.github.github:site-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.github.github:site-maven-plugin: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c075ffb796e509918f19107426c831dcbf250a66'; remote = 'fba913813248d38d6706df5753fe1758baace9d4' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c075ffb796e509918f19107426c831dcbf250a66'; remote = 'fba913813248d38d6706df5753fe1758baace9d4' - IGNORING
[INFO] artifact com.jcabi:jcabi-beanstalk-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-beanstalk-maven-plugin: checking for updates from central
[INFO] artifact com.jcabi:jcabi-dynamodb-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-dynamodb-maven-plugin: checking for updates from central
[INFO] artifact com.jcabi:jcabi-heroku-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-heroku-maven-plugin: checking for updates from central
[INFO] artifact com.jcabi:jcabi-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-maven-plugin: checking for updates from central
[INFO] artifact com.jcabi:jcabi-mysql-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-mysql-maven-plugin: checking for updates from central
[INFO] artifact com.jcabi:jcabi-ssl-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-ssl-maven-plugin: checking for updates from central
[INFO] artifact com.qulice:qulice-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.qulice:qulice-maven-plugin: checking for updates from central
[INFO] artifact com.sun.tools.jxc.maven2:maven-jaxb-schemagen-plugin: checking for updates from oss.sonatype.org
[INFO] artifact com.sun.tools.jxc.maven2:maven-jaxb-schemagen-plugin: checking for updates from central
[INFO] artifact com.sun:tools: checking for updates from oss.sonatype.org
[INFO] artifact com.sun:tools: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-antrun-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-antrun-plugin: checking for updates from central
[INFO] artifact ant-contrib:ant-contrib: checking for updates from oss.sonatype.org
[INFO] artifact ant-contrib:ant-contrib: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-assembly-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-assembly-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-changes-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-changes-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-dependency-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-dependency-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-failsafe-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-failsafe-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-invoker-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-invoker-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-javadoc-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-javadoc-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-plugin-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-plugin-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-release-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-release-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for updates from central
[INFO] artifact org.apache.maven.doxia:doxia-module-markdown: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.doxia:doxia-module-markdown: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from central
[INFO] artifact org.codehaus.mojo:cobertura-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.codehaus.mojo:cobertura-maven-plugin: checking for updates from central
[INFO] artifact org.codehaus.mojo:versions-maven-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.codehaus.mojo:versions-maven-plugin: checking for updates from central
[INFO] Generating "JavaDocs" report --- maven-javadoc-plugin:2.9.1:javadoc
[ERROR] Error fetching link: http://www.jcabi.com/jcabi-immutable/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://beanvalidation.org/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.jcabi.com/jcabi-manifests/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://projectlombok.org/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://json-processing-spec.java.net/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://code.google.com/p/guava-libraries/guava/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.jcabi.com/jcabi-matchers/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.jcabi.com/jcabi-xml/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: https://github.com/hamcrest/JavaHamcrest/hamcrest-library/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: https://github.com/hamcrest/JavaHamcrest/hamcrest-core/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://jaxb.java.net/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: https://grizzly.dev.java.net/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://saxon.sourceforge.net/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://saxon.sourceforge.net/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: https://jersey.java.net/jersey-client/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: https://jersey.java.net/jersey-core/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-core-ga/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://hc.apache.org/httpcomponents-client/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://jsonp.java.net/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: https://jersey.java.net/jersey-server/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it.
[INFO]
9 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://www.h2database.com/javadoc/package-list
[WARNING] javadoc: warning - Error fetching URL: http://jolbox.com/bonecp/downloads/site/apidocs/package-list
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/mock/MkAnswerMatchers.java:66: warning - Tag @link: can't find header() in com.jcabi.http.mock.MkAnswer
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/mock/MkQueryMatchers.java:67: warning - Tag @link: can't find header() in com.jcabi.http.mock.MkQuery
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: Request
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: JdkRequest
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: JdkRequest
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: ApacheRequest
[WARNING] /home/r/repo/src/main/java/com/jcabi/http/request/package-info.java:46: warning - Tag @link: reference not found: JdkRequest
[INFO] Generating "Cobertura Test Coverage" report --- cobertura-maven-plugin:2.5.2:cobertura
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 56 classes.
[cobertura] WARN [main] net.sourceforge.cobertura.reporting.ComplexityCalculator - JavaNCSS got an error while parsing the java file /home/r/repo/src/main/java/com/jcabi/http/mock/GrizzlyQuery.java
ParseException in STDIN
Last useful checkpoint: "com.jcabi.http.mock.GrizzlyQuery.headers(GrizzlyRequest)"
Encountered " ">" "> "" at line 168, column 29.
Was expecting one of:
"boolean" ...
"byte" ...
"char" ...
"double" ...
"float" ...
"int" ...
"long" ...
"short" ...
<IDENTIFIER> ...
"?" ...
"boolean" ...
"char" ...
"byte" ...
"short" ...
"int" ...
"long" ...
"float" ...
"double" ...
<IDENTIFIER> ...
"?" ...
"?" ...
"?" ...
"?" ...
[cobertura] WARN [main] net.sourceforge.cobertura.reporting.ComplexityCalculator - JavaNCSS got an error while parsing the java file /home/r/repo/src/main/java/com/jcabi/http/mock/MkGrizzlyContainer.java
ParseException in STDIN
Last useful checkpoint: "com.jcabi.http.mock.MkGrizzlyContainer.reserve()"
Encountered " "(" "( "" at line 162, column 13.
Was expecting:
"{" ...
Report time: 1223ms
[ERROR] net.sourceforge.cobertura.javancss.parser.ParseException: Encountered " ">" "> "" at line 168, column 29.
Was expecting one of:
"boolean" ...
"byte" ...
"char" ...
"double" ...
"float" ...
"int" ...
"long" ...
"short" ...
<IDENTIFIER> ...
"?" ...
"boolean" ...
"char" ...
"byte" ...
"short" ...
"int" ...
"long" ...
"float" ...
"double" ...
<IDENTIFIER> ...
"?" ...
"?" ...
"?" ...
"?" ...
at net.sourceforge.cobertura.javancss.parser.JavaParser.generateParseException(JavaParser.java:10296)
at net.sourceforge.cobertura.javancss.parser.JavaParser.jj_consume_token(JavaParser.java:10172)
at net.sourceforge.cobertura.javancss.parser.JavaParser.TypeArgument(JavaParser.java:5656)
at net.sourceforge.cobertura.javancss.parser.JavaParser.TypeArguments(JavaParser.java:5615)
at net.sourceforge.cobertura.javancss.parser.JavaParser.AllocationExpression(JavaParser.java:3652)
at net.sourceforge.cobertura.javancss.parser.JavaParser.PrimaryPrefix(JavaParser.java:3460)
at net.sourceforge.cobertura.javancss.parser.JavaParser.PrimaryExpression(JavaParser.java:3388)
at net.sourceforge.cobertura.javancss.parser.JavaParser.PostfixExpression(JavaParser.java:3342)
at net.sourceforge.cobertura.javancss.parser.JavaParser.UnaryExpressionNotPlusMinus(JavaParser.java:3249)
at net.sourceforge.cobertura.javancss.parser.JavaParser.UnaryExpression(JavaParser.java:3183)
at net.sourceforge.cobertura.javancss.parser.JavaParser.MultiplicativeExpression(JavaParser.java:3102)
at net.sourceforge.cobertura.javancss.parser.JavaParser.AdditiveExpression(JavaParser.java:3073)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ShiftExpression(JavaParser.java:3039)
at net.sourceforge.cobertura.javancss.parser.JavaParser.RelationalExpression(JavaParser.java:3002)
at net.sourceforge.cobertura.javancss.parser.JavaParser.InstanceOfExpression(JavaParser.java:2989)
at net.sourceforge.cobertura.javancss.parser.JavaParser.EqualityExpression(JavaParser.java:2960)
at net.sourceforge.cobertura.javancss.parser.JavaParser.AndExpression(JavaParser.java:2943)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ExclusiveOrExpression(JavaParser.java:2926)
at net.sourceforge.cobertura.javancss.parser.JavaParser.InclusiveOrExpression(JavaParser.java:2909)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalAndExpression(JavaParser.java:2891)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalOrExpression(JavaParser.java:2873)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ConditionalExpression(JavaParser.java:2857)
at net.sourceforge.cobertura.javancss.parser.JavaParser.Expression(JavaParser.java:2795)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ReturnStatement(JavaParser.java:4585)
at net.sourceforge.cobertura.javancss.parser.JavaParser.Statement(JavaParser.java:3838)
at net.sourceforge.cobertura.javancss.parser.JavaParser.BlockStatement(JavaParser.java:3997)
at net.sourceforge.cobertura.javancss.parser.JavaParser.Block(JavaParser.java:3947)
at net.sourceforge.cobertura.javancss.parser.JavaParser.MethodDeclaration(JavaParser.java:2039)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBodyDeclaration(JavaParser.java:1082)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBody(JavaParser.java:941)
at net.sourceforge.cobertura.javancss.parser.JavaParser.UnmodifiedClassDeclaration(JavaParser.java:854)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ClassDeclaration(JavaParser.java:761)
at net.sourceforge.cobertura.javancss.parser.JavaParser.TypeDeclaration(JavaParser.java:608)
at net.sourceforge.cobertura.javancss.parser.JavaParser.CompilationUnit(JavaParser.java:353)
at net.sourceforge.cobertura.javancss.parser.JavaParser.parse(JavaParser.java:137)
at net.sourceforge.cobertura.javancss.Javancss._measureSource(Javancss.java:256)
at net.sourceforge.cobertura.javancss.Javancss._measureRoot(Javancss.java:339)
at net.sourceforge.cobertura.javancss.Javancss.<init>(Javancss.java:419)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSource(ComplexityCalculator.java:102)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:139)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:224)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:194)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:164)
at net.sourceforge.cobertura.reporting.html.HTMLReport.generateTableRowForTotal(HTMLReport.java:704)
at net.sourceforge.cobertura.reporting.html.HTMLReport.generateOverview(HTMLReport.java:336)
at net.sourceforge.cobertura.reporting.html.HTMLReport.generateOverviews(HTMLReport.java:271)
at net.sourceforge.cobertura.reporting.html.HTMLReport.<init>(HTMLReport.java:96)
at net.sourceforge.cobertura.reporting.Main.parseArguments(Main.java:105)
at net.sourceforge.cobertura.reporting.Main.main(Main.java:174)
net.sourceforge.cobertura.javancss.parser.ParseException: Encountered " "(" "( "" at line 162, column 13.
Was expecting:
"{" ...
at net.sourceforge.cobertura.javancss.parser.JavaParser.generateParseException(JavaParser.java:10296)
at net.sourceforge.cobertura.javancss.parser.JavaParser.jj_consume_token(JavaParser.java:10172)
at net.sourceforge.cobertura.javancss.parser.JavaParser.Block(JavaParser.java:3886)
at net.sourceforge.cobertura.javancss.parser.JavaParser.TryStatement(JavaParser.java:4618)
at net.sourceforge.cobertura.javancss.parser.JavaParser.Statement(JavaParser.java:3847)
at net.sourceforge.cobertura.javancss.parser.JavaParser.BlockStatement(JavaParser.java:3997)
at net.sourceforge.cobertura.javancss.parser.JavaParser.Block(JavaParser.java:3947)
at net.sourceforge.cobertura.javancss.parser.JavaParser.MethodDeclaration(JavaParser.java:2039)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBodyDeclaration(JavaParser.java:1082)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ClassBody(JavaParser.java:941)
at net.sourceforge.cobertura.javancss.parser.JavaParser.UnmodifiedClassDeclaration(JavaParser.java:854)
at net.sourceforge.cobertura.javancss.parser.JavaParser.ClassDeclaration(JavaParser.java:761)
at net.sourceforge.cobertura.javancss.parser.JavaParser.TypeDeclaration(JavaParser.java:608)
at net.sourceforge.cobertura.javancss.parser.JavaParser.CompilationUnit(JavaParser.java:353)
at net.sourceforge.cobertura.javancss.parser.JavaParser.parse(JavaParser.java:137)
at net.sourceforge.cobertura.javancss.Javancss._measureSource(Javancss.java:256)
at net.sourceforge.cobertura.javancss.Javancss._measureRoot(Javancss.java:339)
at net.sourceforge.cobertura.javancss.Javancss.<init>(Javancss.java:419)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSource(ComplexityCalculator.java:102)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:139)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:224)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:194)
at net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:164)
at net.sourceforge.cobertura.reporting.html.HTMLReport.generateTableRowForTotal(HTMLReport.java:704)
at net.sourceforge.cobertura.reporting.html.HTMLReport.generateOverview(HTMLReport.java:336)
at net.sourceforge.cobertura.reporting.html.HTMLReport.generateOverviews(HTMLReport.java:271)
at net.sourceforge.cobertura.reporting.html.HTMLReport.<init>(HTMLReport.java:96)
at net.sourceforge.cobertura.reporting.Main.parseArguments(Main.java:105)
at net.sourceforge.cobertura.reporting.Main.main(Main.java:174)
[INFO] Cobertura Report generation was successful.
[INFO] Generating Sitemap.
[INFO] Rendering 1 generated Doxia document: 1 xdoc
[INFO]
[INFO] --- maven-site-plugin:3.4:deploy (default-deploy) @ jcabi-http ---
[INFO] maven.site.deploy.skip = true: Skipping site deployment
[INFO]
[INFO] --- site-maven-plugin:0.10:site (default) @ jcabi-http ---
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.pom (582 B at 18.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom
Downloading: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom
Downloaded: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom (943 B at 2.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom
Downloading: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom
Downloaded: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom (14 KB at 136.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom (8 KB at 246.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom (3 KB at 106.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.jar (11 KB at 297.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar (185 KB at 4621.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar (222 KB at 3815.1 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar
Downloaded: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar (217 KB at 589.1 KB/sec)
[INFO] Creating 296 blobs
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.471 s
[INFO] Finished at: 2015-10-03T16:57:52+00:00
[INFO] Final Memory: 47M/437M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.github:site-maven-plugin:0.10:site (default) on project jcabi-http: Error creating blob: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.github:site-maven-plugin:0.10:site (default) on project jcabi-http: Error creating blob: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error creating blob: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403)
at com.github.maven.plugins.site.SiteMojo.createBlob(SiteMojo.java:293)
at com.github.maven.plugins.site.SiteMojo.execute(SiteMojo.java:356)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
Caused by: org.eclipse.egit.github.core.client.RequestException: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403)
at org.eclipse.egit.github.core.client.GitHubClient.createException(GitHubClient.java:552)
at org.eclipse.egit.github.core.client.GitHubClient.sendJson(GitHubClient.java:643)
at org.eclipse.egit.github.core.client.GitHubClient.post(GitHubClient.java:757)
at org.eclipse.egit.github.core.service.DataService.createBlob(DataService.java:115)
at com.github.maven.plugins.site.SiteMojo.createBlob(SiteMojo.java:289)
... 22 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
+ echo 'site-deploy failed'
site-deploy failed
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 1.13 -m '1.13: tagged by rultor.com'
+ git reset --hard
HEAD is now at 7ffb876 1.13
+ git clean -fd
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was 7ffb876).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:jcabi/jcabi-http.git
* [new tag] 1.13 -> 1.13