Closed eerhardt closed 11 months ago
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries See info in area-owners.md if you want to be subscribed.
Author: | eerhardt |
---|---|
Assignees: | - |
Labels: | `area-Infrastructure-libraries`, `blocking-clean-ci`, `untriaged`, `Known Build Error` |
Milestone: | - |
Tagging subscribers to this area: @dotnet/area-system-io See info in area-owners.md if you want to be subscribed.
Author: | eerhardt |
---|---|
Assignees: | - |
Labels: | `area-System.IO`, `blocking-clean-ci`, `untriaged`, `Known Build Error` |
Milestone: | - |
The logs not only show FileSystem.Watcher.Tests. I think this is a broader issue.
e.g:
2023-07-11T00:12:22.4993970Z /Users/runner/work/1/s/.packages/microsoft.dotnet.helix.sdk/7.0.0-beta.23313.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(90,5): error : Work item Common.Tests in job 9199670f-aa4c-4e8e-8150-b650ad0bb59f has failed. [/Users/runner/work/1/s/src/libraries/sendtohelixhelp.proj]
2023-07-11T00:12:22.4995970Z /Users/runner/work/1/s/.packages/microsoft.dotnet.helix.sdk/7.0.0-beta.23313.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(90,5): error : Failure log: https://helix.dot.net/api/2019-06-17/jobs/9199670f-aa4c-4e8e-8150-b650ad0bb59f/workitems/Common.Tests/console [/Users/runner/work/1/s/src/libraries/sendtohelixhelp.proj]
2023-07-11T00:12:22.5108980Z ##[error].packages/microsoft.dotnet.helix.sdk/7.0.0-beta.23313.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(90,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Common.Tests in job 9199670f-aa4c-4e8e-8150-b650ad0bb59f has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/9199670f-aa4c-4e8e-8150-b650ad0bb59f/workitems/Common.Tests/console
2023-07-11T00:12:22.5122420Z /Users/runner/work/1/s/.packages/microsoft.dotnet.helix.sdk/7.0.0-beta.23313.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(90,5): error : Work item IcuAppLocal.Tests in job 9199670f-aa4c-4e8e-8150-b650ad0bb59f has failed. [/Users/runner/work/1/s/src/libraries/sendtohelixhelp.proj]
2023-07-11T00:12:22.5126220Z /Users/runner/work/1/s/.packages/microsoft.dotnet.helix.sdk/7.0.0-beta.23313.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(90,5): error : Failure log: https://helix.dot.net/api/2019-06-17/jobs/9199670f-aa4c-4e8e-8150-b650ad0bb59f/workitems/IcuAppLocal.Tests/console [/Users/runner/work/1/s/src/libraries/sendtohelixhelp.proj]
Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.
Author: | eerhardt |
---|---|
Assignees: | - |
Labels: | `blocking-clean-ci`, `area-Infrastructure`, `untriaged`, `Known Build Error` |
Milestone: | - |
Yea, doesn't seem to be a FileSystemWatcher-only issue. The jobs are getting unexpectedly killed, according to the console log outputs. Example:
2023-07-11T00:05:26.562Z INFO run.py run(48) main Beginning reading of test results.
2023-07-11T00:05:26.563Z INFO run.py __init__(42) read_results Searching '/private/tmp/helix/working/A8D4097B/w/9393087D/e' for test results files
2023-07-11T00:05:26.563Z INFO run.py __init__(42) read_results Searching '/tmp/helix/working/A8D4097B/w/9393087D/uploads' for test results files
2023-07-11T00:05:26.563Z WARNING run.py __init__(55) read_results No results file found in any of the following formats: xunit, junit, trx
2023-07-11T00:05:26.563Z INFO run.py packing_test_reporter(30) report_results Packing 0 test reports to '/tmp/helix/working/A8D4097B/w/9393087D/e/__test_report.json'
2023-07-11T00:05:26.564Z INFO run.py packing_test_reporter(33) report_results Packed 1523 bytes
A couple observations from looking through a couple results:
dotnet
couldn't be found:
./RunTests.sh: line 168: /tmp/helix/working/B2D409A4/p/dotnet: No such file or directory
I downloaded the test-runtime-net7.0-OSX-Release-arm64.zip correlation payload and it is indeed missing the dotnet
binary and host, it only contains the shared framework.
The 7.0 branch is missing this fix: https://github.com/dotnet/runtime/pull/79652
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=300158 Build error leg or test failing: System.IO.FileSystem.Watcher.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/86974
Error Message
Fill the error message using step by step known issues guidance.
Report
Summary
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=323604 Error message validated:
Work item System.IO.FileSystem.Watcher.Tests in job
Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 6/28/2023 9:26:54 PM UTC