Skip to content

Bump common#20961

Closed
bolekk wants to merge 1 commit intodevelopfrom
bump_common_3
Closed

Bump common#20961
bolekk wants to merge 1 commit intodevelopfrom
bump_common_3

Conversation

@bolekk
Copy link
Copy Markdown
Contributor

@bolekk bolekk commented Jan 29, 2026

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

👋 bolekk, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@bolekk bolekk enabled auto-merge January 29, 2026 00:11
jmank88
jmank88 previously approved these changes Jan 29, 2026
MStreet3
MStreet3 previously approved these changes Jan 29, 2026
trunk-io[bot]

This comment was marked as outdated.

trunk-io[bot]

This comment was marked as outdated.

trunk-io[bot]

This comment was marked as outdated.

trunk-io[bot]

This comment was marked as outdated.

trunk-io[bot]

This comment was marked as outdated.

@bolekk bolekk dismissed stale reviews from MStreet3 and jmank88 via 1380a3c January 29, 2026 01:21
@cl-sonarqube-production
Copy link
Copy Markdown

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

Copy link
Copy Markdown

@trunk-io trunk-io Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Test Results: Chainlink Common Dependency Incompatibility

Affected failures:

  1. TestIntegration_OCR2_plugins/legacy (Workflow Run: Core Tests (go_core_tests_integration))
  2. TestScripts/nodes/starknet/list/list (Workflow Run: Core Tests (go_core_tests_integration))
  3. Workflow Run: Run CCIP integration In Memory Tests For PR / smoke/ccip/ccip_token_transfer_test.go:*_LOOPP
  4. Workflow Run: Run CCIP integration In Memory Tests For PR / smoke/ccip/ccip_messaging_test.go:Test_CCIPMessaging_EVM2Solana_LOOPP

What Broke

The updated github.com/smartcontractkit/chainlink-common dependency introduced breaking changes or incompatibilities across various components. These issues manifest as general dependency inconsistencies, OCR3 config digest mismatches, failures in OCR2 plugin communication, and problems with chainlink node startup and port binding, leading to connection refused errors.

Proposed Fixes

Resolve dependency inconsistencies by cleaning the Go module cache and updating modules, or revert the github.com/smartcontractkit/chainlink-common dependency to a previous working version.

go clean -modcache && go mod tidy && go mod download

In go.mod:48

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1631

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:46

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1368

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:89

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1182

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:54

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1612

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:35

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1590

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:35

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1597

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:55

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1794

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
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 xvWVQtLe to get started.

View all test uploads

Copy link
Copy Markdown

@trunk-io trunk-io Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Test Results: Unrelated Failure

Affected failures:

  1. TestShell_IndexStarkNetNodes (Workflow Run: Core Tests (go_core_tests_integration))
  2. TestIntegration_OCR2_plugins (Workflow Run: Core Tests (go_core_tests_integration))
  3. Workflow Run: Integration Tests
  4. Workflow Run: Run CCIP integration In Memory Tests For PR / smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_TON2EVM

What Broke

These failures appear to be unrelated to the changes in this PR, which primarily involve dependency updates. The root causes vary, including a lack of specific error messages in some CI logs, a regression in the github.com/smartcontractkit/chainlink-common library causing LogPoller issues, known recurring abrupt application terminations, and environmental or configuration problems such as missing TLS certificate files preventing server startup.

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 UiIlEgc3 to get started.

View all test uploads

Copy link
Copy Markdown

@trunk-io trunk-io Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Test Results: Health Check API Change

Affected tests:

  1. TestScripts/health/multi-chain-loopp (Workflow Run: Core Tests (go_core_tests_integration))

What Broke

The updated github.com/smartcontractkit/chainlink-common dependency introduced changes in the EVM relayer service's health reporting, causing the chainlink health command to produce an unexpected output.

Proposed Fixes

Update the out.txt snapshot in testdata/scripts/health/multi-chain-loopp.txtar to reflect the new health check output for the EVM relayer service, which now reports EVM.1.RelayerService as ok with detailed sub-components, instead of plugin unavailable.

In multi-chain-loopp.txtar:116

