Skip to content

chg: use ModuleName as StoreKey in auth #123

chg: use ModuleName as StoreKey in auth

chg: use ModuleName as StoreKey in auth #123

Triggered via pull request September 2, 2024 10:40
Status Failure
Total duration 3m 8s
Artifacts

test.yml

on: pull_request
Matrix: tests
repo-analysis
0s
repo-analysis
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 24 warnings
split-test-files: x/gov/keeper/msg_validator.go#L14
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
split-test-files: x/gov/keeper/msg_validator.go#L16
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
split-test-files
Process completed with exit code 1.
liveness-test
Process completed with exit code 2.
test-sim-nondeterminism
Process completed with exit code 2.
test-e2e
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-e2e
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-e2e
Process completed with exit code 2.
test-simapp
Process completed with exit code 1.
test-integration
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-integration
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-integration
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-integration
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-integration
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-integration
github.com/0xPolygon/heimdall-v2@v0.0.0-20240502114613-1601b40af109: invalid version: git ls-remote -q origin in /home/runner/go/pkg/mod/cache/vcs/7fa8f879a5f9ae33a24bcac5b7ae8718ccfce98f505f3afeb0f8e50c348ade9f: exit status 128:
test-integration
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Iterator)
test-integration
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as Tree value in variable declaration: *"github.com/cosmos/iavl".MutableTree does not implement Tree (wrong type for method Iterator)
test-integration
cannot use db (variable of type "github.com/cosmos/cosmos-db".DB) as "github.com/cosmos/iavl/db".DB value in argument to iavl.NewMutableTree: "github.com/cosmos/cosmos-db".DB does not implement "github.com/cosmos/iavl/db".DB (wrong type for method Iterator)
test-integration
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as Tree value in struct literal: *"github.com/cosmos/iavl".MutableTree does not implement Tree (wrong type for method Iterator)
split-test-files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
liveness-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-sim-nondeterminism
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-e2e
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-simapp
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-integration
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-core
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-depinject
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-errors
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-orm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-log
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-hubl
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-clientv2
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-confix
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-x-nft
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-x-tx
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-cosmovisor
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-x-evidence
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-x-feegrant
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-store
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-math
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-x-circuit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-collections
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-x-upgrade
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/