Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1462910 Details for
Bug 1604340
httpcomponents-asyncclient: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-19 22:12:22 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 22:12:22 UTC
Size:
32.00 KB
patch
obsolete
>main/java-deprecated/org/apache/http/impl/nio/conn/DefaultHttpAsyncRoutePlanner.java:[41,39] org.apache.http.nio.conn.scheme.LayeringStrategy in org.apache.http.nio.conn.scheme has been deprecated >[WARNING] /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/src/main/java-deprecated/org/apache/http/nio/conn/ssl/SSLLayeringStrategy.java:[50,32] org.apache.http.conn.ssl.BrowserCompatHostnameVerifier in org.apache.http.conn.ssl has been deprecated >[WARNING] /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/src/main/java-deprecated/org/apache/http/nio/conn/ssl/SSLLayeringStrategy.java:[51,32] org.apache.http.conn.ssl.SSLContexts in org.apache.http.conn.ssl has been deprecated >[WARNING] /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/src/main/java-deprecated/org/apache/http/nio/conn/ssl/SSLLayeringStrategy.java:[53,32] org.apache.http.conn.ssl.X509HostnameVerifier in org.apache.http.conn.ssl has been deprecated >[WARNING] /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/src/main/java-deprecated/org/apache/http/nio/conn/ssl/SSLLayeringStrategy.java:[54,39] org.apache.http.nio.conn.scheme.LayeringStrategy in org.apache.http.nio.conn.scheme has been deprecated >[WARNING] /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/MainClientExec.java:[513,25] UsernamePasswordCredentials(java.lang.String) in org.apache.http.auth.UsernamePasswordCredentials has been deprecated >[INFO] /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/src/main/java-deprecated/org/apache/http/impl/nio/client/AbstractHttpAsyncClient.java: Some input files use unchecked or unsafe operations. >[INFO] /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/src/main/java-deprecated/org/apache/http/impl/nio/client/AbstractHttpAsyncClient.java: Recompile with -Xlint:unchecked for details. >[INFO] >[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ httpasyncclient --- >[INFO] Using 'UTF-8' encoding to copy filtered resources. >[INFO] Copying 2 resources >[INFO] Copying 5 resources >[INFO] >[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ httpasyncclient --- >[INFO] Changes detected - recompiling the module! >[INFO] Compiling 20 source files to /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/target/test-classes >[WARNING] bootstrap class path not set in conjunction with -source 1.6 >[INFO] >[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ httpasyncclient --- >[INFO] >[INFO] ------------------------------------------------------- >[INFO] T E S T S >[INFO] ------------------------------------------------------- >[INFO] Running org.apache.http.impl.nio.conn.TestPoolingHttpClientAsyncConnectionManager >[ERROR] Tests run: 25, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.393 s <<< FAILURE! - in org.apache.http.impl.nio.conn.TestPoolingHttpClientAsyncConnectionManager >[ERROR] testRequestConnectionCancelled(org.apache.http.impl.nio.conn.TestPoolingHttpClientAsyncConnectionManager) Time elapsed: 0.014 s <<< ERROR! >java.util.concurrent.CancellationException > at org.apache.http.impl.nio.conn.TestPoolingHttpClientAsyncConnectionManager.testRequestConnectionCancelled(TestPoolingHttpClientAsyncConnectionManager.java:257) >[INFO] Running org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination >[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 0.249 s <<< FAILURE! - in org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination >[ERROR] testConsumerIsDone(org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination) Time elapsed: 0.017 s <<< ERROR! >java.util.concurrent.CancellationException > at org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination.testConsumerIsDone(TestHttpAsyncPrematureTermination.java:385) >[INFO] Running org.apache.http.nio.client.integration.TestHttpAsyncPipelining >[ERROR] Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.227 s <<< FAILURE! - in org.apache.http.nio.client.integration.TestHttpAsyncPipelining >[ERROR] testPipelinedGets[https](org.apache.http.nio.client.integration.TestHttpAsyncPipelining) Time elapsed: 0.128 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsyncPipelining.testPipelinedGets(TestHttpAsyncPipelining.java:114) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testPipelinedPostsAndGets[https](org.apache.http.nio.client.integration.TestHttpAsyncPipelining) Time elapsed: 0.017 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsyncPipelining.testPipelinedPostsAndGets(TestHttpAsyncPipelining.java:152) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[INFO] Running org.apache.http.nio.client.integration.TestClientAuthentication >[ERROR] Tests run: 22, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.326 s <<< FAILURE! - in org.apache.http.nio.client.integration.TestClientAuthentication >[ERROR] testAuthenticationUserinfoInRedirectSuccess[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.013 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testAuthenticationUserinfoInRedirectSuccess(TestClientAuthentication.java:467) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicAuthenticationNoCreds[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.016 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testBasicAuthenticationNoCreds(TestClientAuthentication.java:232) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicAuthenticationCredentialsCaching[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.014 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testBasicAuthenticationCredentialsCaching(TestClientAuthentication.java:398) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicAuthenticationSuccess[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.018 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testBasicAuthenticationSuccess(TestClientAuthentication.java:270) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testAuthenticationUserinfoInRequestSuccess[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.015 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testAuthenticationUserinfoInRequestSuccess(TestClientAuthentication.java:418) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicAuthenticationSuccessNonPersistentConnection[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.01 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testBasicAuthenticationSuccessNonPersistentConnection(TestClientAuthentication.java:290) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicAuthenticationFailure[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.018 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testBasicAuthenticationFailure(TestClientAuthentication.java:251) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testAuthenticationUserinfoInRequestFailure[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.015 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testAuthenticationUserinfoInRequestFailure(TestClientAuthentication.java:433) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicAuthenticationSuccessWithNonRepeatableExpectContinue[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.021 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testBasicAuthenticationSuccessWithNonRepeatableExpectContinue(TestClientAuthentication.java:323) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicAuthenticationSuccessOnRepeatablePost[https](org.apache.http.nio.client.integration.TestClientAuthentication) Time elapsed: 0.011 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestClientAuthentication.testBasicAuthenticationSuccessOnRepeatablePost(TestClientAuthentication.java:375) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[INFO] Running org.apache.http.nio.client.integration.TestStatefulConnManagement >[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.apache.http.nio.client.integration.TestStatefulConnManagement >[INFO] Running org.apache.http.nio.client.integration.TestClientReauthentication >[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.apache.http.nio.client.integration.TestClientReauthentication >[INFO] Running org.apache.http.nio.client.integration.TestHttpAsyncMinimal >[ERROR] Tests run: 8, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.135 s <<< FAILURE! - in org.apache.http.nio.client.integration.TestHttpAsyncMinimal >[ERROR] testMultiplePostsOverSingleConnection[https](org.apache.http.nio.client.integration.TestHttpAsyncMinimal) Time elapsed: 0.011 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsyncMinimal.testMultiplePostsOverSingleConnection(TestHttpAsyncMinimal.java:182) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testSingleGet[https](org.apache.http.nio.client.integration.TestHttpAsyncMinimal) Time elapsed: 0.008 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsyncMinimal.testSingleGet(TestHttpAsyncMinimal.java:103) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testMultiplePostsOverMultipleConnections[https](org.apache.http.nio.client.integration.TestHttpAsyncMinimal) Time elapsed: 0.019 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsyncMinimal.testMultiplePostsOverMultipleConnections(TestHttpAsyncMinimal.java:150) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testSinglePost[https](org.apache.http.nio.client.integration.TestHttpAsyncMinimal) Time elapsed: 0.012 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsyncMinimal.testSinglePost(TestHttpAsyncMinimal.java:119) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[INFO] Running org.apache.http.nio.client.integration.TestRedirects >[ERROR] Tests run: 46, Failures: 0, Errors: 23, Skipped: 0, Time elapsed: 1.063 s <<< FAILURE! - in org.apache.http.nio.client.integration.TestRedirects >[ERROR] testRepeatRequestRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.01 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testRepeatRequestRedirect(TestRedirects.java:808) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testDefaultHeadersRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.018 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testDefaultHeadersRedirect(TestRedirects.java:688) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect302NoLocation[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.014 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect302NoLocation(TestRedirects.java:356) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testMaxRedirectCheck[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.013 s <<< ERROR! >java.lang.Exception: Unexpected exception, expected<java.util.concurrent.ExecutionException> but was<java.lang.AssertionError> > at org.apache.http.nio.client.integration.TestRedirects.testMaxRedirectCheck(TestRedirects.java:466) >[ERROR] testRelativeRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.021 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testRelativeRedirect(TestRedirects.java:551) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testPostRedirectSeeOther[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.016 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testPostRedirectSeeOther(TestRedirects.java:526) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testRejectBogusRedirectLocation[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.03 s <<< ERROR! >java.lang.Exception: Unexpected exception, expected<java.util.concurrent.ExecutionException> but was<java.lang.AssertionError> > at org.apache.http.nio.client.integration.TestRedirects.testRejectBogusRedirectLocation(TestRedirects.java:620) >[ERROR] testRedirectWithCookie[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.009 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testRedirectWithCookie(TestRedirects.java:660) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testRejectInvalidRedirectLocation[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.014 s <<< ERROR! >java.lang.Exception: Unexpected exception, expected<java.util.concurrent.ExecutionException> but was<java.lang.AssertionError> > at org.apache.http.nio.client.integration.TestRedirects.testRejectInvalidRedirectLocation(TestRedirects.java:636) >[ERROR] testRelativeRedirect2[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.009 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testRelativeRedirect2(TestRedirects.java:577) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testRepeatRequest[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.013 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testRepeatRequest(TestRedirects.java:778) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testDifferentRequestSameRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.009 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testDifferentRequestSameRedirect(TestRedirects.java:838) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect300[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.01 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect300(TestRedirects.java:283) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect301[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.009 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect301(TestRedirects.java:303) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect302[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.51 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect302(TestRedirects.java:325) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect303[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.009 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect303(TestRedirects.java:378) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect304[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.01 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect304(TestRedirects.java:400) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect305[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.022 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect305(TestRedirects.java:420) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testBasicRedirect307[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.013 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testBasicRedirect307(TestRedirects.java:440) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testCrossSiteRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.02 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testCrossSiteRedirect(TestRedirects.java:757) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testRejectRelativeRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.008 s <<< ERROR! >java.lang.Exception: Unexpected exception, expected<java.util.concurrent.ExecutionException> but was<java.lang.AssertionError> > at org.apache.http.nio.client.integration.TestRedirects.testRejectRelativeRedirect(TestRedirects.java:603) >[ERROR] testCircularRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.02 s <<< ERROR! >java.lang.Exception: Unexpected exception, expected<java.util.concurrent.ExecutionException> but was<java.lang.AssertionError> > at org.apache.http.nio.client.integration.TestRedirects.testCircularRedirect(TestRedirects.java:487) >[ERROR] testPostNoRedirect[https](org.apache.http.nio.client.integration.TestRedirects) Time elapsed: 0.009 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestRedirects.testPostNoRedirect(TestRedirects.java:504) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[INFO] Running org.apache.http.nio.client.integration.TestHttpAsync >[ERROR] Tests run: 14, Failures: 1, Errors: 6, Skipped: 0, Time elapsed: 0.177 s <<< FAILURE! - in org.apache.http.nio.client.integration.TestHttpAsync >[ERROR] testMultiplePostsOverSingleConnection[https](org.apache.http.nio.client.integration.TestHttpAsync) Time elapsed: 0.012 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsync.testMultiplePostsOverSingleConnection(TestHttpAsync.java:169) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testSingleGet[https](org.apache.http.nio.client.integration.TestHttpAsync) Time elapsed: 0.011 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsync.testSingleGet(TestHttpAsync.java:90) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testMultiplePostsOverMultipleConnections[https](org.apache.http.nio.client.integration.TestHttpAsync) Time elapsed: 0.027 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsync.testMultiplePostsOverMultipleConnections(TestHttpAsync.java:137) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testRequestFailure[https](org.apache.http.nio.client.integration.TestHttpAsync) Time elapsed: 0.015 s <<< FAILURE! >org.junit.ComparisonFailure: expected:<[Kaboom]> but was:<[Connection closed]> > at org.apache.http.nio.client.integration.TestHttpAsync.testRequestFailure(TestHttpAsync.java:201) >[ERROR] testSinglePost[https](org.apache.http.nio.client.integration.TestHttpAsync) Time elapsed: 0.011 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsync.testSinglePost(TestHttpAsync.java:106) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testSharedPool[https](org.apache.http.nio.client.integration.TestHttpAsync) Time elapsed: 0.009 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsync.testSharedPool(TestHttpAsync.java:210) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[ERROR] testClientCloseloseQuietly[https](org.apache.http.nio.client.integration.TestHttpAsync) Time elapsed: 0.011 s <<< ERROR! >java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Connection closed > at org.apache.http.nio.client.integration.TestHttpAsync.testClientCloseloseQuietly(TestHttpAsync.java:243) >Caused by: org.apache.http.ConnectionClosedException: Connection closed >[INFO] Running org.apache.http.nio.client.integration.TestClientAuthenticationFallBack >[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.http.nio.client.integration.TestClientAuthenticationFallBack >[INFO] Running org.apache.http.nio.client.methods.TestAsyncConsumers >[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.apache.http.nio.client.methods.TestAsyncConsumers >[INFO] Running org.apache.http.nio.client.methods.TestZeroCopy >[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.apache.http.nio.client.methods.TestZeroCopy >[INFO] >[INFO] Results: >[INFO] >[ERROR] Failures: >[ERROR] TestHttpAsync.testRequestFailure:201 expected:<[Kaboom]> but was:<[Connection closed]> >[ERROR] Errors: >[ERROR] TestPoolingHttpClientAsyncConnectionManager.testRequestConnectionCancelled:257 » Cancellation >[ERROR] TestClientAuthentication.testAuthenticationUserinfoInRedirectSuccess:467 » Execution >[ERROR] TestClientAuthentication.testAuthenticationUserinfoInRequestFailure:433 » Execution >[ERROR] TestClientAuthentication.testAuthenticationUserinfoInRequestSuccess:418 » Execution >[ERROR] TestClientAuthentication.testBasicAuthenticationCredentialsCaching:398 » Execution >[ERROR] TestClientAuthentication.testBasicAuthenticationFailure:251 » Execution org.ap... >[ERROR] TestClientAuthentication.testBasicAuthenticationNoCreds:232 » Execution org.ap... >[ERROR] TestClientAuthentication.testBasicAuthenticationSuccessNonPersistentConnection:290 » Execution >[ERROR] TestClientAuthentication.testBasicAuthenticationSuccessOnRepeatablePost:375 » Execution >[ERROR] TestClientAuthentication.testBasicAuthenticationSuccessWithNonRepeatableExpectContinue:323 » Execution >[ERROR] TestClientAuthentication.testBasicAuthenticationSuccess:270 » Execution org.ap... >[ERROR] TestHttpAsync.testClientCloseloseQuietly:243 » Execution org.apache.http.Conne... >[ERROR] TestHttpAsync.testMultiplePostsOverMultipleConnections:137 » Execution org.apa... >[ERROR] TestHttpAsync.testMultiplePostsOverSingleConnection:169 » Execution org.apache... >[ERROR] TestHttpAsync.testSharedPool:210 » Execution org.apache.http.ConnectionClosedE... >[ERROR] TestHttpAsync.testSingleGet:90 » Execution org.apache.http.ConnectionClosedExc... >[ERROR] TestHttpAsync.testSinglePost:106 » Execution org.apache.http.ConnectionClosedE... >[ERROR] TestHttpAsyncMinimal.testMultiplePostsOverMultipleConnections:150 » Execution ... >[ERROR] TestHttpAsyncMinimal.testMultiplePostsOverSingleConnection:182 » Execution org... >[ERROR] TestHttpAsyncMinimal.testSingleGet:103 » Execution org.apache.http.ConnectionC... >[ERROR] TestHttpAsyncMinimal.testSinglePost:119 » Execution org.apache.http.Connection... >[ERROR] TestHttpAsyncPipelining.testPipelinedGets:114 » Execution org.apache.http.Conn... >[ERROR] TestHttpAsyncPipelining.testPipelinedPostsAndGets:152 » Execution org.apache.h... >[ERROR] TestHttpAsyncPrematureTermination.testConsumerIsDone:385 » Cancellation >[ERROR] TestRedirects.testBasicRedirect300:283 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testBasicRedirect301:303 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testBasicRedirect302NoLocation:356 » Execution org.apache.http.C... >[ERROR] TestRedirects.testBasicRedirect302:325 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testBasicRedirect303:378 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testBasicRedirect304:400 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testBasicRedirect305:420 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testBasicRedirect307:440 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testCircularRedirect[https] » Unexpected exception, expected<ja... >[ERROR] TestRedirects.testCrossSiteRedirect:757 » Execution org.apache.http.Connection... >[ERROR] TestRedirects.testDefaultHeadersRedirect:688 » Execution org.apache.http.Conne... >[ERROR] TestRedirects.testDifferentRequestSameRedirect:838 » Execution org.apache.http... >[ERROR] TestRedirects.testMaxRedirectCheck[https] » Unexpected exception, expected<ja... >[ERROR] TestRedirects.testPostNoRedirect:504 » Execution org.apache.http.ConnectionClo... >[ERROR] TestRedirects.testPostRedirectSeeOther:526 » Execution org.apache.http.Connect... >[ERROR] TestRedirects.testRedirectWithCookie:660 » Execution org.apache.http.Connectio... >[ERROR] TestRedirects.testRejectBogusRedirectLocation[https] » Unexpected exception, ... >[ERROR] TestRedirects.testRejectInvalidRedirectLocation[https] » Unexpected exception... >[ERROR] TestRedirects.testRejectRelativeRedirect[https] » Unexpected exception, expec... >[ERROR] TestRedirects.testRelativeRedirect2:577 » Execution org.apache.http.Connection... >[ERROR] TestRedirects.testRelativeRedirect:551 » Execution org.apache.http.ConnectionC... >[ERROR] TestRedirects.testRepeatRequestRedirect:808 » Execution org.apache.http.Connec... >[ERROR] TestRedirects.testRepeatRequest:778 » Execution org.apache.http.ConnectionClos... >[INFO] >[ERROR] Tests run: 137, Failures: 1, Errors: 47, Skipped: 1 >[INFO] >[INFO] >[INFO] ------------------------------------------------------------------------ >[INFO] Skipping Apache HttpComponents AsyncClient >[INFO] This project has been banned from the build due to previous failures. >[INFO] ------------------------------------------------------------------------ >[INFO] ------------------------------------------------------------------------ >[INFO] Reactor Summary: >[INFO] >[INFO] Apache HttpComponents AsyncClient 4.1.2 ............ SUCCESS [ 0.556 s] >[INFO] Apache HttpAsyncClient ............................. FAILURE [ 12.880 s] >[INFO] Apache HttpAsyncClient Cache 4.1.2 ................. SKIPPED >[INFO] ------------------------------------------------------------------------ >[INFO] BUILD FAILURE >[INFO] ------------------------------------------------------------------------ >[INFO] Total time: 14.500 s >[INFO] Finished at: 2018-07-14T01:49:21Z >[INFO] ------------------------------------------------------------------------ >[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project httpasyncclient: There are test failures. >[ERROR] >[ERROR] Please refer to /builddir/build/BUILD/httpcomponents-asyncclient-4.1.2/httpasyncclient/target/surefire-reports for the individual test results. >[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. >[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/MojoFailureException >[ERROR] >[ERROR] After correcting the problems, you can resume the build with the command >[ERROR] mvn <goals> -rf :httpasyncclient >error: Bad exit status from /var/tmp/rpm-tmp.6cIgh6 (%build) > Bad exit status from /var/tmp/rpm-tmp.6cIgh6 (%build) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/httpcomponents-asyncclient.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1604340
: 1462910 |
1462911
|
1462912