Skip to content

ci: add e2e test step for windows, lint fixes, e2e corrections #1319

ci: add e2e test step for windows, lint fixes, e2e corrections

ci: add e2e test step for windows, lint fixes, e2e corrections #1319

Triggered via pull request October 6, 2023 16:17
Status Failure
Total duration 1h 3m 10s
Artifacts

ci.yaml

on: pull_request
ShellCheck
4s
ShellCheck
go-mod-tidy-check
8s
go-mod-tidy-check
check-licenses
41s
check-licenses
mdlint
23s
mdlint
Matrix: e2e-tests
Matrix: gen-code-no-diff
Matrix: lint
Matrix: unit-tests
Matrix: windows-e2e-tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 6 warnings
ShellCheck
Process completed with exit code 1.
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (macos-latest)
Cannot open: File exists
lint (windows-latest)
The job was canceled because "macos-latest" failed.
lint (windows-latest)
The operation was canceled.
e2e-tests (self-hosted, macos, arm64, 12, test)
Process completed with exit code 2.
e2e-tests (self-hosted, macos, arm64, 13, test)
Process completed with exit code 2.
e2e-tests (self-hosted, macos, amd64, 13, test)
Process completed with exit code 2.
e2e-tests (self-hosted, macos, amd64, 12, test)
Process completed with exit code 2.
windows-e2e-tests (self-hosted, windows, amd64, test)
Process completed with exit code 1.
lint (macos-latest)
Failed to restore: "/usr/local/bin/gtar" failed with error: The process '/usr/local/bin/gtar' failed with exit code 2
lint (macos-latest): pkg/winutil/io.go#L4
package-comments: should have a package comment (revive)
lint (macos-latest): pkg/winutil/io_test.go#L117
unexported-return: exported func NewErrorReader returns unexported type winutil.errReader, which can be annoying to use (revive)
lint (macos-latest): pkg/winutil/io_test.go#L113
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)
lint (macos-latest): pkg/winutil/io_test.go#L93
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
lint (macos-latest): pkg/disk/disk.go#L19
exported: exported const DISK_SIZE should have comment or be unexported (revive)