cilium / tetragon

eBPF-based Security Observability and Runtime Enforcement
https://tetragon.io
Apache License 2.0
3.67k stars 370 forks source link

ci: labels test does not work with GH arm runners #3060

Open kkourt opened 3 weeks ago

kkourt commented 3 weeks ago

The e2e labels test fails on the GH arm runner ("ubuntu-22.04-arm64"):

labels otel-demo-opensearch-0 0/1 Pending 0 15m

As a result, the test fails:

d: PodChecker: PodLabels[app.kubernetes.io/component] (app.kubernetes.io/component=loadgenerator) check failed: 'loadgenerator' does not match full 'otel-demo-opensearch'"
2024-10-31T08:59:08.8672504Z time="2024-10-31T08:59:08Z" level=info msg="PROCESS_EXEC:3584 => no match: UnorderedEventChecker: all 1 check(s) failed, continuing"
2024-10-31T08:59:09.0824913Z I1031 08:59:09.081023   13892 rpcchecker.go:249] event checker labelsEventChecker timed out after 10m0s
2024-10-31T08:59:09.0826229Z === NAME  TestLabelsDemoApp/Run_Event_Checks/Run_Event_Checks
2024-10-31T08:59:09.0827359Z     rpcchecker.go:171: 
2024-10-31T08:59:09.0828916Z            Error Trace:    /home/runner/work/tetragon/tetragon/go/src/github.com/cilium/tetragon/tests/e2e/checker/rpcchecker.go:171
2024-10-31T08:59:09.0832282Z                                                    /home/runner/work/tetragon/tetragon/go/src/github.com/cilium/tetragon/vendor/sigs.k8s.io/e2e-framework/pkg/env/env.go:422
2024-10-31T08:59:09.0835700Z                                                    /home/runner/work/tetragon/tetragon/go/src/github.com/cilium/tetragon/vendor/sigs.k8s.io/e2e-framework/pkg/env/env.go:453
2024-10-31T08:59:09.0837173Z            Error:          Received unexpected error:
2024-10-31T08:59:09.0838612Z                            UnorderedEventChecker: 1/23 checks remain
2024-10-31T08:59:09.0839667Z            Test:           TestLabelsDemoApp/Run_Event_Checks/Run_Event_Checks
2024-10-31T08:59:09.0840763Z            Messages:       checks should pass
2024-10-31T08:59:09.0841535Z --- FAIL: TestLabelsDemoApp (908.32s)
2024-10-31T08:59:09.0842337Z     --- PASS: TestLabelsDemoApp/Setup_Export (0.00s)
2024-10-31T08:59:09.0843399Z         --- PASS: TestLabelsDemoApp/Setup_Export/Setup_Export (0.00s)
2024-10-31T08:59:09.0844679Z     --- FAIL: TestLabelsDemoApp/Run_Workload (308.32s)
2024-10-31T08:59:09.0845954Z         --- PASS: TestLabelsDemoApp/Run_Workload/Wait_for_Checker (0.02s)
2024-10-31T08:59:09.0847147Z         --- FAIL: TestLabelsDemoApp/Run_Workload/Run_Workload (308.30s)
2024-10-31T08:59:09.0848139Z     --- FAIL: TestLabelsDemoApp/Run_Event_Checks (908.32s)
2024-10-31T08:59:09.0849301Z         --- FAIL: TestLabelsDemoApp/Run_Event_Checks/Run_Event_Checks (908.32s)
2024-10-31T08:59:09.0850045Z FAIL
2024-10-31T08:59:09.0860441Z coverage: [no statements]