09:01:46.741 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager -- ep-0000000000 Executing exchange ex-0000000054 09:01:46.741 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 >> GET /second HTTP/1.1 09:01:46.741 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 >> Accept-Encoding: 09:01:46.741 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 >> Host: my.host 09:01:46.741 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 >> Connection: keep-alive 09:01:46.741 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 >> User-Agent: Apache-HttpClient/5.3.2-SNAPSHOT (Java/17.0.10) 09:01:46.743 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << HTTP/1.1 401 Unauthorized 09:01:46.743 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << Date: Wed, 31 Jan 2024 08:01:46 GMT 09:01:46.743 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << Server: Apache/2.x.xx (Debian) 09:01:46.743 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << WWW-Authenticate: Basic realm="MyRealm" 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << Content-Type: text/html;charset=utf-8 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << Content-Language: en 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << Content-Length: 1012 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.headers -- http-outgoing-0 << Connection: close 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.auth.HttpAuthenticator -- ex-0000000054 Authentication required 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.auth.AuthCacheKeeper -- ex-0000000054 Clearing cached auth scheme for https://... 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.auth.HttpAuthenticator -- ex-0000000054 my.host:443 requested authentication 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy -- ex-0000000054 Authentication schemes in the order of preference: [Bearer, Digest, Basic] 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy -- ex-0000000054 Challenge for Bearer authentication scheme not available 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy -- ex-0000000054 Challenge for Digest authentication scheme not available 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.auth.HttpAuthenticator -- ex-0000000054 Selecting authentication options 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.auth.HttpAuthenticator -- ex-0000000054 Selected authentication options: [Basic{realm=MyRealm}] 09:01:46.744 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection -- http-outgoing-0 Close connection 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.classic.InternalHttpClient -- ep-0000000000 endpoint closed 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.classic.ProtocolExec -- ex-0000000054 target auth state: CHALLENGED 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.auth.HttpAuthenticator -- ex-0000000054 Generating response to an authentication challenge using Basic scheme 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.classic.ProtocolExec -- ex-0000000054 proxy auth state: UNCHALLENGED 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.classic.InternalHttpClient -- ep-0000000000 endpoint closed 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.classic.InternalHttpClient -- ep-0000000000 discarding endpoint 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager -- ep-0000000000 Releasing connection null 09:01:46.747 [Time-limited test] DEBUG org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager -- ep-0000000000 Connection is not kept alive NOTE: Linux 6.5.0-15-generic amd64/Eclipse Adoptium 17.0.10 (64-bit)/cpus=16,threads=9,free=47398144,total=98566144 org.apache.hc.client5.http.impl.ConnectionShutdownException at org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint.getConnection(BasicHttpClientConnectionManager.java:508) at org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager$InternalConnectionEndpoint.isConnected(BasicHttpClientConnectionManager.java:525) at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.isEndpointConnected(InternalExecRuntime.java:149) at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:128) at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51) at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:192) at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51) at org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:113) at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51) at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:152) at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51) at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:116) at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51) at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:87) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.hc.client5.http.classic.HttpClient.executeOpen(HttpClient.java:183) at org.apache.hc.client5.http.fluent.Request.internalExecute(Request.java:201) at org.apache.hc.client5.http.fluent.Executor.execute(Executor.java:244)