You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking at some github action tests logs I noticed a few golang stacktraces that do not impact the completion/result of the tests but produce a lot of noise in the logs.
One of the only relevant reference I could find was this issue: solo-io/gloo#8548. It could be a result of zap upgrade.
Steps to reproduce
Look into an github action raw logs (common) -- preferably on passing tests.
Relevant log output
The trace is:
2023-09-15T13:52:02.6249978Z [controller-runtime] log.SetLogger(...) was never called, logs will not be displayed:
2023-09-15T13:52:02.6250380Z goroutine 42 [running]:
2023-09-15T13:52:02.6250665Z runtime/debug.Stack()
2023-09-15T13:52:02.6251487Z /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/debug/stack.go:24 +0x65
2023-09-15T13:52:02.6252078Z sigs.k8s.io/controller-runtime/pkg/log.eventuallyFulfillRoot()
2023-09-15T13:52:02.6252726Z /home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.15.2/pkg/log/log.go:59 +0xbd
...
Camel K version
main branch
The text was updated successfully, but these errors were encountered:
What happened?
While looking at some github action tests logs I noticed a few golang stacktraces that do not impact the completion/result of the tests but produce a lot of noise in the logs.
One of the only relevant reference I could find was this issue: solo-io/gloo#8548. It could be a result of zap upgrade.
Steps to reproduce
Look into an github action raw logs (common) -- preferably on passing tests.
Relevant log output
The trace is:
Camel K version
main branch
The text was updated successfully, but these errors were encountered: