Skip to content

Upgrade trunk to 1.22.16-beta.4 #985

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

trunk-open-pr-bot[bot]
Copy link
Contributor

@trunk-open-pr-bot trunk-open-pr-bot bot commented Feb 26, 2025

Trunk

cli upgraded: 1.22.12 → 1.22.16-beta.4

1 linter was upgraded:

  • eslint 9.24.0 → 9.26.0

This PR was generated by the Trunk Action. For more info, see our docs or reach out on Slack.

Copy link

trunk-io bot commented Feb 26, 2025

⏱️ 1h 8m total CI duration on this PR
Job Cumulative Duration Recent Runs
Linter Tests ubuntu-latest 22m 🟩
Linter Tests macOS 20m 🟩
Tool Tests (ubuntu-latest) 11m 🟩
Tool Tests (macOS) 6m 🟩
Action Tests 3m 🟩🟩
CodeQL-Build 3m 🟩🟩
Trunk Check runner [linux] 2m 🟩🟩
Repo Tests / Plugin Tests 38s 🟩
Detect changed files 8s 🟩🟩
Aggregate Test Results 1s 🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

Copy link

trunk-staging-io bot commented Feb 26, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Testing linter sourcery test CUSTOM Error installing hermetic tool sourcery v1.2.0, no matching distribution found. Logs ↗︎
Testing linter hadolint test CUSTOM The test exceeded the timeout of 900000 ms. Logs ↗︎
Flaky Test Failure Summary Logs
Testing tool sourcery sourcery --version The expected output of a command did not match the received output, with a difference in the 'exitCode' and 'stdout' properties. Logs ↗︎

View Full Report ↗︎Docs

Copy link

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

1 similar comment
Copy link

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

Copy link

trunk-io bot commented Feb 26, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Testing linter sourcery test CUSTOM Error installing hermetic tool sourcery v1.2.0, no matching distribution found. Logs ↗︎
Testing linter hadolint test CUSTOM The test exceeded the timeout of 900000 ms. Logs ↗︎
Flaky Test Failure Summary Logs
Testing tool sourcery sourcery --version The expected output did not match the received output, with a difference in the 'exitCode' property. Logs ↗︎

View Full Report ↗︎Docs

@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.11-beta.7 Upgrade trunk to 1.22.11-beta.11 Mar 5, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from bc2e4ee to d397042 Compare March 5, 2025 10:04
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.11-beta.11 Upgrade trunk to 1.22.11-beta.14 Mar 12, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from d397042 to 7db1098 Compare March 12, 2025 10:04
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.11-beta.14 Upgrade trunk to 1.22.12-beta.1 Mar 19, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch 2 times, most recently from ba987a4 to e9ffdbf Compare March 26, 2025 10:04
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.12-beta.1 Upgrade trunk to 1.22.12-beta.5 Mar 26, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.12-beta.5 Upgrade trunk to 1.22.12-beta.11 Apr 2, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from e9ffdbf to fd2f551 Compare April 2, 2025 10:04
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from fd2f551 to f3d7739 Compare April 9, 2025 10:05
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.12-beta.11 Upgrade trunk to 1.22.13-beta.6 Apr 9, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from f3d7739 to 2dc9d51 Compare April 16, 2025 10:04
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.13-beta.6 Upgrade trunk to 1.22.13-beta.8 Apr 16, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from 2dc9d51 to f1d1693 Compare April 23, 2025 10:04
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.13-beta.8 Upgrade trunk to 1.22.13-beta.17 Apr 23, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot requested a review from TylerJang27 April 23, 2025 10:04
Copy link

chip-agent bot commented Apr 23, 2025

Summary

The test Testing linter sourcery test CUSTOM is failing because the sourcery linter installation failed. The error message indicates that the required version 1.2.0 could not be found.

Root Cause Analysis

The root cause is a CI Pipeline Failure. The upgrade of the trunk cli to version 1.22.16-beta.4 likely introduced a change in how the sourcery linter is handled, or the available versions of sourcery. The test expects sourcery version 1.2.0 to be available, but it is not found during the installation process in the CI environment.

Resolution Plan

  1. Update the sourcery linter version in the test or trunk configuration to a version that is currently available.
  2. If the version is explicitly defined in the test file tests/index.ts, update it there. Otherwise, check the trunk configuration files for the sourcery linter version.
  3. If the test requires version 1.2.0, investigate why this version is not available in the CI environment and if it can be added back.
  4. Re-run the CI pipeline with the updated configuration.

Since I cannot access the contents of tests/index.ts or other relevant configuration files, I am unable to provide a more specific resolution. The user should investigate the files and update the sourcery version accordingly.


Is this helpful? Click the 👍/👎 buttons below to let us know!

Thumbs UpThumbs Down

Icons by Icons8

@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.13-beta.17 Upgrade trunk to 1.22.14-beta.3 Apr 30, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from f1d1693 to ce7f7ad Compare April 30, 2025 10:04
@trunk-open-pr-bot trunk-open-pr-bot bot changed the title Upgrade trunk to 1.22.14-beta.3 Upgrade trunk to 1.22.16-beta.4 May 7, 2025
@trunk-open-pr-bot trunk-open-pr-bot bot force-pushed the trunk-io/update-trunk branch from ce7f7ad to ed57839 Compare May 7, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant