Skip to content

Conversation

boquan-fang
Copy link
Contributor

@boquan-fang boquan-fang commented Jun 10, 2025

Release Summary:

Resolved issues:

Description of changes:

The current cargotiming job is always failing because of the max_total_test:

failures:
2102 |  
2103 | ---- msg::segment::max_total_test stdout ----
2104 | thread 'msg::segment::max_total_test' panicked at dc/s2n-quic-dc/src/msg/segment.rs:63:54:
2105 | called `Result::unwrap()` on an `Err` value: Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }
2106 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2107 |  

The reason is CodeBuild doesn't allow a bind to ipv4 localhost which is found by #2525. However, the previous PR forgot to skip max_total_test which also directly bind to ipv4 localhost address. Hence, this PR will skip such test.

Call-outs:

We should figure out why we can't bind to ipv4 localhost in CodeBuild.

Testing:

CI should pass, and we need to run this in CodeBuild to see whether it works. The link to the Cargotiming job run base on this PR: https://us-west-2.console.aws.amazon.com/codesuite/codebuild/003495580562/projects/CargoTiming/build/CargoTiming%3A120a6ead-c862-41f0-a4c7-ca528572f69a/?region=us-west-2.

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

@boquan-fang boquan-fang marked this pull request as ready for review June 11, 2025 15:51
@boquan-fang boquan-fang requested review from dougch and maddeleine June 11, 2025 15:51
@boquan-fang boquan-fang merged commit c54d5f3 into aws:main Jun 11, 2025
118 checks passed
@boquan-fang boquan-fang deleted the fix-cargo-timing branch June 11, 2025 16:45
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