Skip to content

draft: Add API to Telepresence #3983

draft: Add API to Telepresence

draft: Add API to Telepresence #3983

Triggered via pull request May 21, 2024 15:31
@thallgrenthallgren
synchronize #3568
Status Failure
Total duration 17m 53s
Artifacts

unit_tests.yaml

on: pull_request_target
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 10 warnings
unit (ubuntu-arm64): pkg/client/k8sclient/connect.go#L58
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64): pkg/client/k8sclient/connect.go#L61
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64): pkg/client/k8sclient/connect.go#L62
SA1019: grpc.WithReturnConnectionError is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64): pkg/client/remotefs/fuseftp.go#L125
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64): pkg/client/remotefs/fuseftp.go#L128
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64): pkg/client/remotefs/fuseftp.go#L129
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (ubuntu-arm64): pkg/client/socket/sockets_unix.go#L35
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64): pkg/client/socket/sockets_unix.go#L38
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64): pkg/client/socket/sockets_unix.go#L39
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (ubuntu-arm64): pkg/client/rootd/session.go#L970
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/k8sclient/connect.go#L58
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/k8sclient/connect.go#L61
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/k8sclient/connect.go#L62
SA1019: grpc.WithReturnConnectionError is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/remotefs/fuseftp.go#L125
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/remotefs/fuseftp.go#L128
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/remotefs/fuseftp.go#L129
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (macos-latest): pkg/client/socket/sockets_unix.go#L35
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/socket/sockets_unix.go#L38
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (macos-latest): pkg/client/socket/sockets_unix.go#L39
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (macos-latest): pkg/client/rootd/session.go#L970
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/k8sclient/connect.go#L58
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/k8sclient/connect.go#L61
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/k8sclient/connect.go#L62
SA1019: grpc.WithReturnConnectionError is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/remotefs/fuseftp.go#L125
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/remotefs/fuseftp.go#L128
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/remotefs/fuseftp.go#L129
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (windows-2019): pkg/client/socket/sockets_windows.go#L54
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/socket/sockets_windows.go#L57
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (windows-2019): pkg/client/socket/sockets_windows.go#L58
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (windows-2019): pkg/client/rootd/session.go#L970
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/k8sclient/connect.go#L58
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/k8sclient/connect.go#L61
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/k8sclient/connect.go#L62
SA1019: grpc.WithReturnConnectionError is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/remotefs/fuseftp.go#L125
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/remotefs/fuseftp.go#L128
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/remotefs/fuseftp.go#L129
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (ubuntu-latest): pkg/client/socket/sockets_unix.go#L35
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/socket/sockets_unix.go#L38
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-latest): pkg/client/socket/sockets_unix.go#L39
SA1019: grpc.FailOnNonTempDialError is deprecated: this DialOption is not supported by NewClient. This API may be changed or removed in a later release. (staticcheck)
unit (ubuntu-latest): pkg/client/rootd/session.go#L970
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
unit (ubuntu-arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/setup-kubectl@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit (macos-latest)
macOS's Gatekeeper has been disabled for this Cask
unit (macos-latest)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
unit (macos-latest)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
unit (macos-latest)
Already linked: /opt/homebrew/Cellar/sshfs-mac/2.10_1
unit (macos-latest)
jq 1.7.1 is already installed and up-to-date. To reinstall 1.7.1, run: brew reinstall jq
unit (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/setup-kubectl@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit (windows-2019)
Attempt 1 failed. Reason: Timeout of 60000ms hit
unit (windows-2019)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/setup-kubectl@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/setup-kubectl@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.