-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ignore the error when the stream is closed and try to continue #28810
Ignore the error when the stream is closed and try to continue #28810
Conversation
core/deployment/src/main/java/io/quarkus/deployment/OutputFilter.java
Outdated
Show resolved
Hide resolved
5dca901
to
7b8733e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @zakkak WDYT?
It looks OK to me, but I am not sure it won't just postpone the failure since we will probably not get access to the output which is needed for the native-image build. |
Native binary is created, let me paste the full log from the build, .
|
Thanks @rsvoboda. Let's include this fix then. |
Failing Jobs - Building 7b8733e
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/vertx/deployment
! Skipped: extensions/agroal/deployment extensions/amazon-lambda-http/deployment extensions/amazon-lambda-rest/deployment and 340 more 📦 extensions/vertx/deployment✖
⚙️ JVM Tests - JDK 17 MacOS M1 #- Failing: integration-tests/mongodb-devservices
📦 integration-tests/mongodb-devservices✖
✖
✖
✖
✖
|
Ignore the error when the stream is closed and try to continue
Fixes #28799
CC @geoand @zakkak