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

Nightly build failed #1077

Closed
github-actions bot opened this issue Aug 21, 2020 · 2 comments
Closed

Nightly build failed #1077

github-actions bot opened this issue Aug 21, 2020 · 2 comments
Assignees
Labels
area:build Issues about build infra, both local and central bug Something isn't working

Comments

@github-actions
Copy link
Contributor

Nightly job failed. Please take a look and fix it ASAP

@github-actions github-actions bot added area:build Issues about build infra, both local and central bug Something isn't working priority:p1 labels Aug 21, 2020
@iNikem
Copy link
Contributor

iNikem commented Aug 21, 2020

Locally reproduces by running smoke-tests:

[opentelemetry.auto.trace 2020-08-21 06:59:58:151 +0000] [BatchSpanProcessor_ExporterThread_1] WARN io.opentelemetry.exporters.otlp.OtlpGrpcSpanExporter - Failed to export spans
java.lang.NoClassDefFoundError: io/netty/util/AttributeKey
	at io.opentelemetry.javaagent.shaded.instrumentation.armeria.v1_0.common.ArmeriaContextStorageOverride.<clinit>(ArmeriaContextStorageOverride.java:48)
	at io.grpc.override.ContextStorageOverride.<clinit>(ContextStorageOverride.java:28)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at io.grpc.Context$LazyStorage.createStorage(Context.java:142)
	at io.grpc.Context$LazyStorage.<clinit>(Context.java:131)
	at io.grpc.Context.storage(Context.java:119)
	at io.grpc.Context.current(Context.java:185)
	at io.grpc.internal.CensusTracingModule$TracingClientInterceptor.interceptCall(CensusTracingModule.java:386)
	at io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156)
	at io.grpc.internal.CensusStatsModule$StatsClientInterceptor.interceptCall(CensusStatsModule.java:691)
	at io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156)
	at io.grpc.internal.ManagedChannelImpl.newCall(ManagedChannelImpl.java:826)
	at io.grpc.internal.ForwardingManagedChannel.newCall(ForwardingManagedChannel.java:63)
	at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:128)
	at io.opentelemetry.proto.collector.trace.v1.TraceServiceGrpc$TraceServiceBlockingStub.export(TraceServiceGrpc.java:201)
	at io.opentelemetry.exporters.otlp.OtlpGrpcSpanExporter.export(OtlpGrpcSpanExporter.java:114)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker$1.run(BatchSpanProcessor.java:288)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: io.netty.util.AttributeKey
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	... 23 more
[opentelemetry.auto.trace 2020-08-21 06:59:58:154 +0000] [BatchSpanProcessor_ExporterThread_1] WARN io.opentelemetry.exporters.otlp.OtlpGrpcSpanExporter - Failed to export spans
java.lang.NoClassDefFoundError: Could not initialize class io.grpc.Context$LazyStorage
	at io.grpc.Context.storage(Context.java:119)
	at io.grpc.Context.current(Context.java:185)
	at io.grpc.internal.CensusTracingModule$TracingClientInterceptor.interceptCall(CensusTracingModule.java:386)
	at io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156)
	at io.grpc.internal.CensusStatsModule$StatsClientInterceptor.interceptCall(CensusStatsModule.java:691)
	at io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156)
	at io.grpc.internal.ManagedChannelImpl.newCall(ManagedChannelImpl.java:826)
	at io.grpc.internal.ForwardingManagedChannel.newCall(ForwardingManagedChannel.java:63)
	at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:128)
	at io.opentelemetry.proto.collector.trace.v1.TraceServiceGrpc$TraceServiceBlockingStub.export(TraceServiceGrpc.java:201)
	at io.opentelemetry.exporters.otlp.OtlpGrpcSpanExporter.export(OtlpGrpcSpanExporter.java:114)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker$1.run(BatchSpanProcessor.java:288)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

@iNikem iNikem assigned anuraaga and unassigned iNikem Aug 21, 2020
@anuraaga
Copy link
Contributor

Fixed by #1078

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Issues about build infra, both local and central bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants