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 CI Action to build Solana contracts #15886

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

jlaveracll
Copy link
Contributor

Requires

Supports

@jlaveracll jlaveracll requested review from a team as code owners January 9, 2025 19:36
Copy link
Contributor

github-actions bot commented Jan 9, 2025

AER Report: CI Core

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

1. Dockerfile not found error: [go_core_race_tests]

Source of Error:
Build Solana artifacts	2025-01-09T21:12:42.4839599Z ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Build Solana artifacts	2025-01-09T21:12:42.4900253Z ##[error]Process completed with exit code 1.

Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory.

Suggested fix: Ensure that the Dockerfile is present in the expected directory (contracts) and that the path is correctly specified in the build command.

2. Dockerfile not found error: [go_core_tests_integration]

Source of Error:
Build Solana artifacts	2025-01-09T21:13:31.0534352Z ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Build Solana artifacts	2025-01-09T21:13:31.0589841Z ##[error]Process completed with exit code 1.

Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory.

Suggested fix: Ensure that the Dockerfile is present in the expected directory (contracts) and that the path is correctly specified in the build command.

3. Dockerfile not found error: [go_core_ccip_deployment_tests]

Source of Error:
Build Solana artifacts	2025-01-09T21:14:11.9287356Z ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Build Solana artifacts	2025-01-09T21:14:11.9341293Z ##[error]Process completed with exit code 1.

Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory.

Suggested fix: Ensure that the Dockerfile is present in the expected directory (contracts) and that the path is correctly specified in the build command.

4. Dockerfile not found error: [go_core_fuzz]

Source of Error:
Build Solana artifacts	2025-01-09T21:13:20.0032577Z ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Build Solana artifacts	2025-01-09T21:13:20.0077949Z ##[error]Process completed with exit code 1.

Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory.

Suggested fix: Ensure that the Dockerfile is present in the expected directory (contracts) and that the path is correctly specified in the build command.

5. Dockerfile not found error: [go_core_tests]

Source of Error:
Build Solana artifacts	2025-01-09T21:14:23.2396276Z ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Build Solana artifacts	2025-01-09T21:14:23.2447555Z ##[error]Process completed with exit code 1.

Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory.

Suggested fix: Ensure that the Dockerfile is present in the expected directory (contracts) and that the path is correctly specified in the build command.

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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