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 Hudson Server <hu...@hudson.apache.org> on 2011/04/05 13:12:03 UTC

Build failed in Jenkins: HttpComponents AsyncClient #14

See <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/14/>

------------------------------------------
Started by upstream project "maven-surefire" build number 42
Building remotely on ubuntu2
Checking out a fresh workspace because <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk> doesn't exist
Cleaning workspace <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/>
Checking out http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk
AU        NOTICE.txt
AU        LICENSE.txt
AU        RELEASE_NOTES.txt
A         src
A         src/main
A         src/main/assembly
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
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/TestHttpAsync.java
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/pool
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/pool/RouteResolver.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/pool/LeaseRequest.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/pool/PoolEntryFactory.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/pool/PoolEntryCallback.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/pool/PoolEntry.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/pool/SessionPool.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/pool/RouteSpecificPool.java
A         httpasyncclient/src/main/java/org/apache/http/impl/nio/conn
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/DefaultHttpAsyncRoutePlanner.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/PoolingClientConnectionManager.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/DefaultClientConnection.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/SchemeRegistryFactory.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/ClientConnAdaptor.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/HttpSessionPool.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/HttpExchange.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/MessageState.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/BasicHttpAsyncResponseConsumer.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/BasicHttpAsyncRequestProducer.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/NHttpClientProtocolHandler.java
AU        httpasyncclient/src/main/java/org/apache/http/impl/nio/client/InternalClientEventDispatch.java
A         httpasyncclient/src/main/java/org/apache/http/nio
A         httpasyncclient/src/main/java/org/apache/http/nio/concurrent
AU        httpasyncclient/src/main/java/org/apache/http/nio/concurrent/FutureCallback.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/concurrent/BasicFuture.java
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/OperatedClientConnection.java
A         httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme/Scheme.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme/LayeringStrategy.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/scheme/SchemeRegistry.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/PoolStats.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ClientConnectionManager.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/conn/ManagedClientConnection.java
A         httpasyncclient/src/main/java/org/apache/http/nio/client
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncResponseConsumer.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncRequestProducer.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncClient.java
AU        httpasyncclient/src/main/java/org/apache/http/nio/client/HttpAsyncExchangeHandler.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/pom.xml
AU        doap_HttpComponents_AsyncClient.rdf
 U        .
At revision 1088971
no change for http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk since the previous build
Found mavenVersion 2.2.1 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[httpasyncclient-trunk] $ 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 58721 /home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/pom.xml> clean install
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   HttpComponents AsyncClient
[INFO]   HttpAsyncClient
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpComponents AsyncClient
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [notice:generate {execution: attach-notice-license}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Parent project loaded from repository.
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/pom.xml> to /home/hudson/.m2/repository/org/apache/httpcomponents/httpcomponents-asyncclient/4.0-alpha2-SNAPSHOT/httpcomponents-asyncclient-4.0-alpha2-SNAPSHOT.pom
[INFO] Installing <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/target/httpcomponents-asyncclient-4.0-alpha2-SNAPSHOT-site.xml> to /home/hudson/.m2/repository/org/apache/httpcomponents/httpcomponents-asyncclient/4.0-alpha2-SNAPSHOT/httpcomponents-asyncclient-4.0-alpha2-SNAPSHOT-site.xml
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/pom.xml> to /home/hudson/hudson/jobs/HttpComponents AsyncClient/modules/org.apache.httpcomponents$httpcomponents-asyncclient/builds/2011-04-05_11-11-23/archive/org.apache.httpcomponents/httpcomponents-asyncclient/4.0-alpha2-SNAPSHOT/pom.xml
[JENKINS] Archiving /home/hudson/.m2/repository/org/apache/httpcomponents/httpcomponents-asyncclient/4.0-alpha2-SNAPSHOT/httpcomponents-asyncclient-4.0-alpha2-SNAPSHOT.pom to /home/hudson/hudson/jobs/HttpComponents AsyncClient/modules/org.apache.httpcomponents$httpcomponents-asyncclient/builds/2011-04-05_11-11-23/archive/org.apache.httpcomponents/httpcomponents-asyncclient/4.0-alpha2-SNAPSHOT/httpcomponents-asyncclient-4.0-alpha2-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/target/httpcomponents-asyncclient-4.0-alpha2-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/HttpComponents AsyncClient/modules/org.apache.httpcomponents$httpcomponents-asyncclient/builds/2011-04-05_11-11-23/archive/org.apache.httpcomponents/httpcomponents-asyncclient/4.0-alpha2-SNAPSHOT/httpcomponents-asyncclient-4.0-alpha2-SNAPSHOT-site.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpAsyncClient
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [notice:generate {execution: attach-notice-license}]
[INFO] Generating NOTICE and LICENSE resources
[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
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 43 source files to <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/httpasyncclient/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Unable to locate the Javac Compiler in:
  /usr/lib/jvm/java-6-openjdk/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.
[INFO] 1error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/ws/httpasyncclient-trunk/httpasyncclient/pom.xml> to /home/hudson/hudson/jobs/HttpComponents AsyncClient/modules/org.apache.httpcomponents$httpasyncclient/builds/2011-04-05_11-11-23/archive/org.apache.httpcomponents/httpasyncclient/4.0-alpha2-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
Unable to locate the Javac Compiler in:
  /usr/lib/jvm/java-6-openjdk/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Tue Apr 05 11:12:02 UTC 2011
[INFO] Final Memory: 38M/348M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@hc.apache.org
channel stopped


Jenkins build is back to normal : HttpComponents AsyncClient #15

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/HttpComponents%20AsyncClient/15/>