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

OpenTracing quickstart native build failing #8578

Closed
gsmet opened this issue Apr 14, 2020 · 3 comments · Fixed by #8581
Closed

OpenTracing quickstart native build failing #8578

gsmet opened this issue Apr 14, 2020 · 3 comments · Fixed by #8581
Labels
kind/bug Something isn't working
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Apr 14, 2020

The OpenTracing quickstart native build is failing with current Quarkus master + quickstart development branch:

https://github.com/quarkusio/quarkus-quickstarts/runs/586602480?check_suite_focus=true

Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: io.quarkus.jaeger.runtime.QuarkusJaegerMetricsFactory.<init>(). To diagnose the issue you can use the --allow-incomplete-classpath option. The missing method is then reported at run time when it is accessed the first time.
Trace: 
	at parsing io.quarkus.jaeger.runtime.QuarkusJaegerTracer.tracer(QuarkusJaegerTracer.java:45)
Call path from entry point to io.quarkus.jaeger.runtime.QuarkusJaegerTracer.tracer(): 
	at io.quarkus.jaeger.runtime.QuarkusJaegerTracer.tracer(QuarkusJaegerTracer.java:42)
	at io.quarkus.jaeger.runtime.QuarkusJaegerTracer.toString(QuarkusJaegerTracer.java:31)
	at java.lang.String.valueOf(String.java:2994)
	at java.nio.charset.IllegalCharsetNameException.<init>(IllegalCharsetNameException.java:55)
	at java.nio.charset.Charset.checkName(Charset.java:315)
	at com.oracle.svm.core.jdk.Target_java_nio_charset_Charset.lookup(CharsetSubstitutions.java:78)
	at java.nio.charset.Charset.isSupported(Charset.java:505)
	at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_ARRAY:Ljava_nio_charset_Charset_2_0002eisSupported_00028Ljava_lang_String_2_00029Z(generated:0)
@gsmet gsmet added the kind/bug Something isn't working label Apr 14, 2020
@gsmet gsmet added this to the 1.4.0.Final milestone Apr 14, 2020
@gsmet
Copy link
Member Author

gsmet commented Apr 14, 2020

@Ladicek could it be related to your latest adjustments?

@geoand
Copy link
Contributor

geoand commented Apr 15, 2020

I am seeing this fail in our Jenkins as well.

@Ladicek
Copy link
Contributor

Ladicek commented Apr 15, 2020

Indeed this looks like it's connected to the change that is supposed to selectively enable/disable OpenTracing metrics. I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants