Skip to content

KubeSkoop Web Console #297

KubeSkoop Web Console

KubeSkoop Web Console #297

Triggered via pull request January 16, 2024 07:56
Status Failure
Total duration 2m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 15 warnings
go-mod
Process completed with exit code 1.
lint: pkg/exporter/nettop/cache.go#L1
: # github.com/alibaba/kubeskoop/pkg/exporter/nettop
lint: pkg/exporter/loki/client.go#L16
could not import github.com/alibaba/kubeskoop/pkg/exporter/nettop (-: # github.com/alibaba/kubeskoop/pkg/exporter/nettop
lint: pkg/exporter/sink/sink.go#L6
could not import github.com/alibaba/kubeskoop/pkg/exporter/nettop (-: # github.com/alibaba/kubeskoop/pkg/exporter/nettop
lint: pkg/exporter/cmd/server.go#L25
could not import github.com/alibaba/kubeskoop/pkg/exporter/nettop (-: # github.com/alibaba/kubeskoop/pkg/exporter/nettop
lint: pkg/exporter/cmd/eventserver.go#L40
s.probeManager undefined (type *EventServer has no field or method probeManager) (typecheck)
lint: pkg/exporter/cmd/eventserver.go#L48
s.probeManager undefined (type *EventServer has no field or method probeManager) (typecheck)
lint: pkg/exporter/cmd/server.go#L198
probe.Name undefined (type T has no field or method Name) (typecheck)
lint: pkg/exporter/cmd/server.go#L200
probe.Name undefined (type T has no field or method Name) (typecheck)
lint: pkg/exporter/cmd/server.go#L215
probe.State undefined (type T has no field or method State) (typecheck)
lint: pkg/exporter/cmd/server.go#L291
i.metricsServer.Reload undefined (type *MetricsServer has no field or method Reload) (typecheck)
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Shellcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
go-mod
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2.1.3, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
super-linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2.1.3, golangci/golangci-lint-action@v2.5.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint: pkg/controller/db/db.go#L6
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: pkg/controller/db/db.go#L10
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: pkg/controller/diagnose/diagnose.go#L24
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/controller/diagnose/diagnose.go#L12
exported: type name will be used as diagnose.DiagnoseController by other packages, and that stutters; consider calling this Controller (revive)