- !  EVM.1.RelayerService
- plugin unavailable
+ ok EVM.1.RelayerService
+ ok EVM.1.RelayerService.PluginRelayerClient
+ ok EVM.1.RelayerService.PluginRelayerClient.PluginEVM
+ ok EVM.1.RelayerService.PluginRelayerClient.PluginEVM.BalanceMonitor
+ ok EVM.1.RelayerService.PluginRelayerClient.PluginEVM.HeadBroadcaster
+ ok EVM.1.RelayerService.PluginRelayerClient.PluginEVM.HeadTracker
+ !  EVM.1.RelayerService.PluginRelayerClient.PluginEVM.HeadTracker.HeadListener
+ Listener connected = false, receiving heads = false
+ ok EVM.1.RelayerService.PluginRelayerClient.PluginEVM.LogBroadcaster
Autofix Options

You can apply the proposed fixes directly to your branch. Try the following:

  • Comment /trunk stack-fix Mcl4ZU1z to generate a stacked PR with the proposed fixes.
  • Use MCP in your IDE to fix the issue. Try Help me fix CI failures from Mcl4ZU1z to get started.

View all test uploads

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Jan 29, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
TestIntegration_OCR2_plugins/legacy The test failed without a specific error message, likely due to an unspecified failure during the integration process. Logs ↗︎
TestShell_IndexStarkNetNodes The test failed without a specific error message, likely due to an unspecified issue during execution. Logs ↗︎
TestIntegration_MercuryV2_Plugin/receives_at_least_one_report_per_feed_from_each_oracle_when_EAs_are_at_100%_reliability The test failed without providing specific error details, indicating an issue with receiving reports from oracles at full reliability. Logs ↗︎
TestIntegration_MercuryV2_Plugin The test failed without a specific error message, indicating an unspecified failure during the Mercury V2 Plugin integration test. Logs ↗︎

... and 3 more

View Full Report ↗︎Docs

Copy link
Copy Markdown

@trunk-io trunk-io Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Test Results: Chainlink-common Deadlock

Affected failures:

  1. Workflow Run: Run CCIP integration In Memory Tests For PR / smoke/ccip/ccip_messaging_test.go:Test_CCIPMessaging_Solana2EVM_LOOPP

What Broke

The CI failure is caused by a deadlock or long-running operation within the StopRChan.CtxCancel function of the chainlink-common library, introduced by the dependency bump in the PR.

Proposed Fixes

Revert the chainlink-common dependency to its previous version in all go.mod and go.sum files to address the deadlock issue introduced by the dependency bump.

In go.mod:50

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1630

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:46

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1369

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:89

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1183

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:54

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1613

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:35

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1591

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:35

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1598

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=

In go.mod:55

- 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f
+ 	github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8

In go.sum:1795

- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f h1:zrL+eHg5hMfBpfALwPMnuxtqHL7Yb+8NQWGeM+UrZsQ=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8 h1:kDHw2ta45azZGdfLldVloLAbo+JS3zIXXRlAIO8f1js=
- github.com/smartcontractkit/chainlink-common v0.9.6-0.20260123085718-3b253630536f/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
+ github.com/smartcontractkit/chainlink-common v0.9.6-0.20260122165924-94e0fad14fe8/go.mod h1:Eg5rz/fQINjR9H0TxHw7j+zGZeYxprUpEQZzC5JGHG4=
Autofix Options

You can apply the proposed fixes directly to your branch. Try the following:

  • Comment /trunk stack-fix XFy68gFO to generate a stacked PR with the proposed fixes.
  • Use MCP in your IDE to fix the issue. Try Help me fix CI failures from XFy68gFO to get started.

View all test uploads

Copy link
Copy Markdown

@trunk-io trunk-io Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Test Results: Log Filter Timeout

Affected failures:

  1. Workflow Run: Run CCIP integration In Memory Tests For PR / smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_EVM2TON

What Broke

The updated 'chainlink-common' dependency altered the expected behavior of log filter registration, causing the integration test to fail due to an unsatisfied condition and subsequent timeout.

Proposed Fixes

Increase the timeout for WaitForEventFilterRegistration to accommodate a behavioral change in log filter registration introduced by a dependency update.

In test_helpers_solana_v0_1_0.go:238

- 	}, 10*time.Minute, 5*time.Second)
+ 	}, 15*time.Minute, 5*time.Second)
Autofix Options

You can apply the proposed fixes directly to your branch. Try the following:

  • Comment /trunk stack-fix ztFnbmyG to generate a stacked PR with the proposed fixes.
  • Use MCP in your IDE to fix the issue. Try Help me fix CI failures from ztFnbmyG to 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.

@bolekk bolekk closed this Feb 2, 2026
auto-merge was automatically disabled February 2, 2026 16:22

Pull request was closed

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.

3 participants