-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Linux-arm64] ModuleNotFoundError: No module named 'requests' #4892
Comments
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
our rollout revert should clean this problem up. I now suspect the root cause of the new problems is a permissions issue specific to Docker test scenarios once the revert is done, we'll be heads down trying to figure out how to roll out w/o causing this problem again. @richlander I bet that'll at least temporarily leave the background here is I now suspect a permissions issue rather than |
This break seems to be calling for a pre-flight/staging approach. We should be able to roll these VM updates out pretty fearlessly. That doesn't seem to be the case. |
Yes, it did. |
reopening to track a real and persistent fix to this issue. the revert is hopefully temporary |
also moved the issue b/c the problem wasn't specific to the dotnet/runtime repo |
transferred this back in hopes that would recreate the list of affected builds. doesn't seem to be working 😦 here at least there's one entry in the table — but it's just the original build failure |
You can click on "Edits" at the top post to see the past revisions where you can see the full list of affected builds. |
great thought❗taking this back to dotnet/dnceng… |
to avoid problems w/ expiration of Helix logs, here's a few specific errors: by far the most common issue seen:
I believe I also saw errors writing to run.py.log and on dotnet/runtime folks e.g., those handling XHarness these days, the following two might be longstanding problems that I just happened to notice. (I can't find where xharness-event-processor.py actually lands — it could be missing from both correlation and work item payloads for all I know)
|
Widespread failures on linux-arm64
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=935169
Build error leg or test failing: Common.Tests.WorkItemExecution
Pull request: dotnet/runtime#111985
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=935169
Error message validated:
[ModuleNotFoundError: No module named 'requests'
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/3/2025 5:46:15 PM UTC
Report
Summary
Release Note Category
Release Note Description
Updated Helix Python code for Docker testing on Linux VMs to avoid problems with running
python3 reporter/run.py
after user/test code executes. Also cleaned up that code as well as our internal queue validation script.Report
Summary
Release Note Category
Release Note Description
Updated Helix Python code for Docker testing on Linux VMs to avoid problems with running
python3 reporter/run.py
after user/test code executes. Also cleaned up that code as well as our internal queue validation script.The text was updated successfully, but these errors were encountered: