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 2012/07/01 11:01:13 UTC

Build failed in Jenkins: HttpComponents AsyncClient #244

See <https://builds.apache.org/job/HttpComponents%20AsyncClient/244/>

------------------------------------------
Started by user olegk
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/>
Checking out a fresh workspace because <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk> doesn't exist
Cleaning local Directory httpasyncclient-trunk
Checking out http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk
AU        NOTICE.txt
AU        LICENSE.txt
A         .gitignore
AU        RELEASE_NOTES.txt
A         src
A         src/main
A         src/main/assembly
AU        src/main/assembly/osgi-bin.xml
AU        src/main/assembly/src.xml
AU        src/main/assembly/bin.xml
AU        src/main/assembly/build.xml
A         src/site
AU        src/site/site.xml
A         src/site/apt
AU        src/site/apt/examples.apt
AU        src/site/apt/download.apt
AU        src/site/apt/index.apt
AU        src/site/apt/quickstart.apt
A         src/site/resources
A         src/site/resources/css
AU        src/site/resources/css/site.css
AU        pom.xml
AU        BUILDING.txt
AU        README.txt
A         httpasyncclient-osgi
AU        httpasyncclient-osgi/pom.xml
A         httpasyncclient
A         httpasyncclient/src
A         httpasyncclient/src/test
A         httpasyncclient/src/test/java
A         httpasyncclient/src/test/java/org
A         httpasyncclient/src/test/java/org/apache
A         httpasyncclient/src/test/java/org/apache/http
A         httpasyncclient/src/test/java/org/apache/http/impl
A         httpasyncclient/src/test/java/org/apache/http/impl/nio
A         httpasyncclient/src/test/java/org/apache/http/impl/nio/client
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestHttpsAsync.java
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestStatefulConnManagement.java
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestRedirects.java
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestClientReauthentication.java
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestHttpsRedirects.java
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestHttpAsync.java
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestClientAuthentication.java
AU        httpasyncclient/src/test/java/org/apache/http/impl/nio/client/TestClientAuthenticationFallBack.java
A         httpasyncclient/src/test/java/org/apache/http/localserver
AU        httpasyncclient/src/test/java/org/apache/http/localserver/BasicAuthTokenExtractor.java
AU        httpasyncclient/src/test/java/org/apache/http/localserver/ResponseBasicUnauthorized.java
AU        httpasyncclient/src/test/java/org/apache/http/localserver/EchoHandler.java
AU        httpasyncclient/src/test/java/org/apache/http/localserver/HttpServerNio.java
AU        httpasyncclient/src/test/java/org/apache/http/localserver/RequestBasicAuth.java
AU        httpasyncclient/src/test/java/org/apache/http/localserver/RandomHandler.java
A         httpasyncclient/src/test/java/org/apache/http/nio
A         httpasyncclient/src/test/java/org/apache/http/nio/client
A         httpasyncclient/src/test/java/org/apache/http/nio/client/methods
AU        httpasyncclient/src/test/java/org/apache/http/nio/client/methods/TestZeroCopy.java
AU        httpasyncclient/src/test/java/org/apache/http/nio/client/methods/TestAsyncConsumers.java
A         httpasyncclient/src/test/java/org/apache/http/nio/client/util
AU        httpasyncclient/src/test/java/org/apache/http/nio/client/util/TestHttpAsyncClientUtils.java
AU        httpasyncclient/src/test/java/org/apache/http/HttpAsyncTestBase.java
AU        httpasyncclient/src/test/java/org/apache/http/SSLTestContexts.java
A         httpasyncclient/src/test/resources
AU        httpasyncclient/src/test/resources/test.keystore
AU        httpasyncclient/src/test/resources/commons-logging.properties
A         httpasyncclient/src/main
A         httpasyncclient/src/main/java
A         httpasyncclient/src/main/java/org
A         httpasyncclient/src/main/java/org/apache
A         httpasyncclient/src/main/java/org/apache/http
A         httpasyncclient/src/main/java/org/apache/http/impl
A         httpasyncclient/src/main/java/org/apache/http/impl/nio
A         httpasyncclient/src/main/java/org/apache/http/impl/nio/conn
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingClientAsyncConnectionManager.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/DefaultClientAsyncConnection.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/DefaultHttpAsyncRoutePlanner.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/LoggingIOSession.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/AsyncSchemeRegistryFactory.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/HttpNIOConnPoolFactory.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/Wire.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/DefaultClientAsyncConnectionFactory.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/HttpPoolEntry.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/ManagedClientAsyncConnectionImpl.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/HttpNIOConnPool.java
A         httpasyncclient/src/main/java/org/apache/http/impl/nio/client
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/AbstractHttpAsyncClient.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultResultCallback.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultHttpAsyncClient.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/InternalIOReactorExceptionHandler.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/DefaultAsyncRequestDirector.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/ResultCallback.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/LoggingAsyncRequestExecutor.java
A         httpasyncclient/src/main/java/org/apache/http/nio
A         httpasyncclient/src/main/java/org/apache/http/nio/conn
A         httpasyncclient/src/main/java/org/apache/http/nio/conn/ssl
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ssl/SSLLayeringStrategy.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ssl/TrustManagerDecorator.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ClientAsyncConnectionFactory.java
A         httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme/AsyncScheme.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme/AsyncSchemeRegistry.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme/LayeringStrategy.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ClientAsyncConnectionManager.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ManagedClientAsyncConnection.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ClientAsyncConnection.java
A         httpasyncclient/src/main/java/org/apache/http/nio/client
A         httpasyncclient/src/main/java/org/apache/http/nio/client/methods
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyPost.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/methods/HttpAsyncMethods.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/methods/BaseZeroCopyRequestProducer.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyPut.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/methods/ZeroCopyConsumer.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/methods/AsyncCharConsumer.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/methods/AsyncByteConsumer.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncClient.java
A         httpasyncclient/src/main/java/org/apache/http/nio/client/util
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/util/HttpAsyncClientUtils.java
A         httpasyncclient/src/main/resources
A         httpasyncclient/src/main/resources/org
A         httpasyncclient/src/main/resources/org/apache
A         httpasyncclient/src/main/resources/org/apache/http
A         httpasyncclient/src/main/resources/org/apache/http/nio
A         httpasyncclient/src/main/resources/org/apache/http/nio/client
AU        httpasyncclient/src/main/resources/org/apache/http/nio/client/version.properties
A         httpasyncclient/src/site
AU        httpasyncclient/src/site/site.xml
A         httpasyncclient/src/site/apt
AU        httpasyncclient/src/site/apt/index.apt
A         httpasyncclient/src/site/resources
A         httpasyncclient/src/site/resources/css
AU        httpasyncclient/src/site/resources/css/site.css
A         httpasyncclient/src/examples
A         httpasyncclient/src/examples/org
A         httpasyncclient/src/examples/org/apache
A         httpasyncclient/src/examples/org/apache/http
A         httpasyncclient/src/examples/org/apache/http/examples
A         httpasyncclient/src/examples/org/apache/http/examples/nio
A         httpasyncclient/src/examples/org/apache/http/examples/nio/client
AU        httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientHttpExchange.java
AU        httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientHttpExchangeFutureCallback.java
AU        httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientHttpExchangeStreaming.java
AU        httpasyncclient/src/examples/org/apache/http/examples/nio/client/ZeroCopyHttpExchange.java
AU        httpasyncclient/pom.xml
AU        doap_HttpComponents_AsyncClient.rdf
 U        .
At revision 1355865
no change for http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk since the previous build
Parsing POMs
[httpasyncclient-trunk] $ /home/hudson/tools/java/latest1.5/bin/java -cp /home/hudson/hudson-slave/maven-agent.jar:/home/hudson/hudson-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven-interceptor.jar 57742 /home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>channel started
   log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/pom.xml> -Dmaven.repo.local=/home/hudson/hudson-slave/maven-repositories/0 clean install
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   HttpComponents AsyncClient
[INFO]   HttpAsyncClient
[INFO]   HttpAsyncClient OSGi bundle
[WARNING] POM for 'biz.aQute:bndlib:pom:1.15.0:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpComponents AsyncClient
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [buildnumber:create {execution: default}]
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Storing buildNumber: 1334460 at timestamp: 1341133260026
[INFO] Storing buildScmBranch: trunk
[INFO] [notice:generate {execution: attach-notice-license}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/pom.xml> to /home/hudson/hudson/jobs/HttpComponents AsyncClient/modules/org.apache.httpcomponents$httpcomponents-asyncclient/builds/2012-07-01_09-00-26/archive/org.apache.httpcomponents/httpcomponents-asyncclient/4.0-beta2-SNAPSHOT/httpcomponents-asyncclient-4.0-beta2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/target/httpcomponents-asyncclient-4.0-beta2-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/HttpComponents AsyncClient/modules/org.apache.httpcomponents$httpcomponents-asyncclient/builds/2012-07-01_09-00-26/archive/org.apache.httpcomponents/httpcomponents-asyncclient/4.0-beta2-SNAPSHOT/httpcomponents-asyncclient-4.0-beta2-SNAPSHOT-site.xml
[INFO] [buildnumber:create {execution: default}]
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Storing buildNumber: 1334460 at timestamp: 1341133265943
[INFO] Storing buildScmBranch: trunk
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/pom.xml> to /home/hudson/hudson-slave/maven-repositories/0/org/apache/httpcomponents/httpcomponents-asyncclient/4.0-beta2-SNAPSHOT/httpcomponents-asyncclient-4.0-beta2-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/target/httpcomponents-asyncclient-4.0-beta2-SNAPSHOT-site.xml> to /home/hudson/hudson-slave/maven-repositories/0/org/apache/httpcomponents/httpcomponents-asyncclient/4.0-beta2-SNAPSHOT/httpcomponents-asyncclient-4.0-beta2-SNAPSHOT-site.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpAsyncClient
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [buildnumber:create {execution: default}]
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Storing buildNumber: 1334460 at timestamp: 1341133268749
[INFO] Storing buildScmBranch: trunk
[INFO] [notice:generate {execution: attach-notice-license}]
[INFO] Generating NOTICE and LICENSE resources
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.2/httpcore-nio-4.2.pom
1K downloaded  (httpcore-nio-4.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.2/httpcore-nio-4.2.jar
249K downloaded  (httpcore-nio-4.2.jar)
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 36 source files to <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/httpasyncclient/target/classes>
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 19 source files to <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/httpasyncclient/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/httpasyncclient/src/test/java/org/apache/http/nio/client/methods/TestZeroCopy.java>:[38,-1] cannot access org.apache.commons.io.FileUtils
bad class file: /home/hudson/hudson-slave/maven-repositories/0/commons-io/commons-io/2.3/commons-io-2.3.jar(org/apache/commons/io/FileUtils.class)
class file has wrong version 50.0, should be 49.0
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/httpasyncclient/pom.xml> to /home/hudson/hudson/jobs/HttpComponents AsyncClient/modules/org.apache.httpcomponents$httpasyncclient/builds/2012-07-01_09-00-26/archive/org.apache.httpcomponents/httpasyncclient/4.0-beta2-SNAPSHOT/httpasyncclient-4.0-beta2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/httpasyncclient/src/test/java/org/apache/http/nio/client/methods/TestZeroCopy.java>:[38,-1] cannot access org.apache.commons.io.FileUtils
bad class file: /home/hudson/hudson-slave/maven-repositories/0/commons-io/commons-io/2.3/commons-io-2.3.jar(org/apache/commons/io/FileUtils.class)
class file has wrong version 50.0, should be 49.0

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21 seconds
[INFO] Finished at: Sun Jul 01 09:01:12 UTC 2012
[INFO] Final Memory: 49M/214M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
channel stopped

Jenkins build is back to normal : HttpComponents AsyncClient #245

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HttpComponents%20AsyncClient/245/changes>