Issue #12104 - HTTP/1.0 should produce a valid Connection
header, never blank/null.
#12105
+341
−68
Webtide Jenkins / Tests / Parallel Stage / Build / Test - JDK17
failed
Jul 31, 2024 in 0s
failed: 35, skipped: 213, passed: 7145
Send us feedback
Details
org.eclipse.jetty.server.DelayedServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest1Fragments()
2024-07-31 13:12:14.992:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:14.995:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@60b96845{HTTP/1.1, (http/1.1)}{0.0.0.0:34691}
2024-07-31 13:12:14.995:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@30320148{STARTING}[12.0.13-SNAPSHOT,sto=0] @21460ms
2024-07-31 13:12:15.125:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@30320148{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:15.125:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@60b96845{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testHeadHandled()
2024-07-31 13:12:23.080:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:23.082:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@192233e1{HTTP/1.1, (http/1.1)}{0.0.0.0:34813}
2024-07-31 13:12:23.082:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@493c11a{STARTING}[12.0.13-SNAPSHOT,sto=0] @29548ms
2024-07-31 13:12:23.197:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@493c11a{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:23.198:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@192233e1{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest1()
2024-07-31 13:12:23.415:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:23.417:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@5fad9d72{HTTP/1.1, (http/1.1)}{0.0.0.0:40651}
2024-07-31 13:12:23.417:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@a677f1f{STARTING}[12.0.13-SNAPSHOT,sto=0] @29883ms
2024-07-31 13:12:23.523:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@a677f1f{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:23.523:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@5fad9d72{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest2()
2024-07-31 13:12:23.527:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:23.529:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@a79a0dc{HTTP/1.1, (http/1.1)}{0.0.0.0:38731}
2024-07-31 13:12:23.529:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@1bd9f800{STARTING}[12.0.13-SNAPSHOT,sto=0] @29994ms
2024-07-31 13:12:23.637:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@1bd9f800{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:23.637:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@a79a0dc{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.DelayedServerTest.testDualRequest1
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testDualRequest1(HttpServerTestBase.java:1519)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testDualRequest1()
2024-07-31 13:12:24.871:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:24.873:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@1ce9cef4{HTTP/1.1, (http/1.1)}{0.0.0.0:40419}
2024-07-31 13:12:24.873:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@2812d514{STARTING}[12.0.13-SNAPSHOT,sto=0] @31339ms
2024-07-31 13:12:24.978:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@2812d514{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:24.979:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@1ce9cef4{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testRequest1()
2024-07-31 13:13:46.908:INFO :oejs.Server:ForkJoinPool-2-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:46.909:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Started ServerConnector@44d8a0c1{HTTP/1.1, (http/1.1)}{0.0.0.0:34613}
2024-07-31 13:13:46.910:INFO :oejs.Server:ForkJoinPool-2-worker-1: Started oejs.Server@6a35f606{STARTING}[12.0.13-SNAPSHOT,sto=0] @113375ms
2024-07-31 13:13:46.910:INFO :oejs.Server:ForkJoinPool-2-worker-2: Stopped oejs.Server@4a735ac3{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:46.910:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Stopped ServerConnector@11a9d8c7{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.DelayedServerTest.testDualRequest1()
2024-07-31 13:13:47.254:INFO :oejs.Server:ForkJoinPool-2-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:47.255:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Started ServerConnector@5966053a{HTTP/1.1, (http/1.1)}{0.0.0.0:34861}
2024-07-31 13:13:47.255:INFO :oejs.Server:ForkJoinPool-2-worker-1: Started oejs.Server@388d7d8f{STARTING}[12.0.13-SNAPSHOT,sto=0] @113721ms
2024-07-31 13:13:47.317:INFO :oejs.Server:ForkJoinPool-2-worker-2: Stopped oejs.Server@3797c777{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:47.317:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Stopped ServerConnector@7b1a9b50{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest1Fragments()
2024-07-31 13:12:32.286:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:32.288:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @43aae256{HTTP/1.1, (http/1.1)}{0.0.0.0:36809}
2024-07-31 13:12:32.288:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@2d4f164f{STARTING}[12.0.13-SNAPSHOT,sto=0] @38754ms
2024-07-31 13:12:32.411:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@2d4f164f{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:32.412:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @43aae256{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testHeadHandled()
2024-07-31 13:12:38.690:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:38.692:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @fdfaf75{HTTP/1.1, (http/1.1)}{0.0.0.0:44219}
2024-07-31 13:12:38.692:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@4b9c993c{STARTING}[12.0.13-SNAPSHOT,sto=0] @45158ms
2024-07-31 13:12:38.796:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@4b9c993c{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:38.797:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @fdfaf75{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest1()
2024-07-31 13:12:39.008:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:39.010:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @6681bd08{HTTP/1.1, (http/1.1)}{0.0.0.0:37315}
2024-07-31 13:12:39.010:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@2031fd20{STARTING}[12.0.13-SNAPSHOT,sto=0] @45475ms
2024-07-31 13:12:39.112:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@2031fd20{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:39.112:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @6681bd08{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest2()
2024-07-31 13:12:39.116:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:39.118:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @64203198{HTTP/1.1, (http/1.1)}{0.0.0.0:46625}
2024-07-31 13:12:39.118:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@24346408{STARTING}[12.0.13-SNAPSHOT,sto=0] @45583ms
2024-07-31 13:12:39.220:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@24346408{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:39.221:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @64203198{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ExtendedServerTest.testDualRequest1
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testDualRequest1(HttpServerTestBase.java:1519)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testDualRequest1()
2024-07-31 13:12:40.205:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:40.207:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started @78362ba0{HTTP/1.1, (http/1.1)}{0.0.0.0:43325}
2024-07-31 13:12:40.207:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@4db3c39b{STARTING}[12.0.13-SNAPSHOT,sto=0] @46673ms
2024-07-31 13:12:40.310:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@4db3c39b{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:40.310:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped @78362ba0{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testRequest2()
2024-07-31 13:13:46.280:INFO :oejs.Server:ForkJoinPool-2-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:46.281:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Started @7f93ccd4{HTTP/1.1, (http/1.1)}{0.0.0.0:46111}
2024-07-31 13:13:46.281:INFO :oejs.Server:ForkJoinPool-2-worker-2: Started oejs.Server@62d98fbd{STARTING}[12.0.13-SNAPSHOT,sto=0] @112747ms
2024-07-31 13:13:46.343:INFO :oejs.Server:ForkJoinPool-2-worker-1: Stopped oejs.Server@63ec7bb3{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:46.343:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Stopped ServerConnector@52a4b2a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ExtendedServerTest.testDualRequest1()
2024-07-31 13:13:46.385:INFO :oejs.Server:ForkJoinPool-2-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:46.386:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-2: Started @1b44917a{HTTP/1.1, (http/1.1)}{0.0.0.0:40943}
2024-07-31 13:13:46.386:INFO :oejs.Server:ForkJoinPool-2-worker-2: Started oejs.Server@5863600a{STARTING}[12.0.13-SNAPSHOT,sto=0] @112852ms
2024-07-31 13:13:46.449:INFO :oejs.Server:ForkJoinPool-2-worker-1: Stopped oejs.Server@5ac7598{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:46.449:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Stopped ServerConnector@a548564{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1Fragments()
2024-07-31 13:12:50.836:INFO :oejus.SslContextFactory:ForkJoinPool-1-worker-3: x509=X509@3a81fbf1(mykey,h=[localhost],a=[/127.0.0.1, /0:0:0:0:0:0:0:1],w=[]) for Server@a4e527c[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_PR-12105/jetty-core/jetty-server/src/test/resources/keystore.p12,trustStore=null]
2024-07-31 13:12:50.876:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:50.892:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Started ServerConnector@67fbc005{[SSL], ([ssl], http/1.1)}{0.0.0.0:44393}
2024-07-31 13:12:50.892:INFO :oejs.Server:ForkJoinPool-1-worker-3: Started oejs.Server@6eb1a0fd{STARTING}[12.0.13-SNAPSHOT,sto=0] @57358ms
2024-07-31 13:12:51.021:INFO :oejus.SslContextFactory:ForkJoinPool-1-worker-1: x509=X509@13ec7b74(mykey,h=[localhost],a=[/127.0.0.1, /0:0:0:0:0:0:0:1],w=[]) for Server@78178d38[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_PR-12105/jetty-core/jetty-server/src/test/resources/keystore.p12,trustStore=null]
2024-07-31 13:12:51.077:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started ServerConnector@34db86cc{SSL, (ssl, http/1.1)}{0.0.0.0:40081}
2024-07-31 13:12:51.077:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@381efd98{STARTING}[12.0.13-SNAPSHOT,sto=0] @57542ms
2024-07-31 13:12:51.210:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@381efd98{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:51.210:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@34db86cc{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.PartialRFC2616Test.test196
19.6.2 not assumed
Expected: not a string containing "Connection: close"
but: was "00 OK\r\nServer: Jetty(12.0.13-SNAPSHOT)\r\nDate: Wed, 31 Jul 2024 13:12:51 GMT\r\nContent-Type: text/html\r\nBefore-Flush: Not Committed\r\nConnection: close\r\nContent-Length: 1492\r\n\r\n<html><h1>Dump Handler</h1>\n<pre>httpURI=http://0.0.0.0/R1</pre><br/>\n<pre>httpURI.path=/R1</pre><br/>\n<pre>httpURI.query=null</pre><br/>\n<pre>httpURI.pathQuery=/R1</pre><br/>\n<pre>locales=[en-US]</pre><br/>\n<pre>pathInContext=/R1</pre><br/>\n<pre>contentType=null</pre><br/>\n<pre>servername=0.0.0.0</pre><br/>\n<pre>local=0.0.0.0:0</pre><br/>\n<pre>remote=0.0.0.0:0</pre><br/>\n<h3>Header:</h3><pre> GET /R1 HTTP/1.0\n</pre>\n<h3>Attributes:</h3>\n<pre></pre>\n<h3>Content:</h3>\n<pre></pre>\n</html>\nABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGH\r\n"
Stack trace
java.lang.AssertionError:
19.6.2 not assumed
Expected: not a string containing "Connection: close"
but: was "00 OK\r\nServer: Jetty(12.0.13-SNAPSHOT)\r\nDate: Wed, 31 Jul 2024 13:12:51 GMT\r\nContent-Type: text/html\r\nBefore-Flush: Not Committed\r\nConnection: close\r\nContent-Length: 1492\r\n\r\n<html><h1>Dump Handler</h1>\n<pre>httpURI=http://0.0.0.0/R1</pre><br/>\n<pre>httpURI.path=/R1</pre><br/>\n<pre>httpURI.query=null</pre><br/>\n<pre>httpURI.pathQuery=/R1</pre><br/>\n<pre>locales=[en-US]</pre><br/>\n<pre>pathInContext=/R1</pre><br/>\n<pre>contentType=null</pre><br/>\n<pre>servername=0.0.0.0</pre><br/>\n<pre>local=0.0.0.0:0</pre><br/>\n<pre>remote=0.0.0.0:0</pre><br/>\n<h3>Header:</h3><pre> GET /R1 HTTP/1.0\n</pre>\n<h3>Attributes:</h3>\n<pre></pre>\n<h3>Content:</h3>\n<pre></pre>\n</html>\nABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGHIJABCDEFGH\r\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.PartialRFC2616Test.checkNotContained(PartialRFC2616Test.java:712)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.PartialRFC2616Test.test196(PartialRFC2616Test.java:643)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.PartialRFC2616Test.test196()
2024-07-31 13:12:51.906:INFO :oejs.Server:ForkJoinPool-1-worker-3: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:12:51.907:INFO :oejsh.ContextHandler:ForkJoinPool-1-worker-3: Started oejsh.ContextHandler@56f0526c{ROOT,/,b=null,a=AVAILABLE,vh=[VirtualHost],h=oejsh.DumpHandler@7792756a{STARTED}}
2024-07-31 13:12:51.907:INFO :oejsh.ContextHandler:ForkJoinPool-1-worker-3: Started oejsh.ContextHandler@2bd81002{ROOT,/,b=null,a=AVAILABLE,h=oejsh.DumpHandler@331f4e61{STARTED}}
2024-07-31 13:12:51.907:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Started LocalConnector@6728095c{HTTP/1.1, (http/1.1)}
2024-07-31 13:12:51.907:INFO :oejs.Server:ForkJoinPool-1-worker-3: Started oejs.Server@4ee687a1{STARTING}[12.0.13-SNAPSHOT,sto=0] @58373ms
2024-07-31 13:12:51.908:INFO :oejs.Server:ForkJoinPool-1-worker-3: Stopped oejs.Server@4ee687a1{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:12:51.908:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-3: Stopped LocalConnector@6728095c{HTTP/1.1, (http/1.1)}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testHeadHandled
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
Stack trace
java.lang.AssertionError:
Expected: is "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\nConnection: close\n\n123456789\n"
but: was "HTTP/1.1 200 OK\nContent-Length: 10\n\n123456789\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nContent-Length: 10\n\nHTTP/1.1 200 OK\nConnection: close\nContent-Length: 10\n\n123456789\n"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testHeadHandled(HttpServerTestBase.java:1385)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ResourceListingTest.testBasicResourceXHtmlListingRoot(WorkDir)
2024-07-31 13:13:05.907:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@7a73316f{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:05.907:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@6e960850{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1(HttpServerTestBase.java:666)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1()
2024-07-31 13:13:06.526:INFO :oejs.Server:ForkJoinPool-1-worker-1: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:06.670:INFO :oejus.SslContextFactory:ForkJoinPool-1-worker-1: x509=X509@79fe23fc(mykey,h=[localhost],a=[/127.0.0.1, /0:0:0:0:0:0:0:1],w=[]) for Server@4f6111c0[provider=null,keyStore=file:///home/jenkins/agent/workspace/jetty.project_PR-12105/jetty-core/jetty-server/src/test/resources/keystore.p12,trustStore=null]
2024-07-31 13:13:06.725:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Started ServerConnector@6ef3dde7{SSL, (ssl, http/1.1)}{0.0.0.0:38733}
2024-07-31 13:13:06.725:INFO :oejs.Server:ForkJoinPool-1-worker-1: Started oejs.Server@6df7a6e6{STARTING}[12.0.13-SNAPSHOT,sto=0] @73191ms
2024-07-31 13:13:06.838:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@6df7a6e6{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:06.839:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@6ef3dde7{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ResponseCompleteTest.testHandleCallbackCompleting([2] false)
2024-07-31 13:13:07.129:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:07.130:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@4733169{HTTP/1.1, (http/1.1)}{0.0.0.0:36033}
2024-07-31 13:13:07.130:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@6d8bffee{STARTING}[12.0.13-SNAPSHOT,sto=0] @73596ms
2024-07-31 13:13:07.233:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@218089b5{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:07.233:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@7a57873{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testDualRequest1
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
client1 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testDualRequest1(HttpServerTestBase.java:1519)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ServerConnectorAcceptTest.testAccept([3] 2)
2024-07-31 13:13:10.836:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:10.838:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@58336391{HTTP/1.1, (http/1.1)}{0.0.0.0:41603}
2024-07-31 13:13:10.838:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@7e55ca64{STARTING}[12.0.13-SNAPSHOT,sto=0] @77304ms
2024-07-31 13:13:10.883:INFO :oejs.Server:ForkJoinPool-1-worker-1: Stopped oejs.Server@db801d4{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:10.883:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-1: Stopped ServerConnector@4ee25aa8{SSL, (ssl, http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest1Fragments
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
Stack trace
org.opentest4j.AssertionFailedError:
response ==> expected: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Content-Length: 5
Hello
> but was: <HTTP/1.1 200 OK
Content-Type: text/plain;charset=utf-8
Connection: close
Content-Length: 5
Hello
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest1Fragments(HttpServerTestBase.java:755)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest1Fragments()
2024-07-31 13:13:11.665:INFO :oejs.Server:ForkJoinPool-1-worker-2: jetty-12.0.13-SNAPSHOT; built: 2024-07-31T13:06:47.219Z; git: 040c046a67c11165c8b27a51bc10cbc46f199389; jvm 17.0.9+9
2024-07-31 13:13:11.666:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Started ServerConnector@469b16bd{HTTP/1.1, (http/1.1)}{0.0.0.0:45967}
2024-07-31 13:13:11.666:INFO :oejs.Server:ForkJoinPool-1-worker-2: Started oejs.Server@72e9ae7f{STARTING}[12.0.13-SNAPSHOT,sto=0] @78131ms
2024-07-31 13:13:11.788:INFO :oejs.Server:ForkJoinPool-1-worker-2: Stopped oejs.Server@72e9ae7f{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:11.788:INFO :oejs.AbstractConnector:ForkJoinPool-1-worker-2: Stopped ServerConnector@469b16bd{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
org.eclipse.jetty.server.ServerConnectorHttpServerTest.testRequest2
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
Stack trace
org.opentest4j.AssertionFailedError:
response 0 ==> expected: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
> but was: <HTTP/1.1 200 OK
Content-Type: text/xml; charset=ISO-8859-1
Connection: close
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?>
<nimbus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="nimbus.xsd" version="1.0">
<request requestId="1">
<getJobDetails>
<jobId>73</jobId>
</getJobDetails>
</request>
</nimbus>
>
at org.eclipse.jetty.server@12.0.13-SNAPSHOT/org.eclipse.jetty.server.HttpServerTestBase.testRequest2(HttpServerTestBase.java:778)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Standard error
Running org.eclipse.jetty.server.ssl.ServerConnectorSslServerTest.testRequest1Fragments()
2024-07-31 13:13:46.553:INFO :oejs.Server:ForkJoinPool-2-worker-1: Stopped oejs.Server@6993bd51{STOPPING}[12.0.13-SNAPSHOT,sto=0]
2024-07-31 13:13:46.554:INFO :oejs.AbstractConnector:ForkJoinPool-2-worker-1: Stopped ServerConnector@4c4b8184{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
more test results are not shown here, view them on Jenkins
Loading