/var/tmp/go/src/github.com/containers/podman/hack/podman_cleanup_tracer.bt:29:3-42: WARNING: strcontains() is known to have verifier complexity issues when the product of both string sizes is larger than ~2000 bytes. If you're seeing errors, try clamping the string sizes. For example: * `str($ptr, 16)` * `path($ptr, 16)` / strcontains(str(args.argv[0]),"podman") || strcontains(str(args.argv[0]), "conmon") / ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/go/src/github.com/containers/podman/hack/podman_cleanup_tracer.bt:29:46-86: WARNING: strcontains() is known to have verifier complexity issues when the product of both string sizes is larger than ~2000 bytes. If you're seeing errors, try clamping the string sizes. For example: * `str($ptr, 16)` * `path($ptr, 16)` / strcontains(str(args.argv[0]),"podman") || strcontains(str(args.argv[0]), "conmon") / ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/go/src/github.com/containers/podman/hack/podman_cleanup_tracer.bt:39:29-69: WARNING: strcontains() is known to have verifier complexity issues when the product of both string sizes is larger than ~2000 bytes. If you're seeing errors, try clamping the string sizes. For example: * `str($ptr, 16)` * `path($ptr, 16)` if (comm == "conmon" && strcontains(str(args.argv[0]), "podman")) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Attaching 9 probes... ERROR: Error loading BPF program for tracepoint_syscalls_sys_enter_execve_2. Use -v for full kernel error log. ERROR: Loading BPF object(s) failed.