Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8ECD417298 for ; Fri, 24 Oct 2014 12:03:52 +0000 (UTC) Received: (qmail 53687 invoked by uid 500); 24 Oct 2014 12:03:52 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 53645 invoked by uid 500); 24 Oct 2014 12:03:52 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 53636 invoked by uid 99); 24 Oct 2014 12:03:52 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2014 12:03:52 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id 3AA60E00200 for ; Fri, 24 Oct 2014 12:03:52 +0000 (UTC) Date: Fri, 24 Oct 2014 12:03:52 +0000 (UTC) From: Apache Jenkins Server To: commits@hc.apache.org Message-ID: <326651679.5539.1414152232238.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: httpcomponents-core-5.x #3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: httpcomponents-core-5.x X-Jenkins-Result: FAILURE See Changes: [olegk] Refactored message element iterator classes [olegk] Removed deprecated code [olegk] Removed deprecated classes ------------------------------------------ [...truncated 494 lines...] Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-examples) @ httpcore --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ httpcore --- [INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ httpcore --- [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd && svn --non-interactive info [INFO] Working directory: [INFO] Storing buildNumber: 1634010 at timestamp: 1414152220024 [INFO] Executing: /bin/sh -c cd && svn --non-interactive info [INFO] Working directory: [INFO] Storing buildScmBranch: trunk [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ httpcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ httpcore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 212 source files to [WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrCheckMojo [INFO] [INFO] --- clirr-maven-plugin:2.5:check (default-cli) @ httpcore --- [INFO] artifact org.apache.httpcomponents:httpcore: checking for updates from Nexus [INFO] artifact org.apache.httpcomponents:httpcore: checking for updates from central [INFO] Comparing to version: 4.4-beta2-SNAPSHOT Downloading: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcore/4.4-beta2-SNAPSHOT/maven-metadata.xml Downloaded: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcore/4.4-beta2-SNAPSHOT/maven-metadata.xml (2 KB at 6.4 KB/sec) Downloading: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcore/4.4-beta2-SNAPSHOT/httpcore-4.4-beta2-20141021.100410-15.jar Downloaded: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcore/4.4-beta2-SNAPSHOT/httpcore-4.4-beta2-20141021.100410-15.jar (312 KB at 880.1 KB/sec) Downloading: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcore/4.4-beta2-SNAPSHOT/httpcore-4.4-beta2-20141021.100410-15.pom Downloaded: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcore/4.4-beta2-SNAPSHOT/httpcore-4.4-beta2-20141021.100410-15.pom (5 KB at 59.3 KB/sec) Downloading: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4-beta2-SNAPSHOT/maven-metadata.xml Downloaded: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4-beta2-SNAPSHOT/maven-metadata.xml (631 B at 2.2 KB/sec) Downloading: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4-beta2-SNAPSHOT/httpcomponents-core-4.4-beta2-20141021.100303-16.pom Downloaded: http://repository.apache.org/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4-beta2-SNAPSHOT/httpcomponents-core-4.4-beta2-20141021.100303-16.pom (13 KB at 149.6 KB/sec) [ERROR] org.apache.http.HeaderElementIterator: Class org.apache.http.HeaderElementIterator removed [ERROR] org.apache.http.HeaderIterator: Class org.apache.http.HeaderIterator removed [ERROR] org.apache.http.HttpEntity: Method 'public void consumeContent()' has been removed [ERROR] org.apache.http.HttpMessage: Method 'public org.apache.http.params.HttpParams getParams()' has been removed [ERROR] org.apache.http.HttpMessage: Return type of method 'public org.apache.http.HeaderIterator headerIterator()' has been changed to java.util.Iterator [ERROR] org.apache.http.HttpMessage: Return type of method 'public org.apache.http.HeaderIterator headerIterator(java.lang.String)' has been changed to java.util.Iterator [ERROR] org.apache.http.HttpMessage: Method 'public void setParams(org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.TokenIterator: Class org.apache.http.TokenIterator removed [ERROR] org.apache.http.entity.AbstractHttpEntity: Method 'public void consumeContent()' has been removed [ERROR] org.apache.http.entity.ByteArrayEntity: Removed field content [ERROR] org.apache.http.entity.FileEntity: Method 'public FileEntity(java.io.File, java.lang.String)' has been removed [ERROR] org.apache.http.entity.HttpEntityWrapper: Method 'public void consumeContent()' has been removed [ERROR] org.apache.http.entity.StringEntity: Method 'public StringEntity(java.lang.String, java.lang.String, java.lang.String)' has been removed [ERROR] org.apache.http.impl.AbstractHttpClientConnection: Class org.apache.http.impl.AbstractHttpClientConnection removed [ERROR] org.apache.http.impl.AbstractHttpServerConnection: Class org.apache.http.impl.AbstractHttpServerConnection removed [ERROR] org.apache.http.impl.DefaultConnectionReuseStrategy: Method 'protected org.apache.http.TokenIterator createTokenIterator(org.apache.http.HeaderIterator)' has been removed [ERROR] org.apache.http.impl.DefaultHttpClientConnection: Class org.apache.http.impl.DefaultHttpClientConnection removed [ERROR] org.apache.http.impl.DefaultHttpServerConnection: Class org.apache.http.impl.DefaultHttpServerConnection removed [ERROR] org.apache.http.impl.SocketHttpClientConnection: Class org.apache.http.impl.SocketHttpClientConnection removed [ERROR] org.apache.http.impl.SocketHttpServerConnection: Class org.apache.http.impl.SocketHttpServerConnection removed [ERROR] org.apache.http.impl.entity.EntityDeserializer: Class org.apache.http.impl.entity.EntityDeserializer removed [ERROR] org.apache.http.impl.entity.EntitySerializer: Class org.apache.http.impl.entity.EntitySerializer removed [ERROR] org.apache.http.impl.io.AbstractMessageParser: Method 'public AbstractMessageParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.impl.io.AbstractMessageWriter: Method 'public AbstractMessageWriter(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.impl.io.AbstractSessionInputBuffer: Class org.apache.http.impl.io.AbstractSessionInputBuffer removed [ERROR] org.apache.http.impl.io.AbstractSessionOutputBuffer: Class org.apache.http.impl.io.AbstractSessionOutputBuffer removed [ERROR] org.apache.http.impl.io.ChunkedOutputStream: Method 'public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer, int)' has been removed [ERROR] org.apache.http.impl.io.ChunkedOutputStream: Method 'public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer)' has been removed [ERROR] org.apache.http.impl.io.DefaultHttpRequestParser: Method 'public DefaultHttpRequestParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpRequestFactory, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.impl.io.DefaultHttpResponseParser: Method 'public DefaultHttpResponseParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpResponseFactory, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.impl.io.HttpRequestParser: Class org.apache.http.impl.io.HttpRequestParser removed [ERROR] org.apache.http.impl.io.HttpRequestWriter: Class org.apache.http.impl.io.HttpRequestWriter removed [ERROR] org.apache.http.impl.io.HttpResponseParser: Class org.apache.http.impl.io.HttpResponseParser removed [ERROR] org.apache.http.impl.io.HttpResponseWriter: Class org.apache.http.impl.io.HttpResponseWriter removed [ERROR] org.apache.http.impl.io.SessionInputBufferImpl: Method 'public boolean isDataAvailable(int)' has been removed [ERROR] org.apache.http.impl.io.SocketInputBuffer: Class org.apache.http.impl.io.SocketInputBuffer removed [ERROR] org.apache.http.impl.io.SocketOutputBuffer: Class org.apache.http.impl.io.SocketOutputBuffer removed [ERROR] org.apache.http.impl.pool.BasicConnFactory: Method 'public BasicConnFactory(javax.net.ssl.SSLSocketFactory, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.impl.pool.BasicConnFactory: Method 'public BasicConnFactory(org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.impl.pool.BasicConnFactory: Method 'protected org.apache.http.HttpClientConnection create(java.net.Socket, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.impl.pool.BasicConnPool: Method 'public BasicConnPool(org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.io.EofSensor: Class org.apache.http.io.EofSensor removed [ERROR] org.apache.http.io.SessionInputBuffer: Method 'public boolean isDataAvailable(int)' has been removed [ERROR] org.apache.http.message.AbstractHttpMessage: Removed field params [ERROR] org.apache.http.message.AbstractHttpMessage: Method 'protected AbstractHttpMessage(org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.message.AbstractHttpMessage: Method 'public org.apache.http.params.HttpParams getParams()' has been removed [ERROR] org.apache.http.message.AbstractHttpMessage: Return type of method 'public org.apache.http.HeaderIterator headerIterator()' has been changed to java.util.Iterator [ERROR] org.apache.http.message.AbstractHttpMessage: Return type of method 'public org.apache.http.HeaderIterator headerIterator(java.lang.String)' has been changed to java.util.Iterator [ERROR] org.apache.http.message.AbstractHttpMessage: Method 'public void setParams(org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.message.BasicHeaderElementIterator: Removed org.apache.http.HeaderElementIterator from the set of implemented interfaces [ERROR] org.apache.http.message.BasicHeaderElementIterator: Parameter 1 of 'public BasicHeaderElementIterator(org.apache.http.HeaderIterator, org.apache.http.message.HeaderValueParser)' has changed its type to java.util.Iterator [ERROR] org.apache.http.message.BasicHeaderElementIterator: Parameter 1 of 'public BasicHeaderElementIterator(org.apache.http.HeaderIterator)' has changed its type to java.util.Iterator [ERROR] org.apache.http.message.BasicHeaderElementIterator: Method 'public org.apache.http.HeaderElement nextElement()' has been removed [ERROR] org.apache.http.message.BasicHeaderIterator: Removed org.apache.http.HeaderIterator from the set of implemented interfaces [ERROR] org.apache.http.message.BasicHeaderIterator: Accessibility of field allHeaders has been weakened from protected to private [ERROR] org.apache.http.message.BasicHeaderIterator: Accessibility of field currentIndex has been weakened from protected to private [ERROR] org.apache.http.message.BasicHeaderIterator: Accessibility of field headerName has been weakened from protected to private [ERROR] org.apache.http.message.BasicHeaderIterator: Accessibility of method 'protected boolean filterHeader(int)' has been decreased from protected to private [ERROR] org.apache.http.message.BasicHeaderIterator: Accessibility of method 'protected int findNext(int)' has been decreased from protected to private [ERROR] org.apache.http.message.BasicHeaderIterator: Return type of method 'public java.lang.Object next()' has been changed to org.apache.http.Header [ERROR] org.apache.http.message.BasicHeaderIterator: Method 'public org.apache.http.Header nextHeader()' has been removed [ERROR] org.apache.http.message.BasicHeaderValueFormatter: Removed field DEFAULT [ERROR] org.apache.http.message.BasicHeaderValueParser: Removed field DEFAULT [ERROR] org.apache.http.message.BasicHeaderValueParser: Method 'public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, char[])' has been removed [ERROR] org.apache.http.message.BasicLineFormatter: Removed field DEFAULT [ERROR] org.apache.http.message.BasicLineParser: Removed field DEFAULT [ERROR] org.apache.http.message.BasicListHeaderIterator: Decreased visibility of class from public to package [ERROR] org.apache.http.message.BasicTokenIterator: Removed org.apache.http.TokenIterator from the set of implemented interfaces [ERROR] org.apache.http.message.BasicTokenIterator: Field HTTP_SEPARATORS has been removed, but it was previously a constant [ERROR] org.apache.http.message.BasicTokenIterator: Removed field currentHeader [ERROR] org.apache.http.message.BasicTokenIterator: Removed field currentToken [ERROR] org.apache.http.message.BasicTokenIterator: Removed field headerIt [ERROR] org.apache.http.message.BasicTokenIterator: Removed field searchPos [ERROR] org.apache.http.message.BasicTokenIterator: Parameter 1 of 'public BasicTokenIterator(org.apache.http.HeaderIterator)' has changed its type to java.util.Iterator [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected java.lang.String createToken(java.lang.String, int, int)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected int findNext(int)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected int findTokenEnd(int)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected int findTokenSeparator(int)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected int findTokenStart(int)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected boolean isHttpSeparator(char)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected boolean isTokenChar(char)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected boolean isTokenSeparator(char)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'protected boolean isWhitespace(char)' has been removed [ERROR] org.apache.http.message.BasicTokenIterator: Method 'public java.lang.String nextToken()' has been removed [ERROR] org.apache.http.message.HeaderGroup: Return type of method 'public org.apache.http.HeaderIterator iterator()' has been changed to java.util.Iterator [ERROR] org.apache.http.message.HeaderGroup: Return type of method 'public org.apache.http.HeaderIterator iterator(java.lang.String)' has been changed to java.util.Iterator [ERROR] org.apache.http.params.AbstractHttpParams: Class org.apache.http.params.AbstractHttpParams removed [ERROR] org.apache.http.params.BasicHttpParams: Class org.apache.http.params.BasicHttpParams removed [ERROR] org.apache.http.params.CoreConnectionPNames: Class org.apache.http.params.CoreConnectionPNames removed [ERROR] org.apache.http.params.CoreProtocolPNames: Class org.apache.http.params.CoreProtocolPNames removed [ERROR] org.apache.http.params.DefaultedHttpParams: Class org.apache.http.params.DefaultedHttpParams removed [ERROR] org.apache.http.params.HttpAbstractParamBean: Class org.apache.http.params.HttpAbstractParamBean removed [ERROR] org.apache.http.params.HttpConnectionParamBean: Class org.apache.http.params.HttpConnectionParamBean removed [ERROR] org.apache.http.params.HttpConnectionParams: Class org.apache.http.params.HttpConnectionParams removed [ERROR] org.apache.http.params.HttpParamConfig: Class org.apache.http.params.HttpParamConfig removed [ERROR] org.apache.http.params.HttpParams: Class org.apache.http.params.HttpParams removed [ERROR] org.apache.http.params.HttpParamsNames: Class org.apache.http.params.HttpParamsNames removed [ERROR] org.apache.http.params.HttpProtocolParamBean: Class org.apache.http.params.HttpProtocolParamBean removed [ERROR] org.apache.http.params.HttpProtocolParams: Class org.apache.http.params.HttpProtocolParams removed [ERROR] org.apache.http.params.SyncBasicHttpParams: Class org.apache.http.params.SyncBasicHttpParams removed [ERROR] org.apache.http.pool.PoolEntry: Method 'public long getValidUnit()' has been removed [ERROR] org.apache.http.protocol.BasicHttpProcessor: Class org.apache.http.protocol.BasicHttpProcessor removed [ERROR] org.apache.http.protocol.DefaultedHttpContext: Class org.apache.http.protocol.DefaultedHttpContext removed [ERROR] org.apache.http.protocol.ExecutionContext: Class org.apache.http.protocol.ExecutionContext removed [ERROR] org.apache.http.protocol.HTTP: Field ASCII has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field CHARSET_PARAM has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field DEFAULT_CONTENT_CHARSET has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field DEFAULT_CONTENT_TYPE has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field DEFAULT_PROTOCOL_CHARSET has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field ISO_8859_1 has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field OCTET_STREAM_TYPE has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field PLAIN_TEXT_TYPE has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field US_ASCII has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field UTF_16 has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HTTP: Field UTF_8 has been removed, but it was previously a constant [ERROR] org.apache.http.protocol.HttpRequestHandlerRegistry: Class org.apache.http.protocol.HttpRequestHandlerRegistry removed [ERROR] org.apache.http.protocol.HttpRequestHandlerResolver: Class org.apache.http.protocol.HttpRequestHandlerResolver removed [ERROR] org.apache.http.protocol.HttpRequestInterceptorList: Class org.apache.http.protocol.HttpRequestInterceptorList removed [ERROR] org.apache.http.protocol.HttpResponseInterceptorList: Class org.apache.http.protocol.HttpResponseInterceptorList removed [ERROR] org.apache.http.protocol.HttpService: Method 'public HttpService(org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory, org.apache.http.protocol.HttpRequestHandlerResolver, org.apache.http.protocol.HttpExpectationVerifier, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public HttpService(org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory, org.apache.http.protocol.HttpRequestHandlerResolver, org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public HttpService(org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public org.apache.http.params.HttpParams getParams()' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public void setConnReuseStrategy(org.apache.http.ConnectionReuseStrategy)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public void setExpectationVerifier(org.apache.http.protocol.HttpExpectationVerifier)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public void setHandlerResolver(org.apache.http.protocol.HttpRequestHandlerResolver)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public void setHttpProcessor(org.apache.http.protocol.HttpProcessor)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public void setParams(org.apache.http.params.HttpParams)' has been removed [ERROR] org.apache.http.protocol.HttpService: Method 'public void setResponseFactory(org.apache.http.HttpResponseFactory)' has been removed [ERROR] org.apache.http.protocol.ImmutableHttpProcessor: Method 'public ImmutableHttpProcessor(org.apache.http.protocol.HttpRequestInterceptorList, org.apache.http.protocol.HttpResponseInterceptorList)' has been removed [ERROR] org.apache.http.protocol.RequestExpectContinue: Method 'public RequestExpectContinue(boolean)' has been removed [ERROR] org.apache.http.protocol.SyncBasicHttpContext: Class org.apache.http.protocol.SyncBasicHttpContext removed [ERROR] org.apache.http.protocol.UriPatternMatcher: Method 'public java.util.Map getObjects()' has been removed [ERROR] org.apache.http.protocol.UriPatternMatcher: Method 'public void setHandlers(java.util.Map)' has been removed [ERROR] org.apache.http.protocol.UriPatternMatcher: Method 'public void setObjects(java.util.Map)' has been removed [ERROR] org.apache.http.util.EntityUtils: Method 'public java.lang.String getContentCharSet(org.apache.http.HttpEntity)' has been removed [ERROR] org.apache.http.util.EntityUtils: Method 'public java.lang.String getContentMimeType(org.apache.http.HttpEntity)' has been removed [ERROR] org.apache.http.util.ExceptionUtils: Class org.apache.http.util.ExceptionUtils removed [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache HttpComponents Core ........................ SUCCESS [19.816s] [INFO] Apache HttpCore ................................... FAILURE [50.178s] [INFO] Apache HttpCore NIO ............................... SKIPPED [INFO] Apache HttpCore OSGi bundle ....................... SKIPPED [INFO] Apache HttpCore Benchmarking Tool ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:13.968s [INFO] Finished at: Fri Oct 24 12:03:43 UTC 2014 [INFO] Final Memory: 36M/143M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.codehaus.mojo:clirr-maven-plugin:2.5:check (default-cli) on project httpcore: There were 138 errors. -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :httpcore [JENKINS] Archiving to org.apache.httpcomponents/httpcore/5.0-alpha1-SNAPSHOT/httpcore-5.0-alpha1-SNAPSHOT.pom [JENKINS] Archiving to org.apache.httpcomponents/httpcore/5.0-alpha1-SNAPSHOT/httpcore-5.0-alpha1-SNAPSHOT.jar [JENKINS] Archiving to org.apache.httpcomponents/httpcore/5.0-alpha1-SNAPSHOT/httpcore-5.0-alpha1-SNAPSHOT-sources.jar [JENKINS] Archiving to org.apache.httpcomponents/httpcore/5.0-alpha1-SNAPSHOT/httpcore-5.0-alpha1-SNAPSHOT-javadoc.jar Sending artifact delta relative to httpcomponents-core-5.x ? Apache HttpCore #2 Archived 4 artifacts Archive block size is 32768 Received 0 blocks and 1813820 bytes Compression is 0.0% Took 0.84 sec [JENKINS] Archiving to org.apache.httpcomponents/httpcore-nio/5.0-alpha1-SNAPSHOT/httpcore-nio-5.0-alpha1-SNAPSHOT.pom Sending artifact delta relative to httpcomponents-core-5.x ? Apache HttpCore NIO #2 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 4440 bytes Compression is 0.0% Took 0.18 sec [JENKINS] Archiving to org.apache.httpcomponents/httpcomponents-core/5.0-alpha1-SNAPSHOT/httpcomponents-core-5.0-alpha1-SNAPSHOT.pom Sending artifact delta relative to httpcomponents-core-5.x ? Apache HttpComponents Core #2 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 12331 bytes Compression is 0.0% Took 77 ms [JENKINS] Archiving to org.apache.httpcomponents/httpcore-ab/5.0-alpha1-SNAPSHOT/httpcore-ab-5.0-alpha1-SNAPSHOT.pom Sending artifact delta relative to httpcomponents-core-5.x ? Apache HttpCore Benchmarking Tool #2 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 3032 bytes Compression is 0.0% Took 74 ms [JENKINS] Archiving to org.apache.httpcomponents/httpcore-osgi/5.0-alpha1-SNAPSHOT/httpcore-osgi-5.0-alpha1-SNAPSHOT.pom Sending artifact delta relative to httpcomponents-core-5.x ? Apache HttpCore OSGi bundle #2 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 4098 bytes Compression is 0.0% Took 1.8 sec Sending e-mails to: commits@hc.apache.org channel stopped