Skip to content
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

build test #15833

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

build test #15833

wants to merge 5 commits into from

Conversation

ettec
Copy link
Collaborator

@ettec ettec commented Jan 3, 2025

No description provided.

Copy link
Contributor

github-actions bot commented Jan 3, 2025

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

🎖️ No JIRA issue number found in: PR title, commit message, or branch name. Please include the issue ID in one of these.

Copy link
Contributor

github-actions bot commented Jan 3, 2025

AER Report: CI Core

aer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , GolangCI Lint (.) , Core Tests (go_core_tests) , test-scripts , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , SonarQube Scan , lint

1. Undefined function request.NewClientRegisterToWorkflowRequest and request.NewClientUnregisterFromWorkflowRequest:[go_core_race_tests]

Source of Error:
# github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
##[error]core/capabilities/remote/executable/client.go:154:22: undefined: request.NewClientRegisterToWorkflowRequest
##[error]core/capabilities/remote/executable/client.go:173:22: undefined: request.NewClientUnregisterFromWorkflowRequest
**Why**: The functions `request.NewClientRegisterToWorkflowRequest` and `request.NewClientUnregisterFromWorkflowRequest` are not defined in the `request` package, leading to undefined errors during the build process.

Suggested fix: Ensure that the request package contains the definitions for NewClientRegisterToWorkflowRequest and NewClientUnregisterFromWorkflowRequest. If they are missing, add these functions to the request package.

2. Undefined function request.NewClientRegisterToWorkflowRequest and request.NewClientUnregisterFromWorkflowRequest:[go_core_tests_integration]

Source of Error:
# github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
##[error]core/capabilities/remote/executable/client.go:154:22: undefined: request.NewClientRegisterToWorkflowRequest
##[error]core/capabilities/remote/executable/client.go:173:22: undefined: request.NewClientUnregisterFromWorkflowRequest
**Why**: The functions `request.NewClientRegisterToWorkflowRequest` and `request.NewClientUnregisterFromWorkflowRequest` are not defined in the `request` package, leading to undefined errors during the build process.

Suggested fix: Ensure that the request package contains the definitions for NewClientRegisterToWorkflowRequest and NewClientUnregisterFromWorkflowRequest. If they are missing, add these functions to the request package.

3. Undefined function request.NewClientRegisterToWorkflowRequest and request.NewClientUnregisterFromWorkflowRequest:[go_core_ccip_deployment_tests]

Source of Error:
# github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
##[error]core/capabilities/remote/executable/client.go:154:22: undefined: request.NewClientRegisterToWorkflowRequest
##[error]core/capabilities/remote/executable/client.go:173:22: undefined: request.NewClientUnregisterFromWorkflowRequest
**Why**: The functions `request.NewClientRegisterToWorkflowRequest` and `request.NewClientUnregisterFromWorkflowRequest` are not defined in the `request` package, leading to undefined errors during the build process.

Suggested fix: Ensure that the request package contains the definitions for NewClientRegisterToWorkflowRequest and NewClientUnregisterFromWorkflowRequest. If they are missing, add these functions to the request package.

4. Undefined function request.NewClientRegisterToWorkflowRequest and request.NewClientUnregisterFromWorkflowRequest:[go_core_fuzz]

Source of Error:
# github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
##[error]core/capabilities/remote/executable/client.go:154:22: undefined: request.NewClientRegisterToWorkflowRequest
##[error]core/capabilities/remote/executable/client.go:173:22: undefined: request.NewClientUnregisterFromWorkflowRequest
**Why**: The functions `request.NewClientRegisterToWorkflowRequest` and `request.NewClientUnregisterFromWorkflowRequest` are not defined in the `request` package, leading to undefined errors during the build process.

Suggested fix: Ensure that the request package contains the definitions for NewClientRegisterToWorkflowRequest and NewClientUnregisterFromWorkflowRequest. If they are missing, add these functions to the request package.

5. Undefined function request.NewClientRegisterToWorkflowRequest and request.NewClientUnregisterFromWorkflowRequest:[go_core_tests]

Source of Error:
# github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
##[error]core/capabilities/remote/executable/client.go:154:22: undefined: request.NewClientRegisterToWorkflowRequest
##[error]core/capabilities/remote/executable/client.go:173:22: undefined: request.NewClientUnregisterFromWorkflowRequest
**Why**: The functions `request.NewClientRegisterToWorkflowRequest` and `request.NewClientUnregisterFromWorkflowRequest` are not defined in the `request` package, leading to undefined errors during the build process.

Suggested fix: Ensure that the request package contains the definitions for NewClientRegisterToWorkflowRequest and NewClientUnregisterFromWorkflowRequest. If they are missing, add these functions to the request package.

6. Multiple undefined fields and functions in TestApplication and other types:[Golang Lint (.)]

Source of Error:
##[error]core/internal/cltest/cltest.go:264:38: app.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
##[error]core/internal/cltest/cltest.go:267:34: app.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
##[error]core/internal/cltest/cltest.go:286:27: app.GetKeyStore undefined (type *TestApplication has no field or method GetKeyStore) (typecheck)
##[error]core/internal/cltest/cltest.go:288:27: app.GetKeyStore undefined (type *TestApplication has no field or method GetKeyStore) (typecheck)
##[error]core/internal/cltest/cltest.go:290:27: app.GetKeyStore undefined (type *TestApplication has no field or method GetKeyStore) (typecheck)
##[error]core/internal/cltest/cltest.go:651:12: ta.GetDB undefined (type *TestApplication has no field or method GetDB) (typecheck)
##[error]core/internal/cltest/cltest.go:658:27: ta.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
##[error]core/internal/cltest/cltest.go:659:15: ta.KeyStore undefined (type *TestApplication has no field or method KeyStore) (typecheck)
##[error]core/internal/cltest/cltest.go:687:11: ta.BasicAdminUsersORM undefined (type *TestApplication has no field or method BasicAdminUsersORM) (typecheck)
##[error]core/internal/cltest/cltest.go:709:38: ta.GetConfig undefined (type *TestApplication has no field or method GetConfig) (typecheck)
##[error]core/internal/cltest/cltest.go:728:38: ta.GetConfig undefined (type *TestApplication has no field or method GetConfig) (typecheck)
##[error]core/internal/cltest/cltest.go:1320:95: app.GetConfig undefined (type *TestApplication has no field or method GetConfig) (typecheck)
##[error]core/capabilities/integration_tests/framework/don.go:291:18: node.Stop undefined (type *capabilityNode has no field or method Stop) (typecheck)
##[error]core/capabilities/integration_tests/framework/don.go:368:15: node.AddJobV2 undefined (type *capabilityNode has no field or method AddJobV2) (typecheck)
##[error]core/capabilities/launcher.go:23:2: could not import github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable (-: # github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
##[error]core/capabilities/remote/executable/client.go:154:22: undefined: request.NewClientRegisterToWorkflowRequest
##[error]core/capabilities/remote/executable/client.go:173:22: undefined: request.NewClientUnregisterFromWorkflowRequest) (typecheck)
##[error]core/capabilities/remote/executable/client_test.go:17:2: could not import github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable (-: # github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/executable
##[error]core/capabilities/remote/executable/client.go:154:22: undefined: request.NewClientRegisterToWorkflowRequest
##[error]core/capabilities/remote/executable/client.go:173:22: undefined: request.NewClientUnregisterFromWorkflowRequest) (typecheck)
##[error]core/chains/evm/txmgr/broadcaster_test.go:683:100: not enough arguments in call to commonutils.JustError
##[error]core/cmd/blocks_commands.go:100:20: p.EVMChainID undefined (type *LCAPresenter has no field or method EVMChainID) (typecheck)
##[error]core/cmd/aptos_keys_commands_test.go:67:63: not enough arguments in call to utils.JustError
##[error]core/cmd/aptos_keys_commands_test.go:154:85: not enough arguments in call to utils.JustError
##[error]core/cmd/cosmos_keys_commands_test.go:67:63: not enough arguments in call to utils.JustError
##[error]core/cmd/cosmos_keys_commands_test.go:154:86: not enough arguments in call to utils.JustError
##[error]core/cmd/csa_keys_commands_test.go:128:82: not enough arguments in call to utils.JustError
##[error]core/cmd/solana_keys_commands_test.go:67:63: not enough arguments in call to utils.JustError
##[error]core/services/ocr2/plugins/ccip/clo_ccip_integration_test.go:61:2: declared and not used: aggSrcNatAddr (typecheck)
##[error]core/services/ocr2/plugins/ccip/clo_ccip_integration_test.go:67:2: declared and not used: aggDstLnkAddr (typecheck)
##[error]core/services/ocr2/plugins/ccip/clo_ccip_integration_test.go:81:2: declared and not used: aggDstNativeAggrAddr (typecheck)
##[error]core/services/ocr2/plugins/ccip/integration_test.go:76:5: declared and not used: aggSrcNatAddr (typecheck)
##[error]core/services/ocr2/plugins/ccip/integration_test.go:83:5: declared and not used: aggDstLnkAddr (typecheck)
##[error]core/web/resolver/query.go:507:44: not enough arguments in call to NewConfigV2Payload
**Why**: Multiple fields and methods are either missing or incorrectly referenced in the `TestApplication` and other types, leading to type-check errors.

Suggested fix: Review the TestApplication and other related types to ensure all referenced fields and methods are correctly defined and accessible. Add any missing fields or methods and correct any incorrect references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant