Skip to content

Conversation

@dougch
Copy link
Contributor

@dougch dougch commented Nov 17, 2025

Release Summary:

Resolved issues:

n/a

Description of changes:

We split the MSRV for s2n-quic-dc, so exclude it from the build/test timing metric.

Call-outs:

Testing:

Ad-hoc test passed. This runs on a schedule, so PR won't catch the failures.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dougch dougch requested a review from boquan-fang November 19, 2025 19:26
@dougch dougch marked this pull request as ready for review November 19, 2025 19:26
@dougch dougch requested a review from a team as a code owner November 19, 2025 19:26
build:
commands:
- cargo build --timings --release
- cargo build --timings --release --workspace --exclude s2n-quic-dc-metrics
Copy link
Contributor

@boquan-fang boquan-fang Nov 19, 2025

Choose a reason for hiding this comment

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

Do you know which version of rust are we using exactly for CargoTiming? I thought the rust version in this job is using 1.91.1. Why is it failing on s2n-quic-dc-metrics which only requires 1.88.0?

The error says:

[Instance] <Time Stamp> Running command cargo test --workspace
--
error: rustc 1.84.0 is not supported by the following packages:
[email protected] requires rustc 1.88
[email protected] requires rustc 1.88
[email protected] requires rustc 1.88

The installing rust step says:

[Instance] <Time> Running command curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \| sh -s -- -y
--
...
 
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.91.1 (ed61e7d7e 2025-11-07)
 
 
Rust is installed now. Great!

Where is 1.84.0 coming from in this job?

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.

2 participants