-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Describe the bug
When I do a docker-compose up I see a ton of errors like "otel-collector-1 | fatal error: lfstack.push" and an empty grafana dashboard. i'm able to log into grafana with
To Reproduce
Steps to reproduce the behavior:
- Run docker-compose up
lfstack.push invalid packing: node=0xffff493f6f80 cnt=0x1 packed=0xffff493f6f800001 -> node=0xffffffff493f6f80
original error.....
Expected behavior
Launch grafana log in and see data..
Screenshots
msg="Starting scheduler" tickInterval=10s maxAttempts=3
grafana | logger=ticker t=2025-09-24T16:01:11.783745658Z level=info msg=starting first_tick=2025-09-24T16:01:20Z
grafana | logger=provisioning.dashboard t=2025-09-24T16:01:11.784292407Z level=info msg="starting to provision dashboards"
grafana | logger=plugins.update.checker t=2025-09-24T16:01:11.809943739Z level=info msg="Update check succeeded" duration=96.030545ms
grafana | logger=grafana.update.checker t=2025-09-24T16:01:11.811111862Z level=info msg="Update check succeeded" duration=97.207336ms
grafana | logger=provisioning.dashboard t=2025-09-24T16:01:11.828318624Z level=info msg="finished to provision dashboards"
�[Kotel-collector-1 exited with code 2 (restarting)
grafana | logger=grafana-apiserver t=2025-09-24T16:01:11.938541313Z level=info msg="Adding GroupVersion featuretoggle.grafana.app v0alpha1 to ResourceManager"
grafana | logger=grafana-apiserver t=2025-09-24T16:01:11.939227187Z level=info msg="Adding GroupVersion iam.grafana.app v0alpha1 to ResourceManager"
grafana | logger=grafana-apiserver t=2025-09-24T16:01:11.939931935Z level=info msg="Adding GroupVersion notifications.alerting.grafana.app v0alpha1 to ResourceManager"
grafana | logger=grafana-apiserver t=2025-09-24T16:01:11.940223727Z level=info msg="Adding GroupVersion userstorage.grafana.app v0alpha1 to ResourceManager"
grafana | logger=grafana-apiserver t=2025-09-24T16:01:11.940578351Z level=info msg="Adding GroupVersion playlist.grafana.app v0alpha1 to ResourceManager"
grafana | logger=app-registry t=2025-09-24T16:01:11.951239625Z level=info msg="app registry initialized"
otel-collector-1 | runtime: lfstack.push invalid packing: node=0xffff493f6f80 cnt=0x1 packed=0xffff493f6f800001 -> node=0xffffffff493f6f80
otel-collector-1 | fatal error: lfstack.push
otel-collector-1 |
otel-collector-1 | runtime stack:
otel-collector-1 | runtime.throw({0x51a5ae6?, 0x2380?})
otel-collector-1 | runtime/panic.go:1096 +0x48 fp=0xffff9c9efaf0 sp=0xffff9c9efac0 pc=0x47a888
otel-collector-1 | runtime.(*lfstack).push(0x891a220?, 0x6?)
otel-collector-1 | runtime/lfstack.go:29 +0x125 fp=0xffff9c9efb30 sp=0xffff9c9efaf0 pc=0x417225
Desktop (please complete the following information):
- OS: OSX running Podman 5.6.1
- Browser N/A
- Version [e.g. 22]
Additional context
Add any other context about the problem here, including BigIP service account permission level, BigIP Versions.
Attachments
If the issue is in regards to missing data in dashboards, please also run the following from the installed host and attach the output:
curl 'localhost:9090/federate?match[]=%7B__name__%3D~"f5.%2A"%7D'
Logs for the collector can be gathered with:
docker logs application-study-tool-otel-collector-1 --tail 1000