Go tests CI triggered from @rauljordan of sepolia-tooling-merge #10540
Annotations
30 errors and 3 warnings
Go Tests (defaults):
staker/assertion.go#L1
: # github.com/offchainlabs/nitro/staker [github.com/offchainlabs/nitro/staker.test]
|
Go Tests (defaults):
staker/challenge_test.go#L162
cannot use func(context.Context) (server_arb.MachineInterface, error) {…} (value of type func(context.Context) (server_arb.MachineInterface, error)) as func(context.Context, ...func(cfg *server_common.MachineLoaderCfg)) (server_arb.MachineInterface, error) value in argument to server_arb.NewExecutionRun
|
Go Tests (defaults):
staker/challenge_test.go#L178
cannot use func(context.Context) (server_arb.MachineInterface, error) {…} (value of type func(context.Context) (server_arb.MachineInterface, error)) as func(context.Context, ...func(cfg *server_common.MachineLoaderCfg)) (server_arb.MachineInterface, error) value in argument to server_arb.NewExecutionRun (typecheck)
|
Go Tests (defaults):
system_tests/test_info.go#L1
: # github.com/offchainlabs/nitro/system_tests [github.com/offchainlabs/nitro/system_tests.test]
|
Go Tests (defaults):
system_tests/staker_test.go#L570
not enough arguments in call to arbnode.StakerDataposter
|
Go Tests (defaults):
system_tests/staker_test.go#L587
not enough arguments in call to staker.NewStatelessBlockValidator
|
Go Tests (defaults):
system_tests/validation_mock_test.go#L75
cannot use &mockExecRun{…} (value of type *mockExecRun) as validator.ExecutionRun value in argument to containers.NewReadyPromise[validator.ExecutionRun]: *mockExecRun does not implement validator.ExecutionRun (wrong type for method GetLeavesWithStepSize)
|
Go Tests (defaults):
arbos/block_processor.go#L48
type `printTxAsJson` is unused (unused)
|
Go Tests (defaults):
arbos/block_processor.go#L52
func `printTxAsJson.String` is unused (unused)
|
Go Tests (defaults):
arbnode/dataposter/data_poster.go#L145
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Go Tests (challenge):
staker/assertion.go#L1
: # github.com/offchainlabs/nitro/staker [github.com/offchainlabs/nitro/staker.test]
|
Go Tests (challenge):
staker/challenge_test.go#L162
cannot use func(context.Context) (server_arb.MachineInterface, error) {…} (value of type func(context.Context) (server_arb.MachineInterface, error)) as func(context.Context, ...func(cfg *server_common.MachineLoaderCfg)) (server_arb.MachineInterface, error) value in argument to server_arb.NewExecutionRun
|
Go Tests (challenge):
staker/challenge_test.go#L178
cannot use func(context.Context) (server_arb.MachineInterface, error) {…} (value of type func(context.Context) (server_arb.MachineInterface, error)) as func(context.Context, ...func(cfg *server_common.MachineLoaderCfg)) (server_arb.MachineInterface, error) value in argument to server_arb.NewExecutionRun (typecheck)
|
Go Tests (challenge):
system_tests/test_info.go#L1
: # github.com/offchainlabs/nitro/system_tests [github.com/offchainlabs/nitro/system_tests.test]
|
Go Tests (challenge):
system_tests/staker_test.go#L570
not enough arguments in call to arbnode.StakerDataposter
|
Go Tests (challenge):
system_tests/staker_test.go#L587
not enough arguments in call to staker.NewStatelessBlockValidator
|
Go Tests (challenge):
system_tests/validation_mock_test.go#L75
cannot use &mockExecRun{…} (value of type *mockExecRun) as validator.ExecutionRun value in argument to containers.NewReadyPromise[validator.ExecutionRun]: *mockExecRun does not implement validator.ExecutionRun (wrong type for method GetLeavesWithStepSize)
|
Go Tests (challenge):
arbos/block_processor.go#L48
type `printTxAsJson` is unused (unused)
|
Go Tests (challenge):
arbos/block_processor.go#L52
func `printTxAsJson.String` is unused (unused)
|
Go Tests (challenge):
arbnode/dataposter/data_poster.go#L145
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Go Tests (race):
staker/assertion.go#L1
: # github.com/offchainlabs/nitro/staker [github.com/offchainlabs/nitro/staker.test]
|
Go Tests (race):
staker/challenge_test.go#L162
cannot use func(context.Context) (server_arb.MachineInterface, error) {…} (value of type func(context.Context) (server_arb.MachineInterface, error)) as func(context.Context, ...func(cfg *server_common.MachineLoaderCfg)) (server_arb.MachineInterface, error) value in argument to server_arb.NewExecutionRun
|
Go Tests (race):
staker/challenge_test.go#L178
cannot use func(context.Context) (server_arb.MachineInterface, error) {…} (value of type func(context.Context) (server_arb.MachineInterface, error)) as func(context.Context, ...func(cfg *server_common.MachineLoaderCfg)) (server_arb.MachineInterface, error) value in argument to server_arb.NewExecutionRun (typecheck)
|
Go Tests (race):
system_tests/test_info.go#L1
: # github.com/offchainlabs/nitro/system_tests [github.com/offchainlabs/nitro/system_tests.test]
|
Go Tests (race):
system_tests/staker_test.go#L570
not enough arguments in call to arbnode.StakerDataposter
|
Go Tests (race):
system_tests/staker_test.go#L587
not enough arguments in call to staker.NewStatelessBlockValidator
|
Go Tests (race):
system_tests/validation_mock_test.go#L75
cannot use &mockExecRun{…} (value of type *mockExecRun) as validator.ExecutionRun value in argument to containers.NewReadyPromise[validator.ExecutionRun]: *mockExecRun does not implement validator.ExecutionRun (wrong type for method GetLeavesWithStepSize)
|
Go Tests (race):
arbos/block_processor.go#L48
type `printTxAsJson` is unused (unused)
|
Go Tests (race):
arbos/block_processor.go#L52
func `printTxAsJson.String` is unused (unused)
|
Go Tests (race):
arbnode/dataposter/data_poster.go#L145
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Go Tests (defaults)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-go@v4, actions/cache@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Go Tests (challenge)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-go@v4, actions/cache@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Go Tests (race)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/setup-go@v4, actions/cache@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|