Skip to content

Initial nested cache Context StateDB implementation #94

Initial nested cache Context StateDB implementation

Initial nested cache Context StateDB implementation #94

Triggered via pull request January 26, 2024 00:19
Status Failure
Total duration 3m 21s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
3m 11s
Run golangci-lint
Run markdown-lint
15s
Run markdown-lint
Run flake8 on python integration tests
44s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
46s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 18 warnings
Run flake8 on python integration tests
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Check gomod2nix.toml file is up to date
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Run golangci-lint: x/evm/testutil/suite.go#L253
appendAssign: append result not assigned to the same slice (gocritic)
Run golangci-lint: rpc/backend/tracing.go#L151
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L39
line is 207 characters (lll)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L41
line is 200 characters (lll)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L43
line is 153 characters (lll)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L46
line is 192 characters (lll)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L50
line is 192 characters (lll)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L52
line is 192 characters (lll)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L54
line is 207 characters (lll)
Run golangci-lint: x/evm/types/legacy/evm.pb.go#L56
line is 232 characters (lll)
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/get-diff-action@v6.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run flake8 on python integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, cachix/cachix-action@v12. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run flake8 on python integration tests
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/
Check gomod2nix.toml file is up to date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2.3.4, cachix/cachix-action@v12. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check gomod2nix.toml file is up to date
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check gomod2nix.toml file is up to date
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/
Check gomod2nix.toml file is up to date
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/
Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, technote-space/get-diff-action@v6.1.2, golangci/golangci-lint-action@v3.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run golangci-lint: tests/importer/chain_ctx.go#L142
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: client/keys/add.go#L199
redefines-builtin-id: redefinition of the built-in function recover (revive)
Run golangci-lint: x/evm/types/tx_args.go#L153
redefines-builtin-id: redefinition of the built-in type any (revive)
Run golangci-lint: x/evm/types/access_list_tx.go#L252
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/types/legacy_tx.go#L220
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/types/params.go#L112
var-naming: method parameter msgTypeUrl should be msgTypeURL (revive)
Run golangci-lint: x/evm/types/access_list_tx.go#L257
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/types/legacy_tx.go#L225
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/types/tracer.go#L78
unused-parameter: parameter 'env' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/types/legacy_tx.go#L230
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)