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

quarkus-full-microprofile fails on quarkus main #223

Closed
jerboaa opened this issue Nov 16, 2023 · 5 comments
Closed

quarkus-full-microprofile fails on quarkus main #223

jerboaa opened this issue Nov 16, 2023 · 5 comments

Comments

@jerboaa
Copy link
Collaborator

jerboaa commented Nov 16, 2023

Error:  Failed to execute goal on project quarkus-full-microprofile: Could not resolve dependencies for project org.graalvm.tests.integration:quarkus-full-microprofile:jar:1.0.0-SNAPSHOT: Could not find artifact io.quarkus:quarkus-smallrye-opentracing:jar:999-SNAPSHOT -> [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/DependencyResolutionException
Error:  Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 7.833 s <<< FAILURE! - in org.graalvm.tests.integration.RuntimesSmokeTest
Error:  quarkusFullMicroProfile{TestInfo}  Time elapsed: 7.833 s  <<< ERROR!
java.lang.IllegalArgumentException: Path to D:\a\mandrel\mandrel\apps\quarkus-full-microprofile\targetmust exist and regexp must nut be null.
	at org.graalvm.tests.integration.RuntimesSmokeTest.testRuntime(RuntimesSmokeTest.java:98)
	at org.graalvm.tests.integration.RuntimesSmokeTest.quarkusFullMicroProfile(RuntimesSmokeTest.java:192)

Looks related to a comment @zakkak made elsewhere:

smallrye-opentracing no longer being present quarkusio/quarkus#36602 (native-tests.json needs adjustment, PR handling it quarkusio/quarkus#37101)

Not sure how a fix would look like in integration tests. Added dependency for quarkus > someversion?

@jerboaa
Copy link
Collaborator Author

jerboaa commented Nov 16, 2023

@jerboaa
Copy link
Collaborator Author

jerboaa commented Nov 20, 2023

@Karm Could you please look at this with some priority? This is generating a lot of noise.

zakkak added a commit to zakkak/mandrel-integration-tests that referenced this issue Nov 20, 2023
Works around
Karm#223 to get CI
passing till it gets fixed.
zakkak added a commit to zakkak/mandrel-integration-tests that referenced this issue Nov 20, 2023
Works around
Karm#223 to get CI
passing till it gets fixed.
@zakkak
Copy link
Collaborator

zakkak commented Nov 20, 2023

Temporary work around to get the CI green again: #224

@jerboaa
Copy link
Collaborator Author

jerboaa commented Nov 21, 2023

Temporary work around to get the CI green again: #224

Hmm, how about we produce a profile that activates based on the quarkus version and adds the quarkiverse dependency for later versions? Have we considered that.

@jerboaa jerboaa changed the title quarkus-full-microprofile fails on quarkus main with GraalVM for JDK 21 on windows. quarkus-full-microprofile fails on quarkus main Nov 21, 2023
zakkak added a commit that referenced this issue Nov 21, 2023
Works around
#223 to get CI
passing till it gets fixed.
@jerboaa
Copy link
Collaborator Author

jerboaa commented Nov 21, 2023

Closing this one as #225 tracks the remaining issue as #224 disables the tests.

@jerboaa jerboaa closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants