-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 execution failure on Windows #82528
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsHttpStress tests are failing on Windows since 02.17:
Weirdly, this happens after the actual run is complete.
|
@dotnet/dnceng was there any change around the 17th that might have led to this? |
Windows images were updated on the 24th (dotnet/arcade#12486) but nothing around the 17th. |
Do you know what Docker version runs in the Nano server @ilyas1974 ? |
Do you know VMs the docker nano server container is running on? Otherwise, you can check dotnet-buildtools-prereqs-docker to see what version of docker is installed on the docker containers hosting nano. /cc: @mthalman |
From what I can tell, it's not running this in a container from dotnet-buildtools-prereqs-docker. It's running compose directly from the build agent which is from the 1es-windows-2022-open pool. |
I don't know if we can make a helix repro vm directly from the 1es-windows-2022-open pool, but if this job is running docker compose, I wonder if you could just do a docker version to figure out this question. I don't know what is baked into those images, as they come to us from 1es |
maybe draft PR @antonfirsov ? I think we can then adjust the version in It also seems like the recommendation is to use both major and minor version: |
Some quick points:
From your failed run:
From the pipeline's last successful run:
... this shows us that indeed the image version being updated is a prime suspect for what broke you.
|
I think we are hitting actions/runner-images#7080 which is still happening, despite the issue being closed. We can try the workarounds recommended in the discussion, or wait for an upstream fix. |
If transitioning to windows.vs2022.amd64 / windows.vs2022.amd64.open works, that's a fine workaround for as long as you like. |
HttpStress tests are failing on Windows since 02.17:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=180524&view=logs&j=0bc77094-9fcd-5c38-f6e4-27d2ae131589&t=4fd93899-d50b-5dc1-f9eb-66ab1b883c22
Weirdly, this happens after the actual run is complete.
The text was updated successfully, but these errors were encountered: