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

solana save existing changeset #15898

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

tt-cll
Copy link
Contributor

@tt-cll tt-cll commented Jan 12, 2025

Copy link
Contributor

AER Report: CI Core

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

1. Test failures caused the run to fail: [go_core_ccip_deployment_tests]

Source of Error:
Run tests	2025-01-12T22:41:56.3943093Z FAIL	github.com/smartcontractkit/chainlink/deployment/ccip/changeset	600.586s
Run tests	2025-01-12T22:41:56.3949746Z FAIL
Run tests	2025-01-12T22:41:56.3950585Z Encountered test failures.
Run tests	2025-01-12T22:41:56.3950776Z go_core_ccip_deployment_tests exiting with code 1
Run tests	2025-01-12T22:41:56.3960416Z ##[error]Process completed with exit code 1.

Why: The test suite github.com/smartcontractkit/chainlink/deployment/ccip/changeset failed, causing the overall test run to fail. The specific tests within this suite did not pass, leading to an exit code of 1.

Suggested fix: Investigate the specific tests within the ccip/changeset package to identify why they are failing. Review the test logs for detailed error messages and stack traces, and address the underlying issues in the code or test setup.

2. Go module tidy and generate failed: [make generate]

Source of Error:
make generate	2025-01-12T22:35:40.6048330Z 	go: updates to go.mod needed; to update it:
make generate	2025-01-12T22:35:40.6048584Z 		go mod tidy
make generate	2025-01-12T22:35:40.6048772Z 	error: exit status 1
make generate	2025-01-12T22:35:40.6049037Z 	error: integration-tests error: exit status 1
make generate	2025-01-12T22:35:40.6064558Z ##[error]Process completed with exit code 2.

Why: The make generate command failed because the Go modules were not tidy. The go mod tidy command needs to be run to update the go.mod file.

Suggested fix: Run go mod tidy to clean up the go.mod file and ensure all dependencies are correctly listed. Then, re-run the make generate command to verify that the issue is resolved.

@tt-cll tt-cll marked this pull request as ready for review January 14, 2025 09:43
@tt-cll tt-cll requested review from a team as code owners January 14, 2025 09:43
@tt-cll tt-cll merged commit 429f87f into solana-home-chain-update Jan 14, 2025
109 of 183 checks passed
@tt-cll tt-cll deleted the tt/saveExisting branch January 14, 2025 16:51
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