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

kernel_collector_test fails on Ubuntu Lunar (23.04) #182

Open
jmw51798 opened this issue May 9, 2023 · 0 comments
Open

kernel_collector_test fails on Ubuntu Lunar (23.04) #182

jmw51798 opened this issue May 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jmw51798
Copy link
Contributor

jmw51798 commented May 9, 2023

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

[ RUN      ] KernelCollectorTest.binary
2023-05-09 19:56:09.536587+00:00 info [p:25 t:25] Running on:
   sysname: Linux
  nodename: 996ad03d7fa2
   release: 6.2.0-20-generic
   version: #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr  6 07:48:48 UTC 2023
   machine: x86_64
2023-05-09 19:56:09.536678+00:00 debug [p:25 t:25] intake record file: `/tmp/intake-dump-file`
2023-05-09 19:56:09.537017+00:00 debug [p:25 t:25] created intake record file at `/tmp/intake-dump-file`
2023-05-09 19:56:09.537222+00:00 info [p:25 t:25] starting event loop...
2023-05-09 19:56:21.852104+00:00 info [p:25 t:25] connecting to : (binary)...
2023-05-09 19:56:31.261237+00:00 info [p:25 t:25] eBPF program successfully compiled
2023-05-09 19:56:31.812158+00:00 info [p:25 t:25] Kernel symbols list loaded
2023-05-09 19:56:31.812186+00:00 debug [p:25 t:25] Kernel function not found: kill_css
2023-05-09 19:56:31.866364+00:00 debug [p:25 t:25] Kernel function not found: cgroup_control
2023-05-09 19:56:31.866394+00:00 error [p:25 t:25] Failed to attach cgroup_control kprobe, error -4
2023-05-09 19:56:31.866397+00:00 debug [p:25 t:25] Kernel function not found: cgroup_control
2023-05-09 19:56:31.866400+00:00 error [p:25 t:25] Failed to attach cgroup_control kretprobe, error -4
2023-05-09 19:56:32.168140+00:00 error [p:25 t:25] Error removing probe. ebpf_net_r_cgroup_control was not found.
2023-05-09 19:56:32.168263+00:00 error [p:25 t:25] Error removing probe. ebpf_net_p_cgroup_control was not found.
2023-05-09 19:56:32.190983+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.192075+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.237501+00:00 debug [p:25 t:25] Kernel function not found: ctnetlink_dump_tuples
2023-05-09 19:56:32.627579+00:00 debug [p:25 t:25] Adding TCP processor probes
2023-05-09 19:56:32.677194+00:00 info [p:25 t:25] Agent connected successfully. Telemetry is flowing!
2023-05-09 19:56:32.677249+00:00 debug [p:25 t:25] KernelCollectorRestarter: startup completed
2023-05-09 19:56:32.778715+00:00 info [p:25 t:29] workload 0 starting
2023-05-09 19:56:32.780866+00:00 info [p:25 t:31] workload 2 starting
2023-05-09 19:56:32.789617+00:00 info [p:25 t:30] workload 1 starting
2023-05-09 19:56:32.833670+00:00 info [p:25 t:29] workload 0 complete
2023-05-09 19:56:32.878123+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878175+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878207+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878228+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878249+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878271+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878301+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878330+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878380+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878423+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878464+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878501+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878675+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.878709+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.879083+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.879288+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.879487+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.879710+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.879937+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.880124+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.993816+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.993946+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.994263+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.994432+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.994730+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.994947+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.995131+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.995520+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.995799+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.996029+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.996273+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.996516+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.996797+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:32.997091+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.114907+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.115039+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.115178+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.115351+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.115626+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.115732+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.116080+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.116231+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.116523+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.116765+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.116937+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.117118+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.117308+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.117616+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.117641+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.118008+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.118358+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.236725+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.236895+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.237082+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.237299+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.237500+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.237735+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.237980+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.238162+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.238418+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.238769+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.238941+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.239060+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.239175+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.239279+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.239381+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.239487+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.357021+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.357176+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.357285+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.357500+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.357701+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.357966+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.358137+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.358508+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.358703+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.358915+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.359073+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.359146+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.359559+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.359842+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.359958+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.360161+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.360373+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.478711+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.478889+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.479003+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.479122+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.479336+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.479508+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.479772+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.479883+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.480092+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.480244+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.480413+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.480616+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.480824+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.480938+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.481142+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.481352+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.592691+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.592769+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.592855+00:00 info [p:25 t:31] workload 2 complete
2023-05-09 19:56:33.593388+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.594032+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.594146+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.594345+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.594455+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.594645+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.594800+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.594953+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.595114+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.595222+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.595347+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.595511+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.595666+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.712279+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:33.916876+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:34.125092+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:34.331508+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:34.533796+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:34.635867+00:00 warning [p:25 t:25] handle_pid_info(): cgroup not found: 0xffff8c7aca561000
2023-05-09 19:56:34.803923+00:00 info [p:25 t:30] workload 1 complete
2023-05-09 19:56:35.833795+00:00 debug [p:25 t:25] message_counts:
/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
2023-05-09 19:56:35.833829+00:00 debug [p:25 t:25] message_counts["agent_resource_usage"] = 3
2023-05-09 19:56:35.833831+00:00 debug [p:25 t:25] message_counts["begin_telemetry"] = 1
2023-05-09 19:56:35.833833+00:00 debug [p:25 t:25] message_counts["bpf_compiled"] = 1
2023-05-09 19:56:35.833834+00:00 debug [p:25 t:25] message_counts["bpf_log"] = 63
2023-05-09 19:56:35.833836+00:00 debug [p:25 t:25] message_counts["close_sock_info"] = 211
2023-05-09 19:56:35.833837+00:00 debug [p:25 t:25] message_counts["cloud_platform"] = 1
2023-05-09 19:56:35.833838+00:00 debug [p:25 t:25] message_counts["collector_health"] = 1
2023-05-09 19:56:35.833840+00:00 debug [p:25 t:25] message_counts["connect"] = 1
2023-05-09 19:56:35.833846+00:00 debug [p:25 t:25] message_counts["dns_response"] = 10
2023-05-09 19:56:35.833848+00:00 debug [p:25 t:25] message_counts["heartbeat"] = 3
2023-05-09 19:56:35.833849+00:00 debug [p:25 t:25] message_counts["http_response"] = 190
2023-05-09 19:56:35.833850+00:00 debug [p:25 t:25] message_counts["kernel_headers_source"] = 1
2023-05-09 19:56:35.833852+00:00 debug [p:25 t:25] message_counts["log_message"] = 127
2023-05-09 19:56:35.833853+00:00 debug [p:25 t:25] message_counts["metadata_complete"] = 1
2023-05-09 19:56:35.833855+00:00 debug [p:25 t:25] message_counts["nat_remapping"] = 10
2023-05-09 19:56:35.833856+00:00 debug [p:25 t:25] message_counts["new_sock_info"] = 211
2023-05-09 19:56:35.833857+00:00 debug [p:25 t:25] message_counts["os_info"] = 1
2023-05-09 19:56:35.833858+00:00 debug [p:25 t:25] message_counts["pid_close_info"] = 121
2023-05-09 19:56:35.833861+00:00 debug [p:25 t:25] message_counts["pid_info_create"] = 123
2023-05-09 19:56:35.833863+00:00 debug [p:25 t:25] message_counts["pid_set_comm"] = 121
2023-05-09 19:56:35.833864+00:00 debug [p:25 t:25] message_counts["process_steady_state"] = 1
2023-05-09 19:56:35.833865+00:00 debug [p:25 t:25] message_counts["report_cpu_cores"] = 1
2023-05-09 19:56:35.833881+00:00 debug [p:25 t:25] message_counts["set_cgroup"] = 123
2023-05-09 19:56:35.833882+00:00 debug [p:25 t:25] message_counts["set_command"] = 244
2023-05-09 19:56:35.833895+00:00 debug [p:25 t:25] message_counts["set_config_label"] = 1
2023-05-09 19:56:35.833897+00:00 debug [p:25 t:25] message_counts["set_node_info"] = 1
2023-05-09 19:56:35.833898+00:00 debug [p:25 t:25] message_counts["set_state_ipv4"] = 206
2023-05-09 19:56:35.833900+00:00 debug [p:25 t:25] message_counts["set_tgid"] = 123
2023-05-09 19:56:35.833922+00:00 debug [p:25 t:25] message_counts["socket_stats"] = 400
2023-05-09 19:56:35.833923+00:00 debug [p:25 t:25] message_counts["socket_steady_state"] = 1
2023-05-09 19:56:35.833925+00:00 debug [p:25 t:25] message_counts["system_wide_process_settings"] = 1
2023-05-09 19:56:35.833926+00:00 debug [p:25 t:25] message_counts["tcp_reset"] = 5
2023-05-09 19:56:35.833928+00:00 debug [p:25 t:25] message_counts["tracked_process_end"] = 121
2023-05-09 19:56:35.833929+00:00 debug [p:25 t:25] message_counts["tracked_process_start"] = 123
2023-05-09 19:56:35.833931+00:00 debug [p:25 t:25] message_counts["udp_destroy_socket"] = 232
2023-05-09 19:56:35.833932+00:00 debug [p:25 t:25] message_counts["udp_new_socket"] = 232
2023-05-09 19:56:35.833934+00:00 debug [p:25 t:25] message_counts["udp_stats_addr_changed_v4"] = 30
2023-05-09 19:56:35.833935+00:00 debug [p:25 t:25] message_counts["udp_stats_addr_unchanged"] = 30
2023-05-09 19:56:35.833937+00:00 debug [p:25 t:25] message_counts["version_info"] = 1
/root/src/opentelemetry-ebpf/collector/kernel/kernel_collector_test.cc:194: Failure
Expected equality of these values:
  0
  message_counts["bpf_log"]
    Which is: 63
[  FAILED  ] KernelCollectorTest.binary (29634 ms)

Additional context

No response

@jmw51798 jmw51798 added the bug Something isn't working label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant