fix: event log fetch uses pagination #1803
ci.yml
on: pull_request
runner / formatting
56s
runner / golangci-lint
1m 33s
runner / yamllint
22s
runner / dotenv-linter
13s
runner / check-dependencies
21s
Matrix: runner / build and tests
Annotations
39 errors and 2 warnings
runner / build and tests (1.22.x, windows-2022):
internal/usecase/devices/wsman/message.go#L589
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.22.x, windows-2022):
internal/usecase/devices/wsman/message.go#L1126
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.22.x, windows-2022)
Process completed with exit code 1.
|
runner / build and tests (1.22.x, ubuntu-20.04)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.22.x, ubuntu-20.04)
The operation was canceled.
|
runner / build and tests (1.22.x, ubuntu-24.04)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.22.x, ubuntu-24.04)
The operation was canceled.
|
runner / build and tests (1.22.x, ubuntu-22.04)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.22.x, ubuntu-22.04)
The operation was canceled.
|
runner / build and tests (1.22.x, windows-2019)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.22.x, windows-2019)
The operation was canceled.
|
runner / build and tests (1.23.x, windows-2022)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.23.x, windows-2022):
internal/usecase/devices/wsman/message.go#L589
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, windows-2022):
internal/usecase/devices/wsman/message.go#L1126
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, windows-2022)
The operation was canceled.
|
runner / build and tests (1.23.x, ubuntu-24.04)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.23.x, ubuntu-24.04)
The operation was canceled.
|
runner / build and tests (1.23.x, ubuntu-22.04)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.23.x, ubuntu-22.04):
internal/usecase/devices/wsman/message.go#L589
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, ubuntu-22.04):
internal/usecase/devices/wsman/message.go#L1126
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, ubuntu-22.04)
The operation was canceled.
|
runner / build and tests (1.23.x, windows-2019)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.23.x, windows-2019):
internal/usecase/devices/wsman/message.go#L589
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, windows-2019):
internal/usecase/devices/wsman/message.go#L1126
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, windows-2019)
The operation was canceled.
|
runner / build and tests (1.23.x, ubuntu-20.04)
The job was canceled because "_1_22_x_windows-2022" failed.
|
runner / build and tests (1.23.x, ubuntu-20.04):
internal/usecase/devices/wsman/message.go#L589
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, ubuntu-20.04):
internal/usecase/devices/wsman/message.go#L1126
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
|
runner / build and tests (1.23.x, ubuntu-20.04)
The operation was canceled.
|
runner / formatting
Process completed with exit code 1.
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int) (typecheck)
package wsman
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int)) (typecheck)
wsmanAPI "github.com/open-amt-cloud-toolkit/console/internal/usecase/devices/wsman"
^
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int)) (typecheck)
wsman "github.com/open-amt-cloud-toolkit/console/internal/usecase/devices/wsman"
^
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L589
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:589:73: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (int, int)
want (int)
|
runner / golangci-lint:
internal/usecase/devices/wsman/message.go#L1126
[golangci] reported by reviewdog 🐶
too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
Raw Output:
internal/usecase/devices/wsman/message.go:1126:59: too many arguments in call to g.WsmanMessages.AMT.MessageLog.GetRecords
have (number, number)
want (int)) (typecheck)
"github.com/open-amt-cloud-toolkit/console/internal/usecase/devices/wsman"
^
|
runner / golangci-lint
reviewdog exited with status code: 1
|
runner / build and tests (1.22.x, windows-2022)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
runner / yamllint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|