-
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
[8.0] Wasm.Build.Tests.TestAppScenarios.DownloadResourceProgressTests.DownloadProgressFinishes - failed to bind to address http://127.0.0.1:5000 - already in use #92295
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsError Blob{
"ErrorMessage": "Unhandled exception. System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use.",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
} Reproduction Steps
|
@maraf I found a very similar failure in 8.0. Is it the same root cause as the one initially reported in this issue? This one was reported for windows, while the one I just found happens in linux:
Output (expand)
|
Yes, different test, but the same root cause. |
Looks like some previous test did not end the process correctly, or dotnet was still running? |
Fixed by #92906 . |
Error Blob
Reproduction Steps
browser-wasm windows Release WasmBuildTests
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=411591
Error message validated:
Unhandled exception. System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use.
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 9/19/2023 7:06:47 PM UTC
The text was updated successfully, but these errors were encountered: