Skip to content

SDN-5007: introducing bfpapplication object #81

SDN-5007: introducing bfpapplication object

SDN-5007: introducing bfpapplication object #81

Triggered via pull request June 4, 2024 19:10
Status Failure
Total duration 1m 34s
Artifacts

pull_request.yml

on: pull_request
Matrix: Build, lint, test
Matrix: kubernetes-integration-tests
check-license
31s
check-license
build-workflow-complete
0s
build-workflow-complete
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 3 warnings
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L100
cannot use prog.XDP (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".XdpProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".XdpProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L104
cannot use prog.TC (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TcProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TcProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L108
cannot use prog.Fentry (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FentryProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FentryProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L112
cannot use prog.Fexit (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FexitProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FexitProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L116
cannot use prog.Kprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L120
cannot use prog.Kretprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L124
cannot use prog.Uprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L128
cannot use prog.Uretprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22): controllers/bpfman-operator/application-programs.go#L132
cannot use prog.Tracepoint (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TracepointProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TracepointProgramInfo does not implement client.Object (missing method DeepCopyObject)
Build, lint, test (1.22)
Process completed with exit code 2.
kubernetes-integration-tests (1.22)
cannot use prog.XDP (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".XdpProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".XdpProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.TC (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TcProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TcProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.Fentry (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FentryProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FentryProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.Fexit (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FexitProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".FexitProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.Kprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.Kretprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".KprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.Uprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.Uretprobe (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".UprobeProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.Tracepoint (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TracepointProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".TracepointProgramInfo does not implement client.Object (missing method DeepCopyObject)
kubernetes-integration-tests (1.22)
cannot use prog.XDP (variable of type *"github.com/bpfman/bpfman-operator/apis/v1alpha1".XdpProgramInfo) as client.Object value in argument to reconcileBpfProgram: *"github.com/bpfman/bpfman-operator/apis/v1alpha1".XdpProgramInfo does not implement client.Object (missing method DeepCopyObject)
check-license
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
Build, lint, test (1.22)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
kubernetes-integration-tests (1.22)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.