-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove legacy Mercury plugin and associated code #16014
base: develop
Are you sure you want to change the base?
Conversation
70f1dbe
to
dd54f46
Compare
32cf4d5
to
84afb33
Compare
AER Report: CI Coreaer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , Core Tests (go_core_tests) , test-scripts , GolangCI Lint (.) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , lint , SonarQube Scan 1. Missing required module:[job id: go_core_tests_integration]Source of Error:##[error]core/services/relay/evm/llo_provider.go:12:2: no required module provides package github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller; to add it:
go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller Suggested fix: Ensure that the [job id: test-scripts]Source of Error:##[error]../services/relay/evm/llo_provider.go:12:2: no required module provides package github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller; to add it:
go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller Suggested fix: Ensure that the [job id: go_core_ccip_deployment_tests]Source of Error:##[error]../core/services/relay/evm/llo_provider.go:12:2: no required module provides package github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller; to add it:
go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller Suggested fix: Ensure that the [job id: go_core_fuzz]Source of Error:##[error]core/services/relay/evm/llo_provider.go:12:2: no required module provides package github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller; to add it:
go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller Suggested fix: Ensure that the [job id: go_core_tests]Source of Error:##[error]core/services/relay/evm/llo_provider.go:12:2: no required module provides package github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller; to add it:
go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller Suggested fix: Ensure that the 2. Undefined fields or methods:[job id: GolangCI Lint (.))]Source of Error:##[error]core/internal/cltest/cltest.go:264:38: app.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
k, _ := MustInsertRandomKey(t, app.KeyStore.Eth(), chainID) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:267:34: app.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
id, ks := chainID.ToInt(), app.KeyStore.Eth() Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:286:27: app.GetKeyStore undefined (type *TestApplication has no field or method GetKeyStore) (typecheck)
require.NoError(t, app.GetKeyStore().P2P().Add(ctx, v)) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:288:27: app.GetKeyStore undefined (type *TestApplication has no field or method GetKeyStore) (typecheck)
require.NoError(t, app.GetKeyStore().CSA().Add(ctx, v)) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:290:27: app.GetKeyStore undefined (type *TestApplication has no field or method GetKeyStore) (typecheck)
require.NoError(t, app.GetKeyStore().OCR2().Add(ctx, v)) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:652:12: ta.GetDB undefined (type *TestApplication has no field or method GetDB) (typecheck)
err := ta.GetDB().GetContext(ctx, &id, `INSERT INTO sessions (id, email, last_used, created_at) VALUES ($1, $2, $3, NOW()) RETURNING id`, session.ID, email, session.LastUsed) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:659:27: ta.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
require.NoError(ta.t, ta.KeyStore.Unlock(ctx, Password)) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:660:15: ta.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
_, err := ta.KeyStore.Eth().Import(ctx, []byte(content), Password, &FixtureChainID) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:688:11: ta.BasicAdminUsersORM undefined (type *TestApplication has no field or method BasicAdminUsersORM) (typecheck)
err = ta.BasicAdminUsersORM().CreateUser(ctx, &u) Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:710:38: ta.GetConfig undefined (type *TestApplication has no field or method GetConfig) (typecheck)
Config: ta.GetConfig(), Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:729:38: ta.GetConfig undefined (type *TestApplication has no field or method GetConfig) (typecheck)
Config: ta.GetConfig(), Suggested fix: Verify the Source of Error:##[error]core/internal/cltest/cltest.go:1321:95: app.GetConfig undefined (type *TestApplication has no field or method GetConfig) (typecheck)
ethClient.On("ConfiguredChainID", mock.Anything).Return(evmtest.MustGetDefaultChainID(t, app.GetConfig().EVMConfigs()), nil) Suggested fix: Verify the Source of Error:##[error]core/capabilities/integration_tests/framework/don.go:291:18: node.Stop undefined (type *capabilityNode has no field or method Stop) (typecheck)
if err := node.Stop(); err != nil { Suggested fix: Verify the Source of Error:##[error]core/capabilities/integration_tests/framework/don.go:368:15: node.AddJobV2 undefined (type *capabilityNode has no field or method AddJobV2) (typecheck)
err := node.AddJobV2(ctx, j) Suggested fix: Verify the Source of Error:##[error]core/cmd/admin_commands.go:147:12: p.Role undefined (type *AdminUsersPresenter has no field or method Role) (typecheck)
string(p.Role), Suggested fix: Verify the Source of Error:##[error]core/cmd/admin_commands.go:148:5: p.HasActiveApiToken undefined (type *AdminUsersPresenter has no field or method HasActiveApiToken) (typecheck)
p.HasActiveApiToken, Suggested fix: Verify the Source of Error:##[error]core/cmd/admin_commands.go:149:5: p.CreatedAt undefined (type *AdminUsersPresenter has no field or method CreatedAt) (typecheck)
p.CreatedAt.String(), Suggested fix: Verify the Source of Error:##[error]core/cmd/admin_commands.go:150:5: p.UpdatedAt undefined (type *AdminUsersPresenter has no field or method UpdatedAt) (typecheck)
p.UpdatedAt.String(), Suggested fix: Verify the Source of Error:##[error]core/cmd/admin_commands.go:219:29: user.Email undefined (type AdminUsersPresenter has no field or method Email) (typecheck)
if strings.EqualFold(user.Email, c.String("email")) { Suggested fix: Verify the Source of Error:##[error]core/cmd/admin_commands.go:220:75: user.Email undefined (type AdminUsersPresenter has no field or method Email) (typecheck)
return s.errorOut(fmt.Errorf("user with email %s already exists", user.Email)) Suggested fix: Verify the Source of Error:##[error]core/cmd/aptos_keys_commands.go:30:5: p.PubKey undefined (type *AptosKeyPresenter has no field or method PubKey) (typecheck)
p.PubKey, Suggested fix: Verify the Source of Error:##[error]core/cmd/blocks_commands.go:100:20: p.EVMChainID undefined (type *LCAPresenter has no field or method EVMChainID) (typecheck)
return []string{p.EVMChainID.String(), p.Hash, strconv.FormatInt(p.BlockNumber, 10)} Suggested fix: Verify the Source of Error:##[error]core/cmd/bridge_commands.go:50:37: p.Confirmations undefined (type *BridgePresenter has no field or method Confirmations) (typecheck)
return strconv.FormatUint(uint64(p.Confirmations), 10) Suggested fix: Verify the Source of Error:##[error]core/cmd/bridge_commands.go:57:5: p.Name undefined (type *BridgePresenter has no field or method Name) (typecheck)
p.Name, Suggested fix: Verify the Source of Error:##[error]core/cmd/bridge_commands.go:58:5: p.URL undefined (type *BridgePresenter has no field or method URL) (typecheck)
p.URL, Suggested fix: Verify the Source of Error:##[error]core/cmd/bridge_commands.go:60:5: p.OutgoingToken
</cicore>
<operatoruici>
## AER Report: [Operator UI CI](https://github.com/smartcontractkit/chainlink/actions/runs/13572023299) ran successfully :white_check_mark:
[aer_workflow](https://github.com/smartcontractkit/chainlink/actions/runs/13572057019/job/37939338345) , [commit](https://github.com/smartcontractkit/chainlink/commit/28db39a6d1a771019a1170c3e20384a01c1aa6d8)
</operatoruici> |
b84750e
to
d9253da
Compare
1a99108
to
abad08c
Compare
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌20 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
c113ab5
to
becd1db
Compare
|
To be merged after plugin has been replaced by LLO.
Blocked on:
Also to be updated after this is merged: