Conversation
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
|
Hi team, I'll work on the Engine Feature Flags. I have experience with configuration management and feature flags in production systems. Let me know! |
There was a problem hiding this comment.
🔴 Test Results: Dependency Concurrency Issue
Affected failures:
What Broke
The updated chainlink-common dependency, combined with the new feature flag and limiter logic, introduced a race condition leading to concurrent map writes in the chainlink-aptos module.
Proposed Fixes
Revert the chainlink-common dependency to its previous version to resolve the incompatibility that introduced a race condition in chainlink-aptos.
In go.mod:49
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443In go.sum:1610
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144 h1:XKvx3xnke2K7/5z6rM/r5k8kE1hWriDm8V/f2TKC/b4=
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443 h1:13rc5e14/qLMzj6ib0FZkbggXUCL4fgAZ0f/RZAkzvg=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=In go.mod:46
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443In go.sum:1373
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144 h1:XKvx3xnke2K7/5z6rM/r5k8kE1hWriDm8V/f2TKC/b4=
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443 h1:13rc5e14/qLMzj6ib0FZkbggXUCL4fgAZ0f/RZAkzvg=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=In go.mod:87
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443In go.sum:1183
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144 h1:XKvx3xnke2K7/5z6rM/r5k8kE1hWriDm8V/f2TKC/b4=
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443 h1:13rc5e14/qLMzj6ib0FZkbggXUCL4fgAZ0f/RZAkzvg=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=In go.mod:53
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443In go.sum:1617
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144 h1:XKvx3xnke2K7/5z6rM/r5k8kE1hWriDm8V/f2TKC/b4=
- github.com/smartcontractkit/chainlink-common v0.10.1-0.20260302172713-40eba758f144/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443 h1:13rc5e14/qLMzj6ib0FZkbggXUCL4fgAZ0f/RZAkzvg=
+ github.com/smartcontractkit/chainlink-common v0.10.1-0.20260227202051-0f1cea05d443/go.mod h1:0ghbAr7tRO0tT5ZqBXhOyzgUO37tNNe33Yn0hskauVM=Autofix Options
You can apply the proposed fixes directly to your branch. Try the following:
- Comment
/trunk stack-fix GeUjHl2zto generate a stacked PR with the proposed fixes. - Use MCP in your IDE to fix the issue. Try
Help me fix CI failures from GeUjHl2zto get started.
|
There was a problem hiding this comment.
🔴 Test Results: Unrelated Failure
Affected failures:
- Workflow Run: Run CCIP integration In Memory Tests For PR / smoke/ccip/ccip_messaging_test.go:Test_CCIPMessaging_Solana2EVM_LOOPP
What Broke
This failure appears to be unrelated to the changes in this PR. The root cause of the CI failure is an incompatible change introduced by the github.com/smartcontractkit/chainlink-common dependency update, which affects the generation or verification of CCIP commit reports. The CI failure is a timeout in a CCIP messaging integration test, specifically while waiting for a commit report. The PR updates the github.com/smartcontractkit/chainlink-common dependency, which is a core library for CCIP components, and changes within this dependency are the most probable cause for the altered behavior of commit report generation or verification.
Autofix Options
You can use our MCP server to get AI assistance with debugging and fixing these failures.
- Use MCP in your IDE to debug the issue. Try
Help me fix CI failures from sKGxeEtito get started.
Tip
Get Better Results: This CI job is not uploading test reports. Adding structured test reports enables more precise, test-level analysis with better root cause identification and more targeted fix recommendations.
👉🏻 Learn how to upload test results.




No description provided.