Testing OpenSSL 3.5.2 vs OpenSSL 3.5.3+ stability issues#316
Merged
rockhowse merged 13 commits intorapidsai:mainfrom Nov 19, 2025
Merged
Testing OpenSSL 3.5.2 vs OpenSSL 3.5.3+ stability issues#316rockhowse merged 13 commits intorapidsai:mainfrom
rockhowse merged 13 commits intorapidsai:mainfrom
Conversation
Contributor
Author
|
@msarahan this is not intended to be reviewed... need an active PR to trigger the builds fail with |
7bff4d6 to
8ed427b
Compare
Contributor
Author
|
/ok to test |
@rockhowse, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
Contributor
Author
|
/ok to test e31b06d |
rockhowse
commented
Nov 17, 2025
Contributor
Author
|
/ok to test 955515d |
955515d to
6384ba5
Compare
rockhowse
commented
Nov 17, 2025
rockhowse
commented
Nov 17, 2025
bdice
reviewed
Nov 17, 2025
gforsyth
approved these changes
Nov 18, 2025
Contributor
gforsyth
left a comment
There was a problem hiding this comment.
Great work tracking this down @rockhowse -- I'd say let's go ahead and commit your suggestions to remove the (commented out) pins and extra workaround comments, and then merge this in.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have seen some instability when allowing the conda environment when using
OpenSSL 3.5.3+Due to these issues, pinned this repo to ensure we are using
OpenSSL 3.5.2in our conda environments:openssl<3.5.3to fix mamba hangs in CI #313This PR is being used to dump some more detailed information about how mamba connectivity is being done at the lowest level to ideally help us identify issues with the newer version of
OpenSSL 3.5.3+