superpmi collection of PowerShell.Benchmarks.dll frequently fails with "No space left on device"
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Domain
- ci-cd, performance
Research direction
Start with src/coreclr/scripts/superpmi_benchmarks.py around lines 219-267 and the PowerShell.Benchmarks.csproj real-world test. Inspect how much data the special core_root copy creates and how it affects the failing SuperPMI collection job. Done means determining whether the copy causes the disk exhaustion and identifying whether copied files can be deleted safely.
Written by the indexing model from the issue text.
Description
The runtime-coreclr superpmi-collection pipeline (https://dev.azure.com/dnceng/internal/_build?definitionId=977&_a=summary) frequently fails the SuperPMI collect realworld run linux x64 checked job in Partition5, which is the realworld test src/benchmarks/real-world/PowerShell.Benchmarks/PowerShell.Benchmarks.csproj.
The failure is something like:
[22:17:32] /datadisks/disk1/work/A6DB094A/w/C1920A4F/u/performance/tools/dotnet/x64/sdk/10.0.100-preview.4.25211.22/NuGet.targets(186,5): error : No space left on device : '/home/helixbot/.nuget/packages/system.directoryservices.accountmanagement' [/datadisks/disk1/work/A6DB094A/w/C1920A4F/u/performance/artifacts/PowerShell.Benchmarks-Job-LMRDDO-1/BenchmarkDotNet.Autogenerated.csproj]
I note that superpmi_benchmarks.py, which is used to run this test, has specific logic just for this test to create a copy of a large number of files to a new core_root directory:
Perhaps this is copying so much that whatever disk space we have on this machine is exhausted by, or at least impacted by, the copy? How much data is actually copied? If the copy is indeed a culprit, then can we delete the files after they are copied?
@dotnet/jit-contrib
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dotnet/runtime
-
agentic-workflows untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
area-System.Reflection blocking-clean-ci-optional Known Build Error os-mac-os-x untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
area-CodeGen-coreclr untriaged
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
agentic-workflows untriaged
Difficulty 1/5 Under an hour Newbie friendliness 78/100
-
area-VM-meta-mono untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
:watch: Not Triaged 11.0 fundamentals/subsvc
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
dotnet/AspNetCore.Docs#37699 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
SubtitleEdit/subtitleedit#15108 · 1 comment ·
-
area/docs-content Bug pulumi/docs
Difficulty 1/5 1-3 hours Newbie friendliness 94/100
-
Create parent directories only after the containment check in InstallHelper.TryExtractToDirectory Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
PowerShell/PSResourceGet#2056 ·