-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 helper to build solana programs #15819
base: yn-solana
Are you sure you want to change the base?
Conversation
tt-cll
commented
Dec 30, 2024
AER Report: CI Coreaer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , Flakeguard Root Project / Get Tests To Run , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , GolangCI Lint (.) , GolangCI Lint (deployment) , test-scripts , Flakeguard Deployment Project / Get Tests To Run , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakeguard Deployment Project / Run Tests , Flakeguard Deployment Project / Report , lint , SonarQube Scan , Flakey Test Detection 1. Not enough arguments in call to deployment.NewEnvironment:[Golang Lint (deployment)]Source of Error:deployment/environment/crib/ccip_deployer.go:1: : # github.com/smartcontractkit/chainlink/deployment/environment/crib [github.com/smartcontractkit/chainlink/deployment/environment/crib.test]
environment/crib/types.go:37:59: not enough arguments in call to deployment.NewEnvironment
have (string, "github.com/smartcontractkit/chainlink-common/pkg/logger".Logger, "github.com/smartcontractkit/chainlink/deployment".AddressBook, map[uint64]"github.com/smartcontractkit/chainlink/deployment".Chain, []string, nil, func() "context".Context, "github.com/smartcontractkit/chainlink/deployment".OCRSecrets)
want (string, "github.com/smartcontractkit/chainlink-common/pkg/logger".Logger, "github.com/smartcontractkit/chainlink/deployment".AddressBook, map[uint64]"github.com/smartcontractkit/chainlink/deployment".Chain, map[uint64]"github.com/smartcontractkit/chainlink/deployment".SolChain, []string, "github.com/smartcontractkit/chainlink/deployment".OffchainClient, func() "context".Context, "github.com/smartcontractkit/chainlink/deployment".OCRSecrets) (typecheck) Suggested fix: Update the call to 2. API server not ready yet:[Run tests]Source of Error:environment.go:198: API server not ready yet (attempt 1)
environment.go:198: API server not ready yet (attempt 2)
environment.go:198: API server not ready yet (attempt 3)
environment.go:198: API server not ready yet (attempt 4)
environment.go:198: API server not ready yet (attempt 5)
environment.go:198: API server not ready yet (attempt 6)
environment.go:198: solana-test-validator is ready at http://127.0.0.1:8899 Suggested fix: Investigate the startup process of the Solana test validator to ensure it initializes promptly. Consider adding more robust health checks or increasing the timeout duration. 3. Unable to bind faucet to address:[Run tests]Source of Error:stdout: Error: failed to start faucet: Unable to bind faucet to 0.0.0.0:8877, check the address is not already in use: Address already in use (os error 98) Suggested fix: Ensure that the port 4. "exit status 1" does not contain "signal: killed":[Run tests]Source of Error:assertions.go:229:
Error Trace: chain.go:125
testing.go:1176
testing.go:1354
testing.go:1684
Error: "exit status 1" does not contain "signal: killed"
Messages: exit status 1 Suggested fix: Update the test assertions to match the actual error message or investigate why the expected "signal: killed" message is not being generated. 5. Updates to go.mod needed; to update it:[Clean Go Tidy & Generate]Source of Error:go: updates to go.mod needed; to update it:
go mod tidy
error: exit status 1 Suggested fix: Run AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |