SUITE=./test/conformance ./hack/run-e2e-conformance.sh /usr/local/bin/ginkgo Ginkgo detected a version mismatch between the Ginkgo CLI and the version of Ginkgo imported by your packages: Ginkgo CLI Version: 2.4.0 Mismatched package versions found: 2.9.4 used by conformance Ginkgo will continue to attempt to run but you may see errors (including flag parsing errors) and should either update your go.mod or your version of the Ginkgo CLI to match. To install the matching version of the CLI run go install github.com/onsi/ginkgo/v2/ginkgo from a path that contains a go.mod file. Alternatively you can use go run github.com/onsi/ginkgo/v2/ginkgo from a path that contains a go.mod file to invoke the matching version of the Ginkgo CLI. If you are attempting to test multiple packages that each have a different version of the Ginkgo library with a single Ginkgo CLI that is currently unsupported.  Running Suite: SRIOV Operator conformance tests - /home/apanatto/dev/github.com/k8snetworkplumbingwg/sriov-network-operator/test/conformance ============================================================================================================================================ Random Seed: 1690963002 Will run 2 of 29 specs SSSSSSSSSSSSSSSSSSSSSWaiting for the sriov state to stable Sriov state is stable W0802 09:57:02.484049 1106716 warnings.go:70] would violate PodSecurity "restricted:latest": privileged (container "test" must not set securityContext.privileged=true), allowPrivilegeEscalation != false (container "test" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "test" must set securityContext.capabilities.drop=["ALL"]), restricted volume types (volume "host" uses restricted volume type "hostPath"), runAsNonRoot != true (pod or container "test" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "test" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") Waiting for the sriov state to stable Sriov state is stable •Waiting for the sriov state to stable Sriov state is stable •SSSSSS Ran 2 of 29 Specs in 163.567 seconds SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 27 Skipped PASS | FOCUSED You're using deprecated Ginkgo functionality: ============================================= --ginkgo.slow-spec-threshold is deprecated --slow-spec-threshold has been deprecated and will be removed in a future version of Ginkgo. This feature has proved to be more noisy than useful. You can use --poll-progress-after, instead, to get more actionable feedback about potentially slow specs and understand where they might be getting stuck. To silence deprecations that can be silenced set the following environment variable: ACK_GINKGO_DEPRECATIONS=2.9.4 Ginkgo ran 1 suite in 2m48.548377743s Test Suite Passed Detected Programmatic Focus - setting exit status to 197