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
cgroup_control probe fails to attach, cgroup warnings are logged, and the test fails with:
/root/src/opentelemetry-ebpf/collector/kernel/kernel_collector_test.cc:188: Failure
Expected equality of these values:
0
get_probe_handler().num_failed_probes_
Which is: 2
and
Expected equality of these values:
0
message_counts["bpf_log"]
Which is: 63
Steps to Reproduce
cd $EBPF_NET_SRC_ROOT/test/kernel
./run-test.sh --kernel-collector-test ubuntu lunar64
What happened?
Description
cgroup_control probe fails to attach, cgroup warnings are logged, and the test fails with:
/root/src/opentelemetry-ebpf/collector/kernel/kernel_collector_test.cc:188: Failure
Expected equality of these values:
0
get_probe_handler().num_failed_probes_
Which is: 2
and
Expected equality of these values:
0
message_counts["bpf_log"]
Which is: 63
Steps to Reproduce
cd $EBPF_NET_SRC_ROOT/test/kernel
./run-test.sh --kernel-collector-test ubuntu lunar64
eBPF Collector version
local build
Environment information
Environment
OS: Ubuntu Lunar (23.04) from https://app.vagrantup.com/ubuntu/boxes/lunar64/versions/20230503.0.0
uname -a
Linux ubuntu-lunar 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 6 07:48:48 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
eBPF Collector configuration
No response
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: