Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing while building all modules of jetty-project using mvn clean install #11666

Closed
pranopowar opened this issue Apr 18, 2024 · 5 comments
Closed
Labels
Bug For general bugs on Jetty side

Comments

@pranopowar
Copy link

Package artifact id: jetty-project

source code url: https://github.com/jetty/jetty.project

Issue Description: Failing while building all modules of jetty-project using mvn clean install

JDK Version: 21

Build CMD: mvn clean install

MVN Version: 3.9.6

Error Log:

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.12 s -- in org.eclipse.jetty.server.ServerConnectorTimeoutTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ContextHandlerTest.afterAll:134->ensureWritable:791 expected: but was:
[ERROR] ContextHandlerTest.okTempDirs:815 expected: but was:
[ERROR] Errors:
[ERROR] ServerConnectorCloseTest>ConnectorCloseTestBase.testCloseBetweenChunks:164 ┬╗ Socket Connection reset by peer
[INFO]
[ERROR] Tests run: 1580, Failures: 2, Errors: 1, Skipped: 47

attach
Failed_jdk_21.txt
ment: build log attached (jdk 21)

OS: windows 10

Failed_jdk_21.txt

@pranopowar pranopowar added the Bug For general bugs on Jetty side label Apr 18, 2024
@joakime
Copy link
Contributor

joakime commented Apr 18, 2024

Jetty 9.x is now at End of Community Support.

You should be using Jetty 12 at this point in time.

Closing, duplicate of #11545

@joakime joakime closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2024
@pranopowar
Copy link
Author

Jetty 9.x is now at End of Community Support.

You should be using Jetty 12 at this point in time.

Closing, duplicate of #11545

Hi, I'm Building jetty 12 latest code only. I have taken Source code using this url ( https://github.com/jetty/jetty.project/tree/jetty-12.0.x ). If I am not wrong, Please confirm , you are suggesting to use latest jetty 12.0.X code(https://github.com/jetty/jetty.project/tree/jetty-12.0.x).

@joakime
Copy link
Contributor

joakime commented Apr 19, 2024

Yes, that is the branch for for Jetty 12 (and is also the default branch of this git repository)

@shivsrivastava
Copy link

shivsrivastava commented Apr 22, 2024

Yes, that is the branch for for Jetty 12 (and is also the default branch of this git repository)

Hi ,

I am also facing same issue in 12.x also. Can we build this 12.x package with test cases success?
I am also using mvn clean install and getting same exception as above mentioned.
Please help and confirm. I have also attached log.
here are the details-

JDK Version used: 21

Build CMD: mvn clean install

MVN Version: 3.9.6

Operating system - Windows 10

Error in log :

Error Log:

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.12 s -- in org.eclipse.jetty.server.ServerConnectorTimeoutTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ContextHandlerTest.afterAll:134->ensureWritable:791 expected: but was:
[ERROR] ContextHandlerTest.okTempDirs:815 expected: but was:
[ERROR] Errors:
[ERROR] ServerConnectorCloseTest>ConnectorCloseTestBase.testCloseBetweenChunks:164 ┬╗ Socket Connection reset by peer
[INFO]
[ERROR] Tests run: 1580, Failures: 2, Errors: 1, Skipped: 47
Log_failed_jdk_21_jetty_12.txt

@shivsrivastava
Copy link

Yes, that is the branch for for Jetty 12 (and is also the default branch of this git repository)

Please update on it.

Yes, that is the branch for for Jetty 12 (and is also the default branch of this git repository)

Hi ,

I am also facing same issue in 12.x also. Can we build this 12.x package with test cases success? I am also using mvn clean install and getting same exception as above mentioned. Please help and confirm. I have also attached log. here are the details-

JDK Version used: 21

Build CMD: mvn clean install

MVN Version: 3.9.6

Operating system - Windows 10

Error in log :

Error Log:

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.12 s -- in org.eclipse.jetty.server.ServerConnectorTimeoutTest [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ContextHandlerTest.afterAll:134->ensureWritable:791 expected: but was: [ERROR] ContextHandlerTest.okTempDirs:815 expected: but was: [ERROR] Errors: [ERROR] ServerConnectorCloseTest>ConnectorCloseTestBase.testCloseBetweenChunks:164 ┬╗ Socket Connection reset by peer [INFO] [ERROR] Tests run: 1580, Failures: 2, Errors: 1, Skipped: 47 Log_failed_jdk_21_jetty_12.txt

Please update on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

No branches or pull requests

3 participants