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

changes for swift demo #15724

Draft
wants to merge 1 commit into
base: demo-working-changes
Choose a base branch
from

Conversation

jinhoonbang
Copy link
Contributor

Requires

Supports

@jinhoonbang jinhoonbang added do not merge build-publish Build and Publish image to SDLC labels Dec 16, 2024
Copy link
Contributor

github-actions bot commented Dec 16, 2024

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-17T01:00:57.2303828Z ##[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-17T01:00:57.2311267Z 	go get github.com/smartcontractkit/chainlink/deployment
Run tests	2024-12-17T01:00:57.2313790Z ##[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-17T01:00:57.2316168Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/p2p/[email protected]
Run tests	2024-12-17T01:00:57.2318530Z ##[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-17T01:00:57.2320452Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-17T01:00:57.2322674Z ##[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-17T01:00:57.2324545Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-17T01:00:57.2326454Z ##[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-17T01:00:57.2328037Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-17T01:00:57.2329974Z ##[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-17T01:00:57.2331620Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-17T01:00:57.2333665Z ##[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-17T01:00:57.2335541Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-17T01:00:57.2337962Z ##[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-17T01:00:57.2339900Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-17T01:00:57.2342131Z ##[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-17T01:00:57.2344044Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-17T01:00:57.2346046Z ##[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-17T01:00:57.2348340Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-17T01:00:57.2350749Z ##[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-17T01:00:57.2352542Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected]
Run tests	2024-12-17T01:00:57.2354653Z ##[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-17T01:00:57.2356801Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-17T01:00:57.2359348Z ##[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-17T01:00:57.2361511Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-17T01:00:57.2364080Z ##[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-17T01:00:57.2366353Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-17T01:00:57.2368925Z ##[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-17T01:00:57.2371206Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-17T01:00:57.2373754Z ##[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-17T01:00:57.2375671Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-17T01:00:57.2377863Z ##[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-17T01:00:57.2379658Z 	go get github.com/smartcontractkit/chainlink/deployment/environment/memory
Run tests	2024-12-17T01:00:57.2382042Z ##[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-17T01:00:57.2384064Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-17T01:00:57.2386221Z ##[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-17T01:00:57.2388192Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-17T01:00:57.2390773Z ##[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-17T01:00:57.2392650Z 	go get github.com/smartcontractkit/chainlink/v2/common/txmgr/[email protected]
Run tests	2024-12-17T01:00:57.2394765Z ##[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-17T01:00:57.2396814Z 	go get github.com/smartcontractkit/chainlink/v2/common/[email protected]
Run tests	2024-12-17T01:00:57.2398977Z ##[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-17T01:00:57.2401042Z 	go get github.com/smartcontractkit/chainlink/deployment/environment/memory
Run tests	2024-12-17T01:00:57.2403134Z ##[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-17T01:00:57.2405078Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-17T01:00:57.2407191Z ##[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-17T01:00:57.2409133Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/relay/[email protected]
Run tests	2024-12-17T01:00:57.2411491Z ##[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-17T01:00:57.2413526Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/relay/[email protected]
Run tests	2024-12-17T01:00:57.2415672Z ##[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-17T01:00:57.2417706Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-17T01:00:57.2419991Z ##[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-17T01:00:57.2421908Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected]
Run tests	2024-12-17T01:00:57.2424269Z ##[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-17T01:00:57.2426155Z 	go get github.com/smartcontractkit/chainlink/v2/core/[email protected]
Run tests	2024-12-17T01:00:57.2428437Z ##[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-17T01:00:57.2430712Z 	go get github.com/smartcontractkit/chainlink/v2/core/[email protected]
</cicore>
  
    
<operatoruici>

## AER Report: [Operator UI CI](https://github.com/smartcontractkit/chainlink/actions/runs/12364200444) ran successfully :white_check_mark:

[aer_workflow](https://github.com/smartcontractkit/chainlink/actions/runs/12364214976/job/34507032803) , [commit](https://github.com/smartcontractkit/chainlink/commit/6657e8636f1cd8c11be8086a8a2957669e75200c)

</operatoruici>

@jinhoonbang jinhoonbang force-pushed the demo-working-changes-base branch from ca77360 to 6657e86 Compare December 17, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-publish Build and Publish image to SDLC do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant