-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solana TODOs #15726
base: develop
Are you sure you want to change the base?
Solana TODOs #15726
Conversation
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Flakeguard Root Project / Get Tests To Run , GolangCI Lint (core/scripts) , GolangCI Lint (.) , GolangCI Lint (deployment) , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , test-scripts , Flakeguard Deployment Project / Get Tests To Run , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakeguard Deployment Project / Run Tests , Flakeguard Deployment Project / Report , lint , SonarQube Scan , Flakey Test Detection 1. Missing go.sum entry for module providing package golang.org/x/exp/maps:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/ethereum/go-ethereum@v1.14.11/p2p/netutil/net.go:29:2: missing go.sum entry for module providing package golang.org/x/exp/maps (imported by github.com/smartcontractkit/chainlink/v2/core/web); to add:
go get github.com/smartcontractkit/chainlink/v2/core/web@v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a 2. Missing go.sum entry for module providing package golang.org/x/net/proxy:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/client.go:23:2: missing go.sum entry for module providing package golang.org/x/net/proxy (imported by github.com/gorilla/websocket); to add:
go get github.com/gorilla/websocket@v1.5.1 3. Missing go.sum entry for module providing package golang.org/x/exp/constraints:[Run Tests]Source of Error:../chains/evm/assets/units.go:6:2: missing go.sum entry for module providing package golang.org/x/exp/constraints (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/assets); to add:
go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/assets@v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a 4. Missing go.sum entry for module providing package golang.org/x/exp/rand:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/cockroachdb/pebble@v1.1.2/internal/batchskl/skl.go:67:2: missing go.sum entry for module providing package golang.org/x/exp/rand (imported by github.com/cockroachdb/pebble/internal/batchskl); to add:
go get github.com/cockroachdb/pebble/internal/batchskl@v1.1.2 5. Missing go.sum entry for module providing package github.com/stretchr/testify/assert:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/smartcontractkit/chainlink-common@v0.4.1-0.20241223143929-db7919d60550/pkg/utils/tests/tests.go:8:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/smartcontractkit/chainlink/core/scripts/common); to add:
go get -t github.com/smartcontractkit/chainlink/core/scripts/common 6. Missing go.sum entry for module providing package github.com/stretchr/testify/require:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/smartcontractkit/chainlink-common@v0.4.1-0.20241223143929-db7919d60550/pkg/utils/tests/tests.go:9:2: missing go.sum entry for module providing package github.com/stretchr/testify/require (imported by github.com/smartcontractkit/chainlink/v2/core/web); to add:
go get github.com/smartcontractkit/chainlink/v2/core/web@v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a 7. Missing go.sum entry for module providing package golang.org/x/net/html:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/charset/charset.go:9:2: missing go.sum entry for module providing package golang.org/x/net/html (imported by github.com/gabriel-vasile/mimetype/internal/charset); to add:
go get github.com/gabriel-vasile/mimetype/internal/charset@v1.4.3 8. Missing go.sum entry for module providing package golang.org/x/net/http2:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:20:2: missing go.sum entry for module providing package golang.org/x/net/http2 (imported by k8s.io/client-go/rest); to add:
go get k8s.io/client-go/rest@v0.31.1 9. Missing go.sum entry for module providing package golang.org/x/net/http2/h2c:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:21:2: missing go.sum entry for module providing package golang.org/x/net/http2/h2c (imported by github.com/gin-gonic/gin); to add:
go get github.com/gin-gonic/gin@v1.10.0 10. Missing go.sum entry for module providing package github.com/stretchr/testify/mock:[Run Tests]Source of Error:../logger/logger_mocks.go:6:2: missing go.sum entry for module providing package github.com/stretchr/testify/mock (imported by github.com/smartcontractkit/chainlink/v2/core/logger); to add:
go get github.com/smartcontractkit/chainlink/v2/core/logger@v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a 11. Missing go.sum entry for module providing package golang.org/x/tools/go/ast/astutil:[Run Tests]Source of Error:../gethwrappers/abigen.go:18:2: missing go.sum entry for module providing package golang.org/x/tools/go/ast/astutil (imported by github.com/smartcontractkit/ccip-owner-contracts/pkg/gethwrappers); to add:
go get github.com/smartcontractkit/ccip-owner-contracts/pkg/gethwrappers@v0.0.0-salt-fix 12. Missing go.sum entry for module providing package golang.org/x/net/trace:[Run Tests]Source of Error:/home/runner/go/pkg/mod/google.golang.org/grpc@v1.67.1/trace_withtrace.go:26:2: missing go.sum entry for module providing package golang.org/x/net/trace (imported by google.golang.org/grpc); to add:
go get google.golang.org/grpc@v1.67.1 13. Missing go.sum entry for module providing package golang.org/x/net/http2/hpack:[Run Tests]Source of Error:/home/runner/go/pkg/mod/google.golang.org/grpc@v1.67.1/internal/transport/controlbuf.go:32:2: missing go.sum entry for module providing package golang.org/x/net/http2/hpack (imported by google.golang.org/grpc/internal/transport); to add:
go get google.golang.org/grpc/internal/transport@v1.67.1 14. Missing go.sum entry for module providing package golang.org/x/exp/slices:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/smartcontractkit/chainlink-common@v0.4.1-0.20241223143929-db7919d60550/pkg/loop/logger.go:14:2: missing go.sum entry for module providing package golang.org/x/exp/slices (imported by github.com/cosmos/cosmos-sdk/types); to add:
go get github.com/cosmos/cosmos-sdk/types@v0.47.11 15. Missing go.sum entry for module providing package github.com/decred/dcrd/dcrec/secp256k1/v4:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/btcsuite/btcd/btcec/v2@v2.3.2/btcec.go:23:2: missing go.sum entry for module providing package github.com/decred/dcrd/dcrec/secp256k1/v4 (imported by github.com/btcsuite/btcd/btcec/v2); to add:
go get github.com/btcsuite/btcd/btcec/v2@v2.3.4 16. Missing go.sum entry for module providing package github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/btcsuite/btcd/btcec/v2@v2.3.2/ecdsa/error.go:7:2: missing go.sum entry for module providing package github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa (imported by github.com/btcsuite/btcd/btcec/v2/ecdsa); to add:
go get github.com/btcsuite/btcd/btcec/v2/ecdsa@v2.3.4 17. Missing go.sum entry for module providing package golang.org/x/net/context:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/cometbft/cometbft@v0.37.5/abci/types/application.go:4:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by github.com/cometbft/cometbft/abci/types); to add:
go get github.com/cometbft/cometbft/abci/types@v0.37.5 18. Missing go.sum entry for module providing package golang.org/x/net/netutil:[Run Tests]Source of Error:/home/runner/go/pkg/mod/github.com/cometbft/cometbft@v0.37.5/p2p/transport.go:9:2: missing go.sum entry for module providing package golang.org/x/net/netutil (imported by github.com/cometbft/cometbft/p2p); to add:
go get github.com/cometbft/cometbft/p2p@v0.37.5 19. Missing go.sum entry for module providing package github.com/gagliardetto/solana-go:[Run Tests]Source of Error:../services/keystore/keys/solkey/key.go:10:2: missing go.sum entry for module providing package github.com/gagliardetto/solana-go (imported by github.com/smartcontractkit/chainlink/v2/core/cmd); to add:
go get github.com/smartcontractkit/chainlink/v2/core/cmd@v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a 20. Missing go.sum entry for module providing package golang.org/x/mod/semver:[Run Tests]Source of Error:../services/gateway/handlers/functions/allowlist/allowlist.go:16:2: missing go.sum entry for module providing package golang.org/x/mod/semver (imported by github.com/smartcontractkit/chainlink/v2/core/services/gateway/handlers/functions/allowlist); to add:
go get github.com/smartcontractkit/chainlink/v2/core/services/gateway/handlers/functions/allowlist@v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a 21. Missing go.sum entry for module providing packageAER Report: Operator UI CI ran successfully ✅ |
I see you updated files related to
|
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
To run integration tests: