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

Update detect-lock and detect-unlock #15184

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

vreff
Copy link
Contributor

@vreff vreff commented Nov 11, 2024

No description provided.

@vreff vreff requested review from a team as code owners November 11, 2024 15:21
@vreff vreff requested review from ilija42 and removed request for a team November 11, 2024 15:21
Copy link
Contributor

github-actions bot commented Nov 11, 2024

AER Report: Operator UI CI

aer_workflow , commit , Breaking Changes GQL Check

1. Workflow failed to complete successfully:[Breaking Changes GQL Check]

Source of Error:
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-11T15:23:06.1621834Z Checking conclusion [failure]
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-11T15:23:06.1622665Z Checking status [completed]
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-11T15:23:06.1625332Z Conclusion is not success, it's [failure].
Run convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be	2024-11-11T15:23:06.1689028Z Propagating failure to upstream job

Why: The triggered workflow did not complete successfully, resulting in a failure status. This failure was then propagated back to the upstream job, causing the entire run to fail.

Suggested fix: Investigate the logs of the triggered workflow (https://github.com/smartcontractkit/operator-ui/actions/runs/11781361616) to identify the specific cause of the failure and address it.

AER Report: CI Core

aer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Find New Flaky Tests In Root Project / Find Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Find New Flaky Tests In Deployment Project , Find New Flaky Tests In Root Project / Run Tests , Find New Flaky Tests In Root Project / Report , SonarQube Scan , Flakey Test Detection

1. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/logger:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1945235Z ##[error]environment.go:25:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/logger (imported by github.com/smartcontractkit/chainlink/deployment); to add:
Run tests	2024-11-11T15:24:13.1955091Z 	go get github.com/smartcontractkit/chainlink/deployment
**Why**: The error indicates that the `go.sum` file is missing an entry for the specified module, which is required by the `environment.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/deployment to add the missing entry to the go.sum file.

2. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/services:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1958127Z ##[error]../core/utils/thread_control.go:7:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/services (imported by github.com/smartcontractkit/chainlink/v2/core/services/p2p/types); to add:
Run tests	2024-11-11T15:24:13.1962151Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/p2p/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `thread_control.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/services/p2p/[email protected] to add the missing entry to the go.sum file.

3. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/config:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1965558Z ##[error]../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pluginconfig/commit.go:14:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/config (imported by github.com/smartcontractkit/chainlink/deployment/ccip); to add:
Run tests	2024-11-11T15:24:13.1967959Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `commit.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/deployment/ccip to add the missing entry to the go.sum file.

4. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/merklemulti:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1971092Z ##[error]../../../../go/pkg/mod/github.com/smartcontractkit/[email protected]/pluginconfig/commit.go:12:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/merklemulti (imported by github.com/smartcontractkit/chainlink/deployment/ccip); to add:
Run tests	2024-11-11T15:24:13.1973946Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `commit.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/deployment/ccip to add the missing entry to the go.sum file.

5. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/big_math:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1976793Z ##[error]../core/chains/evm/utils/big/big.go:11:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/big_math (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/assets); to add:
Run tests	2024-11-11T15:24:13.1979404Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `big.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected] to add the missing entry to the go.sum file.

6. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/bytes:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1982533Z ##[error]../core/chains/evm/utils/big/big.go:14:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/bytes (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/assets); to add:
Run tests	2024-11-11T15:24:13.1985506Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `big.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected] to add the missing entry to the go.sum file.

7. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/hex:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1988899Z ##[error]../core/chains/evm/utils/big/big.go:12:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/hex (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/utils); to add:
Run tests	2024-11-11T15:24:13.1992502Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `big.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected] to add the missing entry to the go.sum file.

8. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/assets:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.1996013Z ##[error]../core/services/job/models.go:20:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/assets (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/assets); to add:
Run tests	2024-11-11T15:24:13.1998852Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `models.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected] to add the missing entry to the go.sum file.

9. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/sqlutil:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.2002028Z ##[error]../core/services/job/kv_orm.go:10:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/sqlutil (imported by github.com/smartcontractkit/chainlink/v2/core/chains/legacyevm); to add:
Run tests	2024-11-11T15:24:13.2004545Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `kv_orm.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected] to add the missing entry to the go.sum file.

10. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/types:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.2007341Z ##[error]../core/services/job/models.go:21:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/types (imported by github.com/smartcontractkit/chainlink/v2/core/services/relay); to add:
Run tests	2024-11-11T15:24:13.2009822Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `models.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected] to add the missing entry to the go.sum file.

11. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.2012659Z ##[error]../core/services/job/spawner.go:14:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils (imported by github.com/smartcontractkit/chainlink/v2/core/services/chainlink); to add:
Run tests	2024-11-11T15:24:13.2015205Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `spawner.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected] to add the missing entry to the go.sum file.

12. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/workflows:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.2018008Z ##[error]../core/services/job/yaml_spec_factory.go:8:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/workflows (imported by github.com/smartcontractkit/chainlink/v2/core/services/job); to add:
Run tests	2024-11-11T15:24:13.2020894Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `yaml_spec_factory.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected] to add the missing entry to the go.sum file.

13. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/workflows/sdk:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.2023956Z ##[error]../core/services/job/models.go:18:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/workflows/sdk (imported by github.com/smartcontractkit/chainlink/v2/core/services/job); to add:
Run tests	2024-11-11T15:24:13.2026521Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `models.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected] to add the missing entry to the go.sum file.

14. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/workflows/wasm/host:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.2029392Z ##[error]../core/services/job/wasm_file_spec_factory.go:15:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/workflows/wasm/host (imported by github.com/smartcontractkit/chainlink/v2/core/services/job); to add:
Run tests	2024-11-11T15:24:13.2032295Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
**Why**: The `go.sum` file is missing an entry for the specified module, which is required by the `wasm_file_spec_factory.go` file.

Suggested fix: Run go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected] to add the missing entry to the go.sum file.

15. Missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/loop:[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-11T15:24:13.2035248Z ##[error]../core/services/keystore/aptos.go:9:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/loop (imported by github.com/smartcontractkit
</cicore>

@vreff vreff merged commit c170543 into demo-working-changes Nov 11, 2024
77 of 85 checks passed
@vreff vreff deleted the update-detects branch November 11, 2024 17:09
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.

2 participants