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

swift demo chnages #15498

Open
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 3, 2024
@jinhoonbang jinhoonbang requested review from a team as code owners December 3, 2024 22:47
@jinhoonbang jinhoonbang requested review from jmank88 and removed request for a team and jmank88 December 3, 2024 22:47
Copy link
Contributor

github-actions bot commented Dec 3, 2024

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.

@jinhoonbang jinhoonbang force-pushed the demo-working-changes-test branch from f0ce1fb to b8352b8 Compare December 3, 2024 23:00
Copy link
Contributor

github-actions bot commented Dec 3, 2024

AER Report: CI Core

aer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , 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 Tests To Run , Find New Flaky Tests In Root Project / Run Tests , Find New Flaky Tests In Root Project / Report , Find New Flaky Tests In Deployment Project / Run Tests , Find New Flaky Tests In Deployment 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-18T18:34:55.0845885Z Failed tests and panics: ---------------------
Run tests	2024-12-18T18:34:55.0846499Z 
Run tests	2024-12-18T18:34:55.7167060Z ##[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-18T18:34:55.7174401Z 	go get github.com/smartcontractkit/chainlink/deployment
Run tests	2024-12-18T18:34:55.7176693Z ##[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-18T18:34:55.7178699Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/p2p/[email protected]
Run tests	2024-12-18T18:34:55.7181222Z ##[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-18T18:34:55.7183124Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-18T18:34:55.7185422Z ##[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-18T18:34:55.7187759Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-18T18:34:55.7189968Z ##[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-18T18:34:55.7191702Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-18T18:34:55.7193713Z ##[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-18T18:34:55.7195331Z 	go get github.com/smartcontractkit/chainlink/deployment/ccip
Run tests	2024-12-18T18:34:55.7197289Z ##[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-18T18:34:55.7199257Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-18T18:34:55.7201731Z ##[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-18T18:34:55.7203656Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-18T18:34:55.7205860Z ##[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-18T18:34:55.7207791Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-18T18:34:55.7209787Z ##[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-18T18:34:55.7211752Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-18T18:34:55.7213871Z ##[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-18T18:34:55.7215854Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected]
Run tests	2024-12-18T18:34:55.7217849Z ##[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-18T18:34:55.7219743Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-18T18:34:55.7221865Z ##[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-18T18:34:55.7223736Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-18T18:34:55.7225814Z ##[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-18T18:34:55.7227754Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-18T18:34:55.7230408Z ##[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-18T18:34:55.7232311Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-18T18:34:55.7234492Z ##[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-18T18:34:55.7236463Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-18T18:34:55.7238603Z ##[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-18T18:34:55.7240422Z 	go get github.com/smartcontractkit/chainlink/deployment/environment/memory
Run tests	2024-12-18T18:34:55.7242861Z ##[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-18T18:34:55.7244862Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-18T18:34:55.7247032Z ##[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-18T18:34:55.7249087Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/[email protected]
Run tests	2024-12-18T18:34:55.7251248Z ##[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-18T18:34:55.7253167Z 	go get github.com/smartcontractkit/chainlink/v2/common/txmgr/[email protected]
Run tests	2024-12-18T18:34:55.7255192Z ##[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-18T18:34:55.7257078Z 	go get github.com/smartcontractkit/chainlink/v2/common/[email protected]
Run tests	2024-12-18T18:34:55.7259281Z ##[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-18T18:34:55.7261092Z 	go get github.com/smartcontractkit/chainlink/deployment/environment/memory
Run tests	2024-12-18T18:34:55.7263124Z ##[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-18T18:34:55.7265156Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-18T18:34:55.7267356Z ##[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-18T18:34:55.7269509Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/relay/[email protected]
Run tests	2024-12-18T18:34:55.7272150Z ##[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-18T18:34:55.7274229Z 	go get github.com/smartcontractkit/chainlink/v2/core/services/relay/[email protected]
Run tests	2024-12-18T18:34:55.7276405Z ##[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-18T18:34:55.7278313Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/evm/[email protected]
Run tests	2024-12-18T18:34:55.7280474Z ##[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-18T18:34:55.7282395Z 	go get github.com/smartcontractkit/chainlink/v2/core/chains/[email protected]
Run tests	2024-12-18T18:34:55.7284611Z ##[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-18T18:34:55.7286556Z 	go get github.com/smartcontractkit/chainlink/v2/core/[email protected]
Run tests	2024-12-18T18:34:55.7288828Z ##[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);
</cicore>
  
    





<operatoruici>

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

[aer_workflow](https://github.com/smartcontractkit/chainlink/actions/runs/12399122020/job/34613361003) , [commit](https://github.com/smartcontractkit/chainlink/commit/e0e571abcd7926e31604d1c0c6213ceb70374bb7)

</operatoruici>

@jinhoonbang jinhoonbang force-pushed the demo-working-changes-test branch 5 times, most recently from 918fa9b to ee8c49e Compare December 11, 2024 23:01
@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
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