-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[HttpStress] [SslStress] Windows stress builds are broken #95750
Comments
Tagging subscribers to this area: @dotnet/ncl Issue Details
The failures started on the 17th of November, across all branches, which indicates an image change might have triggered this, we should do a comparison similar to #82528 (comment).
|
I encountered this on my dev machine. The VS installation needs to be updated, see #94998 (comment) |
This is weird, the Initialize job phase logs that
and according to the linked image spec the Visual Studio version is @dotnet/dnceng can you please assist diagnosing this? |
The image seems to contain the right msvc version, but the build script for some reason does not choose the latest toolchain
|
I wonder what will happen if you manually delete the |
then it tries to use GCC 🤦 |
Okay, I think I have spent enough time on this and am just trying at random, I think we need help from @dotnet/dnceng to debug this. Can you please take a look? |
@rzikm - what are you hoping dnceng can help with more specifically? |
we are running the sslstress pipeline on Since November, the build has been failing due to #94998, the fix for that was supposed to be updating Visual Studio installation. According to the list of included software of the image, the new toolchain is installed and seems to shows up in the relevant directories
However, the build still ends up using the older toolchain, and thus failing to build
The failing step is simply building the SDK docker image via the
We are hoping that dnceng would help us get the build to work, since we are using the "official" script to build the image. (note that the .net runtime is being built on the host, not inside docker image due to #700) |
You had a chance to check out https://github.com/dotnet/arcade/blob/main/Documentation/ArcadeSdk.md ? It might shed more light on why your build is picking up the wrong toolchain. |
@markwilkie this seems to be a bug in the build infra that can be reproduced with a very simple yaml, opened #100046. |
The failures started on the 17th of November, across all branches, which indicates an image change might have triggered this, we should do a comparison similar to #82528 (comment).
Edit: links to the pipelines
The failing build that runs outside of docker:
runtime/eng/docker/build-docker-sdk.ps1
Line 24 in 8b04e76
The text was updated successfully, but these errors were encountered: