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

Add delve to the plugins Dockerfile #15660

Draft
wants to merge 2 commits into
base: demo-working-changes-test
Choose a base branch
from

Conversation

ferglor
Copy link
Collaborator

@ferglor ferglor commented Dec 12, 2024

No description provided.

Copy link
Contributor

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 , Flakey Test Detection , SonarQube Scan

1. Missing go.sum entry for module providing package:

[go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-12-12T14:13:06.1659657Z ##[error]environment.go:21: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-12-12T14:13:06.1666583Z 	go get github.com/smartcontractkit/chainlink/deployment
Run tests	2024-12-12T14:13:06.1668887Z ##[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-12-12T14:13:06.1670806Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/p2p/[email protected]
Run tests	2024-12-12T14:13:06.1673441Z ##[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-12-12T14:13:06.1675446Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-12T14:13:06.1677662Z ##[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-12-12T14:13:06.1679649Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-12T14:13:06.1681990Z ##[error]ccip/test_helpers.go:19:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils (imported by github.com/smartcontractkit/chainlink/deployment/ccip); to add:
Run tests	2024-12-12T14:13:06.1683535Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-12T14:13:06.1685556Z ##[error]ccip/test_assertions.go:17:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/tests (imported by github.com/smartcontractkit/chainlink/deployment/ccip); to add:
Run tests	2024-12-12T14:13:06.1687261Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-12T14:13:06.1689630Z ##[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-12-12T14:13:06.1691583Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-12T14:13:06.1694110Z ##[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-12-12T14:13:06.1696084Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-12T14:13:06.1698179Z ##[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-12-12T14:13:06.1700106Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-12T14:13:06.1702211Z ##[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-12-12T14:13:06.1704126Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-12T14:13:06.1706222Z ##[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-12-12T14:13:06.1708114Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected]
Run tests	2024-12-12T14:13:06.1710179Z ##[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-12-12T14:13:06.1711981Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-12T14:13:06.1714155Z ##[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-12-12T14:13:06.1716043Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-12T14:13:06.1718139Z ##[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-12-12T14:13:06.1719983Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-12T14:13:06.1722221Z ##[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-12-12T14:13:06.1724388Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-12T14:13:06.1726424Z ##[error]../core/services/keystore/beholder.go:6:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/beholder (imported by github.com/smartcontractkit/chainlink/v2/core/services/keystore); to add:
Run tests	2024-12-12T14:13:06.1728804Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-12T14:13:06.1731012Z ##[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/chainlink/deployment/environment/memory); to add:
Run tests	2024-12-12T14:13:06.1732845Z 	go get github.com/smartcontractkit/chainlink/deployment/environment/memory
Run tests	2024-12-12T14:13:06.1735150Z ##[error]../core/services/keystore/starknet.go:13:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/loop/adapters/starknet (imported by github.com/smartcontractkit/chainlink/v2/core/services/keystore); to add:
Run tests	2024-12-12T14:13:06.1737235Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-12T14:13:06.1739499Z ##[error]../core/services/pipeline/common.go:21:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/jsonserializable (imported by github.com/smartcontractkit/chainlink/v2/core/services/chainlink); to add:
Run tests	2024-12-12T14:13:06.1741495Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-12T14:13:06.1743643Z ##[error]../core/services/pipeline/task.eth_tx.go:17:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/null (imported by github.com/smartcontractkit/chainlink/v2/common/txmgr/types); to add:
Run tests	2024-12-12T14:13:06.1745573Z 	go get github.com/smartcontractkit/chainlink/v2/common/txmgr/[email protected]
Run tests	2024-12-12T14:13:06.1747732Z ##[error]../common/txmgr/broadcaster.go:17:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/chains/label (imported by github.com/smartcontractkit/chainlink/v2/common/txmgr); to add:
Run tests	2024-12-12T14:13:06.1749514Z 	go get github.com/smartcontractkit/chainlink/v2/common/[email protected]
Run tests	2024-12-12T14:13:06.1751740Z ##[error]../common/txmgr/confirmer.go:23:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/mailbox (imported by github.com/smartcontractkit/chainlink/deployment/environment/memory); to add:
Run tests	2024-12-12T14:13:06.1753592Z 	go get github.com/smartcontractkit/chainlink/deployment/environment/memory
Run tests	2024-12-12T14:13:06.1755673Z ##[error]../core/chains/evm/logpoller/log_poller.go:28:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/timeutil (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/logpoller); to add:
Run tests	2024-12-12T14:13:06.1757612Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-12T14:13:06.1759858Z ##[error]../core/chains/evm/logpoller/disabled.go:10:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/types/query (imported by github.com/smartcontractkit/chainlink/v2/core/services/relay/evm); to add:
Run tests	2024-12-12T14:13:06.1761852Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/relay/[email protected]
Run tests	2024-12-12T14:13:06.1764065Z ##[error]../core/chains/evm/logpoller/parser.go:15:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/types/query/primitives (imported by github.com/smartcontractkit/chainlink/v2/core/services/relay/evm); to add:
Run tests	2024-12-12T14:13:06.1766425Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/relay/[email protected]
Run tests	2024-12-12T14:13:06.1768853Z ##[error]../core/chains/evm/logpoller/log_poller.go:30:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/utils/mathutil (imported by github.com/smartcontractkit/chainlink/v2/core/chains/evm/gas); to add:
Run tests	2024-12-12T14:13:06.1770840Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-12T14:13:06.1772872Z ##[error]../core/chains/legacyevm/chain.go:15:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/chains (imported by github.com/smartcontractkit/chainlink/v2/core/chains/legacyevm); to add:
Run tests	2024-12-12T14:13:06.1774868Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected]
Run tests	2024-12-12T14:13:06.1777203Z ##[error]../core/capabilities/launcher.go:16:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/capabilities (imported by github.com/smartcontractkit/chainlink/v2/core/capabilities); to add:
Run tests	2024-12-12T14:13:06.1779099Z 	go get github.com/smartcontractkit/chainlink/v2/core/[email protected]
Run tests	2024-12-12T14:13:06.1781349Z ##[error]../core/capabilities/encoder_factory.go:6:2: missing go.sum entry for module providing package github.com/smartcontractkit/chainlink-common/pkg/capabilities/consensus/ocr3 (imported by github.com/smartcontractkit/chainlink/v2/core/capabilities); to add:
Run tests	2024-12-12T14:13:06.1783348Z 	go get github.com/smartcontractkit/chainlink/v2/core/[email protected]
</cicore>

@jinhoonbang jinhoonbang force-pushed the demo-working-changes-test branch from ee8c49e to e0e571a Compare December 18, 2024 18:29
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