Federico Di Pierro
Federico Di Pierro
Matrix for x86_64: | KERNEL | CMAKE-CONFIGURE | KMOD BUILD | KMOD SCAP-OPEN | BPF-PROBE BUILD | BPF-PROBE SCAP-OPEN | MODERN-BPF SCAP-OPEN | |----------------------|-----------------|------------|----------------|----------------------------------------|---------------------------------------------|----------------------------------------------| | amazonlinux2-4.19 | 🟢 | 🟢...
Matrix x64: | KERNEL | CMAKE-CONFIGURE | KMOD BUILD | KMOD SCAP-OPEN | BPF-PROBE BUILD | BPF-PROBE SCAP-OPEN | MODERN-BPF SCAP-OPEN | |----------------------|-----------------|------------|----------------|----------------------------------------|---------------------------------------------|----------------------------------------------| | amazonlinux2-4.19 | 🟢 | 🟢 |...
Both new failures are: ``` /root/repos/falcosecurity-libs/build/driver/bpf/src/fillers.h:954:25: error: variable has incomplete type 'struct old_timespec32' struct old_timespec32 ts = {}; ``` EDIT: i see we have some magic defines here: https://github.com/falcosecurity/libs/blob/54f46c4f3503d7cc7343ab1199c9ba45afd0f850/driver/bpf/fillers.h#L31C1-L53C7 perhaps...
X64 matrix: | KERNEL | CMAKE-CONFIGURE | KMOD BUILD | KMOD SCAP-OPEN | BPF-PROBE BUILD | BPF-PROBE SCAP-OPEN | MODERN-BPF SCAP-OPEN | |----------------------|-----------------|------------|----------------|----------------------------------------|---------------------------------------------|----------------------------------------------| | amazonlinux2-4.19 | 🟢 | 🟢 |...
I can say that old bpf probe still loads fine on my system (ie: https://github.com/falcosecurity/libs/commit/f3b0b367ac9377b8de0453750f4292731fde73e7 is still there and correctly adapted). Modern bpf loads too. Triggered kernel testing framework: https://github.com/falcosecurity/libs/actions/runs/9160991631
> libsinsp e2e CI / test-e2e-arm64-kmod 😇 (bundled_deps) (pull_request) Failing after 360m Is the test flaky? ``` 2024-05-20T15:37:35.2805676Z [ RUN ] sys_call_test.tcp_client_server_with_connection_before_capturing_starts_ipv4m 2024-05-20T15:37:35.2810164Z /home/runner/actions-runner/_work/libs/libs/test/libsinsp_e2e/tcp_client_server_ipv4_mapped.cpp:279: Failure 2024-05-20T15:37:35.2827185Z Failed 2024-05-20T21:32:17.7321177Z ##[error]The operation...
Considering that the docs PR is open and that the 0.17.0 libs tag is out, i think we can close this one. /close
Considering that @alacuku will already port the builder images to correctly use a docker repository, in the end we would have: `falcosecurity/docker-builder` docker repository, with tags like: * `any_gcc4.9.1-latest` *...
For now, we only had one case (the aforementioned centos one). But we cannot tell it in advance unfortunately. Only time will tell!