Open ericstj opened 1 month ago
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
This failure is heavily impacting the 6.0 PRs CI.
The error can indicate a mismatch of chromedriver and chrome version. Failing tests are on Linux (we're not testing Windows at all). We are using chromedriver: 84.0.4147.0
, chrome: Chromium 84.0.4147.0
there, so they are matching versions:
https://github.com/dotnet/runtime/blob/9623ff9cd0fd8e75b5c5c1d950bd8d3a49233d9d/src/libraries/sendtohelixhelp.proj#L330
The main difference between net6 and current main is missing --no-sandbox
argument that was added to xharness in https://github.com/dotnet/xharness/pull/951. It is reported as a fix for this exact error and it bypasses the OS's security model. I will backport the mentioned PR and see if this helps.
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=840205 Build error leg or test failing: Common.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/108797
Error Message
Fill the error message using step by step known issues guidance.
Sample log: https://helixre107v0xd1eu3ibi6ka.blob.core.windows.net/dotnet-runtime-refs-pull-108797-merge-b672a2c11f99427a9e/Microsoft.CSharp.Tests/1/console.618ae569.log?skoid=8eda00af-b5ec-4be9-b69b-0919a2338892&sktid=72f988bf-86f1-41af-91ab-2d7cd011db47&skt=2024-10-14T19%3A59%3A12Z&ske=2024-10-14T20%3A59%3A12Z&sks=b&skv=2024-05-04&sv=2024-05-04&st=2024-10-14T19%3A59%3A12Z&se=2024-10-14T20%3A59%3A12Z&sr=c&sp=r&sig=zPghjJW77UN3nV9xrZucrdLlqVHObIDrVvS37NXBv9k%3D
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=840205 Error message validated:
[OpenQA.Selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally
] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 10/14/2024 8:05:32 PM UTCReport
Summary