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 2013/06/24 02:08:29 UTC

Build failed in Jenkins: HttpComponents Core #499

See <https://builds.apache.org/job/HttpComponents%20Core/499/changes>

Changes:

[olegk] BasicNIOConnPool to reset socket timeout on lease / release operations

[olegk] Fixed maven checkstyle config

[olegk] Cleaned up blocking and non-blocking connection initialization

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/HttpComponents%20Core/ws/>
Updating http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk
U         httpcore/src/test/java/org/apache/http/impl/io/TestResponseParser.java
U         httpcore/src/test/java/org/apache/http/impl/pool/TestBasicConnPool.java
U         httpcore/src/main/java/org/apache/http/message/BasicListHeaderIterator.java
U         httpcore/src/main/java/org/apache/http/message/BasicHeaderIterator.java
U         httpcore/src/main/java/org/apache/http/message/BasicHeaderValueParser.java
U         httpcore/src/main/java/org/apache/http/message/BasicLineParser.java
U         httpcore/src/main/java/org/apache/http/message/BasicHeaderValueFormatter.java
U         httpcore/src/main/java/org/apache/http/message/BasicLineFormatter.java
U         httpcore/src/main/java/org/apache/http/message/BasicTokenIterator.java
U         httpcore/src/main/java/org/apache/http/impl/HttpConnectionMetricsImpl.java
U         httpcore/src/main/java/org/apache/http/impl/io/SocketInputBuffer.java
U         httpcore/src/main/java/org/apache/http/impl/io/SocketOutputBuffer.java
U         httpcore/src/main/java/org/apache/http/impl/io/ContentLengthInputStream.java
U         httpcore/src/main/java/org/apache/http/impl/io/ContentLengthOutputStream.java
U         httpcore/src/main/java/org/apache/http/impl/io/ChunkedInputStream.java
U         httpcore/src/main/java/org/apache/http/impl/io/SessionInputBufferImpl.java
U         httpcore/src/main/java/org/apache/http/impl/io/AbstractSessionInputBuffer.java
U         httpcore/src/main/java/org/apache/http/impl/io/AbstractMessageParser.java
U         httpcore/src/main/java/org/apache/http/impl/pool/BasicConnFactory.java
AU        httpcore/src/main/java/org/apache/http/impl/ConnSupport.java
U         httpcore/src/main/java/org/apache/http/protocol/HttpCoreContext.java
U         httpcore/src/main/java/org/apache/http/pool/AbstractConnPool.java
U         httpcore/src/main/java/org/apache/http/params/AbstractHttpParams.java
U         httpcore/src/main/java/org/apache/http/entity/BufferedHttpEntity.java
U         httpcore/src/main/java/org/apache/http/entity/ByteArrayEntity.java
U         httpcore/src/main/java/org/apache/http/entity/StringEntity.java
U         httpcore/src/main/java/org/apache/http/util/VersionInfo.java
U         httpcore/src/main/java/org/apache/http/util/CharArrayBuffer.java
U         httpcore/src/main/java/org/apache/http/util/ByteArrayBuffer.java
U         pom.xml
U         httpcore-nio/src/test/java/org/apache/http/impl/nio/pool/TestBasicNIOConnPool.java
U         httpcore-nio/src/test/java/org/apache/http/nio/integration/TestTruncatedChunks.java
U         httpcore-nio/src/test/java/org/apache/http/nio/util/ContentEncoderMock.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/DefaultNHttpServerConnectionFactory.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/DefaultNHttpClientConnectionFactory.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/SSLNHttpServerConnectionFactory.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/reactor/AbstractMultiworkerIOReactor.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/codecs/LengthDelimitedEncoder.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/codecs/ChunkEncoder.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/codecs/LengthDelimitedDecoder.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/codecs/IdentityEncoder.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/codecs/AbstractContentEncoder.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/SSLNHttpClientConnectionFactory.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/pool/BasicNIOConnPool.java
U         httpcore-nio/src/main/java/org/apache/http/impl/nio/pool/BasicNIOPoolEntry.java
U         httpcore-nio/src/main/java/org/apache/http/nio/reactor/ssl/SSLIOSession.java
U         httpcore-nio/src/main/java/org/apache/http/nio/protocol/NullRequestConsumer.java
U         httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java
U         httpcore-nio/src/main/java/org/apache/http/nio/pool/AbstractNIOConnPool.java
U         httpcore-nio/src/main/java/org/apache/http/nio/util/SharedOutputBuffer.java
At revision 1495899
Parsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk> at hudson.remoting.Channel@167210ac:ubuntu2
	at hudson.FilePath.act(FilePath.java:861)
	at hudson.FilePath.act(FilePath.java:838)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:862)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:620)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.io.FileNotFoundException: /tmp/hudson-remoting3176361826202161779/META-INF/plexus/components.xml (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:160)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:309)
	at hudson.remoting.RemoteClassLoader.findResources(RemoteClassLoader.java:276)
	at java.lang.ClassLoader.getResources(ClassLoader.java:1015)
	at java.lang.ClassLoader.getResources(ClassLoader.java:1011)
	at hudson.maven.MavenUtil$MaskingClassLoader.getResources(MavenUtil.java:295)
	at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:203)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1173)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:997)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)

Jenkins build is back to normal : HttpComponents Core #501

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


Build failed in Jenkins: HttpComponents Core #500

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

Changes:

[olegk] Improved blocking HTTP server example

------------------------------------------
[...truncated 363 lines...]
Audit done.

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @ httpcore ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-examples) @ httpcore ---
[INFO] Starting audit...
Audit done.

Jun 28, 2013 12:35:51 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ httpcore ---
[INFO] Building jar: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore/target/httpcore-4.3-beta3-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.8:jar (attach-javadocs) @ httpcore ---
[WARNING] Source files encoding has not been set, using platform encoding ISO646-US, i.e. build is platform dependent!
[INFO] Building jar: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore/target/httpcore-4.3-beta3-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ httpcore ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ httpcore ---[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore/target/httpcore-4.3-beta3-SNAPSHOT.jar> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore/4.3-beta3-SNAPSHOT/httpcore-4.3-beta3-SNAPSHOT.jar

[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore/pom.xml> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore/4.3-beta3-SNAPSHOT/httpcore-4.3-beta3-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore/target/httpcore-4.3-beta3-SNAPSHOT-sources.jar> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore/4.3-beta3-SNAPSHOT/httpcore-4.3-beta3-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore/target/httpcore-4.3-beta3-SNAPSHOT-javadoc.jar> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore/4.3-beta3-SNAPSHOT/httpcore-4.3-beta3-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpCore NIO 4.3-beta3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ httpcore-nio ---[INFO] Deleting <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target>

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-main) @ httpcore-nio ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @ httpcore-nio ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-examples) @ httpcore-nio ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-notice-plugin:0.0.2:generate (attach-notice-license) @ httpcore-nio ---[INFO] Generating NOTICE and LICENSE resources

[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ httpcore-nio ---[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd "<https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio"> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio>

[INFO] Storing buildNumber: 1495842 at timestamp: 1372423062833
[INFO] Executing: /bin/sh -c cd "<https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio"> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ httpcore-nio ---[debug] execute contextualize
[WARNING] File encoding has not been set, using platform encoding ISO646-US, i.e. build is platform dependent!
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF

[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ httpcore-nio ---
[WARNING] File encoding has not been set, using platform encoding ISO646-US, i.e. build is platform dependent!
[INFO] Compiling 188 source files to <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ httpcore-nio ---[debug] execute contextualize
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF

[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ httpcore-nio ---
[WARNING] File encoding has not been set, using platform encoding ISO646-US, i.e. build is platform dependent!
[INFO] Compiling 71 source files to <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ httpcore-nio ---[INFO] Surefire report directory: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/surefire-reports>


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.http.impl.nio.TestDefaultNHttpServerConnection
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
Running org.apache.http.impl.nio.TestDefaultNHttpClientConnection
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
Running org.apache.http.impl.nio.reactor.TestBaseIOReactorSSL
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.641 sec
Running org.apache.http.impl.nio.reactor.ExceptionEventTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.http.impl.nio.reactor.TestDefaultIOReactors
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.141 sec
Running org.apache.http.impl.nio.reactor.TestDefaultListeningIOReactor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 sec
Running org.apache.http.impl.nio.reactor.TestDefaultIOReactorsSSL
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.229 sec
Running org.apache.http.impl.nio.reactor.TestSessionInOutBuffers
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.http.impl.nio.codecs.TestChunkEncoder
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.http.impl.nio.codecs.TestIdentityDecoder
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.http.impl.nio.codecs.TestLengthDelimitedEncoder
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.apache.http.impl.nio.codecs.TestChunkDecoder
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.http.impl.nio.codecs.TestIdentityEncoder
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.apache.http.impl.nio.codecs.TestLengthDelimitedDecoder
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.http.impl.nio.codecs.TestHttpMessageParser
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.http.impl.nio.pool.TestBasicNIOConnPool
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec
Running org.apache.http.impl.nio.TestContentChannel
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
Running org.apache.http.impl.nio.TestNHttpConnectionBase
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.apache.http.nio.util.TestBuffers
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.http.nio.protocol.TestBasicAsyncResponseConsumer
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.apache.http.nio.protocol.TestBasicAsyncClientExchangeHandler
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.apache.http.nio.protocol.TestUriHttpAsyncRequestHandlerMapper
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.http.nio.protocol.TestBasicAsyncRequestConsumer
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.http.nio.protocol.TestBasicAsyncResponseProducer
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec
Running org.apache.http.nio.protocol.TestErrorResponseProducer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 sec
Running org.apache.http.nio.protocol.TestHttpAsyncService
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
Running org.apache.http.nio.protocol.TestHttpAsyncRequester
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.apache.http.nio.protocol.TestBasicAsyncRequestProducer
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.http.nio.protocol.TestBasicAsyncRequestHandler
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.http.nio.protocol.TestHttpAsyncRequestExecutor
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.apache.http.nio.integration.TestAsyncNHttpHandlers
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.821 sec
Running org.apache.http.nio.integration.TestPipelining
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.apache.http.nio.integration.TestTruncatedChunks
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.http.nio.integration.TestHttpsAsyncHandlers
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.222 sec
Running org.apache.http.nio.integration.TestHttpAsyncHandlerCancellable
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
Running org.apache.http.nio.integration.TestHttpsAsyncTimeout
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 sec
Running org.apache.http.nio.integration.TestHttpAsyncHandlers
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.931 sec
Running org.apache.http.nio.integration.TestHttpAsyncPrematureTermination
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
Running org.apache.http.nio.integration.TestThrottlingNHttpHandlers
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.792 sec
Running org.apache.http.nio.pool.TestNIOConnPool
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.385 sec
Running org.apache.http.nio.pool.TestRouteSpecificPool
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec

Results :

Tests run: 448, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ httpcore-nio ---
[INFO] Building jar: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/httpcore-nio-4.3-beta3-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-main) @ httpcore-nio ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @ httpcore-nio ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-examples) @ httpcore-nio ---[INFO] Starting audit...
Audit done.


Jun 28, 2013 12:40:36 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ httpcore-nio ---
[INFO] Building jar: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/httpcore-nio-4.3-beta3-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.8:jar (attach-javadocs) @ httpcore-nio ---
[WARNING] Source files encoding has not been set, using platform encoding ISO646-US, i.e. build is platform dependent!
[INFO] Building jar: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/httpcore-nio-4.3-beta3-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ httpcore-nio ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ httpcore-nio ---[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/httpcore-nio-4.3-beta3-SNAPSHOT.jar> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore-nio/4.3-beta3-SNAPSHOT/httpcore-nio-4.3-beta3-SNAPSHOT.jar

[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/pom.xml> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore-nio/4.3-beta3-SNAPSHOT/httpcore-nio-4.3-beta3-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/httpcore-nio-4.3-beta3-SNAPSHOT-sources.jar> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore-nio/4.3-beta3-SNAPSHOT/httpcore-nio-4.3-beta3-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-nio/target/httpcore-nio-4.3-beta3-SNAPSHOT-javadoc.jar> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/httpcomponents/httpcore-nio/4.3-beta3-SNAPSHOT/httpcore-nio-4.3-beta3-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpCore OSGi bundle 4.3-beta3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ httpcore-osgi ---
[INFO] Deleting <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-osgi/target>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-main) @ httpcore-osgi ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-test) @ httpcore-osgi ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate-examples) @ httpcore-osgi ---
[INFO] 
[INFO] --- maven-notice-plugin:0.0.2:generate (attach-notice-license) @ httpcore-osgi ---
[INFO] Generating NOTICE and LICENSE resources
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ httpcore-osgi ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd "<https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-osgi"> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-osgi>
Build timed out (after 30 minutes). Marking the build as failed.
Process 1372423307848 is killed.
[WARNING] Cannot get the revision information from the scm repository, proceeding with revision of ?????? : 
Exception while executing SCM command.
[INFO] Storing buildNumber: ?????? at timestamp: 1372423306680
[INFO] Executing: /bin/sh -c cd "<https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-osgi"> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/HttpComponents%20Core/ws/httpcore-trunk/httpcore-osgi>
[INFO] Storing buildScmBranch: trunk
[INFO] ------------------------------------------------------------------------channel stopped