Skip to content
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

SslStress build fails on Windows #84800

Closed
antonfirsov opened this issue Apr 13, 2023 · 3 comments
Closed

SslStress build fails on Windows #84800

antonfirsov opened this issue Apr 13, 2023 · 3 comments

Comments

@antonfirsov
Copy link
Member

Failures are happening since the 4th of April.

https://dev.azure.com/dnceng-public/public/_build/results?buildId=237968&view=logs&j=0bc77094-9fcd-5c38-f6e4-27d2ae131589&t=5eb51885-c505-5c55-9d72-61f5b1b42e84

panic: assignment to entry in nil map
System.Management.Automation.RemoteException
goroutine 36 [running]:
github.com/compose-spec/compose-go/types.MappingWithEquals.OverrideBy(...)
	github.com/compose-spec/compose-go@v1.13.2/types/types.go:427
github.com/docker/compose/v2/pkg/compose.(*composeService).build.func1({0x2b04d80, 0xc00055e1e0}, {0xc00032d548, 0x6})
	github.com/docker/compose/v2/pkg/compose/build.go:78 +0x7f4
github.com/docker/compose/v2/pkg/compose.(*graphTraversal).run.func1()
	github.com/docker/compose/v2/pkg/compose/dependencies.go:127 +0x63
golang.org/x/sync/errgroup.(*Group).Go.func1()
	golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 +0x64
created by golang.org/x/sync/errgroup.(*Group).Go
	golang.org/x/sync@v0.1.0/errgroup/errgroup.go:72 +0xa5
docker-compose exited with error code 2
At D:\a\_work\1\s\src\libraries\System.Net.Security\tests\StressTests\SslStress\run-docker-compose.ps1:62 char:3

This is likely caused by update of go to 1.20.x in the runner image in combination with some weird side effect of #83211.
https://github.com/actions/runner-images/blob/win22/20230402.1/images/win/Windows2022-Readme.md
actions/runner-images#7276

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 13, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 13, 2023
@ghost
Copy link

ghost commented Apr 13, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Failures are happening since the 4th of April.

https://dev.azure.com/dnceng-public/public/_build/results?buildId=237968&view=logs&j=0bc77094-9fcd-5c38-f6e4-27d2ae131589&t=5eb51885-c505-5c55-9d72-61f5b1b42e84

panic: assignment to entry in nil map
System.Management.Automation.RemoteException
goroutine 36 [running]:
github.com/compose-spec/compose-go/types.MappingWithEquals.OverrideBy(...)
	github.com/compose-spec/compose-go@v1.13.2/types/types.go:427
github.com/docker/compose/v2/pkg/compose.(*composeService).build.func1({0x2b04d80, 0xc00055e1e0}, {0xc00032d548, 0x6})
	github.com/docker/compose/v2/pkg/compose/build.go:78 +0x7f4
github.com/docker/compose/v2/pkg/compose.(*graphTraversal).run.func1()
	github.com/docker/compose/v2/pkg/compose/dependencies.go:127 +0x63
golang.org/x/sync/errgroup.(*Group).Go.func1()
	golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 +0x64
created by golang.org/x/sync/errgroup.(*Group).Go
	golang.org/x/sync@v0.1.0/errgroup/errgroup.go:72 +0xa5
docker-compose exited with error code 2
At D:\a\_work\1\s\src\libraries\System.Net.Security\tests\StressTests\SslStress\run-docker-compose.ps1:62 char:3

This is likely caused by update of go to 1.20.x in the runner image in combination with some weird side effect of #83211.
https://github.com/actions/runner-images/blob/win22/20230402.1/images/win/Windows2022-Readme.md
actions/runner-images#7276

Author: antonfirsov
Assignees: -
Labels:

area-System.Net.Http, untriaged, needs-area-label

Milestone: -

@antonfirsov antonfirsov removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners untriaged New issue has not been triaged by the area owner labels Apr 13, 2023
@antonfirsov antonfirsov modified the milestones: Future, 8.0.0 Apr 13, 2023
@antonfirsov
Copy link
Member Author

Looks like we are hitting docker/compose#10412, I recommend to wait for the upstream fix to propagate.

@antonfirsov
Copy link
Member Author

This has been fixed by an upstream update around 04/28.

@ghost ghost locked as resolved and limited conversation to collaborators Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant