-
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
Cappl 3 ph #15125
base: develop
Are you sure you want to change the base?
Cappl 3 ph #15125
Conversation
Comment to build plugins Updated Use goreleaser for compute WASM artifacts
* Prep @chainlink/contracts v1.3.0 release * Update contracts release date for v1.3.0
* adds OZ AccessControl support to the registry module * [Bot] Update changeset file with jira issues * fix snap * update version --------- Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
Static analysis results are availableHey @cedric-cordenier, you can view Slither reports in the job summary here or download them as artifact here. |
AER Report: CI Coreaer_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) , Find New Flaky Tests In Deployment Project , Core Tests (go_core_fuzz) , Find New Flaky Tests In Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/workflows/store) , Find New Flaky Tests In Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/standardcapabilities) , Find New Flaky Tests In Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/workflows) , Flakey Test Detection , SonarQube Scan , Find New Flaky Tests In Root Project / Report 1. Race condition detected in tests:[go_core_race_tests]Source of Error:Run tests 2024-11-07T17:03:03.4906307Z + echo 'Race(s) detected'
Run tests 2024-11-07T17:03:03.4906884Z Race(s) detected
Run tests 2024-11-07T17:03:03.4907538Z + exit 1
Run tests 2024-11-07T17:03:03.4925478Z ##[error]Process completed with exit code 1. Suggested fix: Use synchronization mechanisms like mutexes or channels to ensure that shared data is accessed in a thread-safe manner. 2. Foreign key constraint violation:[github.com/smartcontractkit/chainlink/v2/core/services/workflows/store]Source of Error:Run tests with flakeguard 2024-11-07T16:58:33.3596355Z could not insert workflow execution 6ac237bf6b80d4236ea8829fc919694b4a7dea0a359c3a8c1102fd2441c4932b: ERROR: insert or update on table "workflow_executions" violates foreign key constraint "workflow_executions_workflow_id_fkey" (SQLSTATE 23503)
Run tests with flakeguard 2024-11-07T16:58:33.3598820Z Test: Test_StoreDB_GetUnfinishedSteps
Run tests with flakeguard 2024-11-07T16:58:33.3599828Z --- FAIL: Test_StoreDB_GetUnfinishedSteps (0.01s)
Run tests with flakeguard 2024-11-07T16:58:33.3600342Z
Run tests with flakeguard 2024-11-07T16:58:33.3600672Z Summary: 6 passed, 0 skipped, 1 failed
Run tests with flakeguard 2024-11-07T16:58:33.3601532Z All test results saved to test-result.json
Run tests with flakeguard 2024-11-07T16:58:33.3620198Z ##[error]Process completed with exit code 1. Suggested fix: Ensure that the referenced 3. Linting errors:[golangci-lint]Source of Error:Golang Lint 2024-11-07T17:00:34.8112214Z core/services/standardcapabilities/standard_capabilities_test.go:7: File is not `goimports`-ed with -local github.com/smartcontractkit/chainlink (goimports)
Golang Lint 2024-11-07T17:00:34.8179154Z ##[error]core/services/workflows/syncer/workflow_registry.go:36:2: field `wg` is unused (unused)
Golang Lint 2024-11-07T17:00:34.8180360Z wg sync.WaitGroup
Golang Lint 2024-11-07T17:00:34.8180848Z ^
Golang Lint 2024-11-07T17:00:34.8182633Z ##[error]core/services/standardcapabilities/standard_capabilities_test.go:48:1: unnecessary trailing newline (whitespace)
Golang Lint 2024-11-07T17:00:34.8183720Z
Golang Lint 2024-11-07T17:00:34.8183878Z ^
Golang Lint 2024-11-07T17:00:34.8186907Z ##[error]core/services/workflows/syncer/workflow_registry.go:95:18: printf: (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Errorf call has arguments but no formatting directives (govet)
Golang Lint 2024-11-07T17:00:34.8188939Z w.Logger.Errorf("failed to get workflow spec", err)
Golang Lint 2024-11-07T17:00:34.8189728Z ^
Golang Lint 2024-11-07T17:00:34.8192834Z ##[error]core/services/workflows/syncer/workflow_registry.go:113:3: printf: (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Errorf does not support error-wrapping directive %w (govet)
Golang Lint 2024-11-07T17:00:34.8194827Z w.Logger.Errorf("failed to create engine: %w", err)
Golang Lint 2024-11-07T17:00:34.8195664Z ^
Golang Lint 2024-11-07T17:00:34.8198600Z ##[error]core/services/workflows/syncer/workflow_registry.go:118:3: printf: (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Errorf does not support error-wrapping directive %w (govet)
Golang Lint 2024-11-07T17:00:34.8201398Z w.Logger.Errorf("failed to start hardcoded workflow: %w", err)
Golang Lint 2024-11-07T17:00:34.8202446Z ^
Golang Lint 2024-11-07T17:00:34.8205640Z ##[error]core/services/workflows/syncer/workflow_registry.go:129:4: printf: (github.com/smartcontractkit/chainlink/v2/core/logger.Logger).Errorf does not support error-wrapping directive %w (govet)
Golang Lint 2024-11-07T17:00:34.8207763Z w.Logger.Errorf("could not close hardcoded engine: %w", err)
Golang Lint 2024-11-07T17:00:34.8208494Z ^ Suggested fix:
AER Report: Operator UI CI ran successfully ✅ |
a316f57
to
0d7ff26
Compare
6c60e67
to
c8d7b2f
Compare
c03bf75
to
444ffa0
Compare
afd9d00
to
6eba838
Compare
6eba838
to
a98566c
Compare
Flaky Test Detector for
|
2744b82
to
cd8c663
Compare
cd8c663
to
a69ca05
Compare
Flaky Test Detector for
|
Flaky Test Detector for
|
Requires
Supports