-
Notifications
You must be signed in to change notification settings - Fork 5k
Helix infrastructure script failures on Linux arm #39244
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
Comments
Tagging subscribers to this area: @ViktorHofer |
@ulisesh FYI. We've seen this before when the mapped-in python bits involve a native component built differently than the docker container. This doesn't make your test fail or even not report test results to Azure DevOps though, the only change here is that you won't have the XUnit results ingested into Kusto. We can definitely explore this in a core-eng issue though, as xunit-reporter is not deprecated, much as some might want it to be. |
Filed dotnet/arcade#5786 to track updating xunit-reporter to use venv instead of direct python invocation. |
Closing as this is tracked by linked issue. |
I am consistently hitting the errors reported here on #46101 Should I log a new issue for that or can this one be re-open? |
The errors you pasted are expected and come from these lines. That's the output of the system letting it know they're not already installed so it can "pip install them". From the log you posted, there's nothing wrong with Azure Devops reporting in this log, rather the test crashed:
Exit Code:-1073740791 (STATUS_STACK_BUFFER_OVERRUN) being the operative bit here. Crashing with a buffer overrun is not good. |
@jozkee another thing to note, the log you posted wasn't even from an ARM machine:
Given your run was 100% failure with this call stack on every work item and every machine on amd64 that makes this more serious. (EDIT: This seems at least confined to your run, hopefully was just a fluke in payload construction) |
Consider:
https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-master-f166106694b64041af/System.Security.Cryptography.Algorithms.Tests/console.c43f3c2f.log?sv=2019-02-02&se=2020-08-02T07%3A37%3A26Z&sr=c&sp=rl&sig=xGk3T6I7LB3HjJTLqeuiEWQ3ohh6Gbeynr3XVrIndxA%3D
(from test run:
https://dev.azure.com/dnceng/public/_build/results?buildId=726692&view=ms.vss-test-web.build-test-results-tab&runId=22502646&resultId=145303&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
)
I see several script failures (esp., Python failures). It's not clear to me how fatal these are: do we not get proper reporting, etc.? In addition to the failure, there are lots of warnings.
E.g.:
@MattGal can you please route?
The text was updated successfully, but these errors were encountered: