You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/02/06 19:35:43 UTC

Build failed in Jenkins: httpcomponents-core-5.x #311

See <https://builds.apache.org/job/httpcomponents-core-5.x/311/display/redirect?page=changes>

Changes:

[garydgregory] [HTTPCORE-511] Do not cache result of

------------------------------------------
[...truncated 59.07 KB...]
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpConnectionMetrics.java:47: warning: no @return
[ERROR] long getResponseCount();
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpConnectionMetrics.java:53: warning: no @return
[ERROR] long getSentBytesCount();
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpConnectionMetrics.java:59: warning: no @return
[ERROR] long getReceivedBytesCount();
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpEntity.java:130: warning: no @return
[ERROR] Supplier<List<? extends Header>> getTrailers();
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpHost.java:149: warning: no @param for s
[ERROR] public static HttpHost create(final String s) throws URISyntaxException {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpHost.java:149: warning: no @return
[ERROR] public static HttpHost create(final String s) throws URISyntaxException {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpHost.java:149: warning: no @throws for java.net.URISyntaxException
[ERROR] public static HttpHost create(final String s) throws URISyntaxException {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpHost.java:284: warning: no @param for namedEndpoint
[ERROR] public HttpHost(final NamedEndpoint namedEndpoint, final String scheme) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpHost.java:284: warning: no @param for scheme
[ERROR] public HttpHost(final NamedEndpoint namedEndpoint, final String scheme) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpHost.java:295: warning: no @param for authority
[ERROR] public HttpHost(final URIAuthority authority) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpRequestFactory.java:49: warning: no @throws for org.apache.hc.core5.http.MethodNotSupportedException
[ERROR] T newHttpRequest(String method, String uri) throws MethodNotSupportedException;
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpRequestFactory.java:59: warning: no @throws for org.apache.hc.core5.http.MethodNotSupportedException
[ERROR] T newHttpRequest(String method, URI uri) throws MethodNotSupportedException;
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpRequestMapper.java:47: warning: no @param for context
[ERROR] T resolve(HttpRequest request, HttpContext context) throws HttpException;
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\HttpRequestMapper.java:47: warning: no @throws for org.apache.hc.core5.http.HttpException
[ERROR] T resolve(HttpRequest request, HttpContext context) throws HttpException;
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:83: warning: no @return
[ERROR] public int getErrorOffset() {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:76: warning: no @param for description
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:76: warning: no @param for text
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:76: warning: no @param for off
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:76: warning: no @param for len
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:64: warning: no @param for description
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len, final int errorOffset) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:64: warning: no @param for text
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len, final int errorOffset) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:64: warning: no @param for off
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len, final int errorOffset) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:64: warning: no @param for len
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len, final int errorOffset) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\ParseException.java:64: warning: no @param for errorOffset
[ERROR] public ParseException(final String description, final CharSequence text, final int off, final int len, final int errorOffset) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\config\NamedElementChain.java:37: warning: no description for @param
[ERROR] * @param <E>
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\config\SocketConfig.java:281: warning: no @param for sndBufSize
[ERROR] public Builder setSndBufSize(final int sndBufSize) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\config\SocketConfig.java:281: warning: no @return
[ERROR] public Builder setSndBufSize(final int sndBufSize) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\config\SocketConfig.java:289: warning: no @param for rcvBufSize
[ERROR] public Builder setRcvBufSize(final int rcvBufSize) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\config\SocketConfig.java:289: warning: no @return
[ERROR] public Builder setRcvBufSize(final int rcvBufSize) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\config\SocketConfig.java:297: warning: no @param for backlogSize
[ERROR] public Builder setBacklogSize(final int backlogSize) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\config\SocketConfig.java:297: warning: no @return
[ERROR] public Builder setBacklogSize(final int backlogSize) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\io\HttpTransportMetrics.java:40: warning: no @return
[ERROR] long getBytesTransferred();
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\reactor\IOReactor.java:76: warning: no @throws for java.lang.InterruptedException
[ERROR] void awaitShutdown(TimeValue waitTime) throws InterruptedException;
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:85: warning: no @param for ioReactorConfig
[ERROR] public final AsyncRequesterBootstrap setIOReactorConfig(final IOReactorConfig ioReactorConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:85: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setIOReactorConfig(final IOReactorConfig ioReactorConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:93: warning: no @param for h1Config
[ERROR] public final AsyncRequesterBootstrap setH1Config(final H1Config h1Config) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:93: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setH1Config(final H1Config h1Config) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:101: warning: no @param for charCodingConfig
[ERROR] public final AsyncRequesterBootstrap setCharCodingConfig(final CharCodingConfig charCodingConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:101: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setCharCodingConfig(final CharCodingConfig charCodingConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:109: warning: no @param for httpProcessor
[ERROR] public final AsyncRequesterBootstrap setHttpProcessor(final HttpProcessor httpProcessor) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:109: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setHttpProcessor(final HttpProcessor httpProcessor) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:117: warning: no @param for connStrategy
[ERROR] public final AsyncRequesterBootstrap setConnectionReuseStrategy(final ConnectionReuseStrategy connStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:117: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setConnectionReuseStrategy(final ConnectionReuseStrategy connStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:140: warning: no @param for poolReusePolicy
[ERROR] public final AsyncRequesterBootstrap setPoolReusePolicy(final PoolReusePolicy poolReusePolicy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:140: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setPoolReusePolicy(final PoolReusePolicy poolReusePolicy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:149: warning: no @param for poolConcurrencyPolicy
[ERROR] public final AsyncRequesterBootstrap setPoolConcurrencyPolicy(final PoolConcurrencyPolicy poolConcurrencyPolicy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:149: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setPoolConcurrencyPolicy(final PoolConcurrencyPolicy poolConcurrencyPolicy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:157: warning: no @param for tlsStrategy
[ERROR] public final AsyncRequesterBootstrap setTlsStrategy(final TlsStrategy tlsStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:157: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setTlsStrategy(final TlsStrategy tlsStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:165: warning: no @param for ioSessionDecorator
[ERROR] public final AsyncRequesterBootstrap setIOSessionDecorator(final Decorator<IOSession> ioSessionDecorator) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:165: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setIOSessionDecorator(final Decorator<IOSession> ioSessionDecorator) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:173: warning: no @param for sessionListener
[ERROR] public final AsyncRequesterBootstrap setIOSessionListener(final IOSessionListener sessionListener) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:173: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setIOSessionListener(final IOSessionListener sessionListener) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:181: warning: no @param for streamListener
[ERROR] public final AsyncRequesterBootstrap setStreamListener(final Http1StreamListener streamListener) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:181: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setStreamListener(final Http1StreamListener streamListener) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:189: warning: no @param for connPoolListener
[ERROR] public final AsyncRequesterBootstrap setConnPoolListener(final ConnPoolListener<HttpHost> connPoolListener) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncRequesterBootstrap.java:189: warning: no @return
[ERROR] public final AsyncRequesterBootstrap setConnPoolListener(final ConnPoolListener<HttpHost> connPoolListener) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:99: warning: no @param for canonicalHostName
[ERROR] public final AsyncServerBootstrap setCanonicalHostName(final String canonicalHostName) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:99: warning: no @return
[ERROR] public final AsyncServerBootstrap setCanonicalHostName(final String canonicalHostName) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:107: warning: no @param for ioReactorConfig
[ERROR] public final AsyncServerBootstrap setIOReactorConfig(final IOReactorConfig ioReactorConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:107: warning: no @return
[ERROR] public final AsyncServerBootstrap setIOReactorConfig(final IOReactorConfig ioReactorConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:115: warning: no @param for h1Config
[ERROR] public final AsyncServerBootstrap setH1Config(final H1Config h1Config) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:115: warning: no @return
[ERROR] public final AsyncServerBootstrap setH1Config(final H1Config h1Config) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:123: warning: no @param for charCodingConfig
[ERROR] public final AsyncServerBootstrap setCharCodingConfig(final CharCodingConfig charCodingConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:123: warning: no @return
[ERROR] public final AsyncServerBootstrap setCharCodingConfig(final CharCodingConfig charCodingConfig) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:131: warning: no @param for httpProcessor
[ERROR] public final AsyncServerBootstrap setHttpProcessor(final HttpProcessor httpProcessor) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:131: warning: no @return
[ERROR] public final AsyncServerBootstrap setHttpProcessor(final HttpProcessor httpProcessor) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:139: warning: no @param for connStrategy
[ERROR] public final AsyncServerBootstrap setConnectionReuseStrategy(final ConnectionReuseStrategy connStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:139: warning: no @return
[ERROR] public final AsyncServerBootstrap setConnectionReuseStrategy(final ConnectionReuseStrategy connStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:147: warning: no @param for tlsStrategy
[ERROR] public final AsyncServerBootstrap setTlsStrategy(final TlsStrategy tlsStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:147: warning: no @return
[ERROR] public final AsyncServerBootstrap setTlsStrategy(final TlsStrategy tlsStrategy) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:155: warning: no @param for ioSessionDecorator
[ERROR] public final AsyncServerBootstrap setIOSessionDecorator(final Decorator<IOSession> ioSessionDecorator) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:155: warning: no @return
[ERROR] public final AsyncServerBootstrap setIOSessionDecorator(final Decorator<IOSession> ioSessionDecorator) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\impl\bootstrap\AsyncServerBootstrap.java:163: warning: no @param for sessionListener
[ERROR] public final AsyncServerBootstrap setIOSessionListener(final IOSessionListener sessionListener) {
[ERROR] ^
[ERROR] F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\src\main\java\org\apache\hc\core5\http\protocol\HttpContext.java:35: error: unexpected end tag: </p>
[ERROR] * </p>
[ERROR] ^
[ERROR] 
[ERROR] Command line was: f:\jenkins\tools\java\latest1.8\jre\..\bin\javadoc.exe @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 'F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\target\apidocs' dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :httpcore5
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5-h2\pom.xml to org.apache.httpcomponents.core5/httpcore5-h2/5.0-beta3-SNAPSHOT/httpcore5-h2-5.0-beta3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/httpcomponents-core-5.x/ws/pom.xml> to org.apache.httpcomponents.core5/httpcore5-parent/5.0-beta3-SNAPSHOT/httpcore5-parent-5.0-beta3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\pom.xml to org.apache.httpcomponents.core5/httpcore5/5.0-beta3-SNAPSHOT/httpcore5-5.0-beta3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\target\httpcore5-5.0-beta3-SNAPSHOT.jar to org.apache.httpcomponents.core5/httpcore5/5.0-beta3-SNAPSHOT/httpcore5-5.0-beta3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5\target\httpcore5-5.0-beta3-SNAPSHOT-sources.jar to org.apache.httpcomponents.core5/httpcore5/5.0-beta3-SNAPSHOT/httpcore5-5.0-beta3-SNAPSHOT-sources.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5-osgi\pom.xml to org.apache.httpcomponents.core5/httpcore5-osgi/5.0-beta3-SNAPSHOT/httpcore5-osgi-5.0-beta3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\httpcomponents-core-5.x\httpcore5-testing\pom.xml to org.apache.httpcomponents.core5/httpcore5-testing/5.0-beta3-SNAPSHOT/httpcore5-testing-5.0-beta3-SNAPSHOT.pom
Sending e-mails to: commits@hc.apache.org
channel stopped

Jenkins build is back to normal : httpcomponents-core-5.x #312

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/httpcomponents-core-5.x/312/display/redirect>