Skip to content
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

Test failure JIT/CodeGenBringUpTests/DblMul_d/DblMul_d.sh #62882

Closed
VincentBu opened this issue Dec 16, 2021 · 5 comments
Closed

Test failure JIT/CodeGenBringUpTests/DblMul_d/DblMul_d.sh #62882

VincentBu opened this issue Dec 16, 2021 · 5 comments

Comments

@VincentBu
Copy link
Contributor

Run: runtime-coreclr r2r 20211214.1

Failed test:

R2R OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open

- JIT/CodeGenBringUpTests/DblMul_d/DblMul_d.sh
- JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783/b15783.sh
- JIT/CodeGenBringUpTests/DblAddConst_d/DblAddConst_d.sh
- JIT/jit64/opt/cse/VolatileTest_op_shr/VolatileTest_op_shr.sh

R2R OSX arm64 Checked @ OSX.1100.ARM64.Open

- JIT/Methodical/MDArray/DataTypes/char_cs_ro/char_cs_ro.sh
- JIT/Methodical/NaN/comp32_il_r/comp32_il_r.sh
- baseservices/threading/generics/TimerCallback/thread09/thread09.sh
- baseservices/threading/generics/threadstart/GThread24/GThread24.sh

Error message:

Test Infrastructure Failure: System.IO.IOException: No space left on device : '/tmp/helix/working/B4780961/w/C91D09FC/uploads/Reports/JIT.CodeGenBringUpTests/DblMul_d/DblMul_d.output.txt'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan1 buffer, Int64 fileOffset) at System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan1 buffer)
at System.IO.Strategies.BufferedFileStreamStrategy.Flush(Boolean flushToDisk)
at System.IO.Strategies.BufferedFileStreamStrategy.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.CloseStreamFromDispose(Boolean disposing)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at CoreclrTestLib.CoreclrTestWrapperLib.RunTest(String executable, String outputFile, String errorFile, String category, String testBinaryBase, String outputDir)
at JIT_CodeGenBringUpTests.DblMul_d_DblMul_d._DblMul_d_DblMul_d_sh()
Expected: True
Actual:   False


Stack trace
   at JIT_CodeGenBringUpTests._DblMul_d_DblMul_d_._DblMul_d_DblMul_d_sh()
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.IO untriaged New issue has not been triaged by the area owner labels Dec 16, 2021
@ghost
Copy link

ghost commented Dec 16, 2021

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime-coreclr r2r 20211214.1

Failed test:

R2R OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open

- JIT/CodeGenBringUpTests/DblMul_d/DblMul_d.sh
- JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783/b15783.sh
- JIT/CodeGenBringUpTests/DblAddConst_d/DblAddConst_d.sh
- JIT/jit64/opt/cse/VolatileTest_op_shr/VolatileTest_op_shr.sh

R2R OSX arm64 Checked @ OSX.1100.ARM64.Open

- JIT/Methodical/MDArray/DataTypes/char_cs_ro/char_cs_ro.sh
- JIT/Methodical/NaN/comp32_il_r/comp32_il_r.sh
- baseservices/threading/generics/TimerCallback/thread09/thread09.sh
- baseservices/threading/generics/threadstart/GThread24/GThread24.sh

Error message:

Test Infrastructure Failure: System.IO.IOException: No space left on device : '/tmp/helix/working/B4780961/w/C91D09FC/uploads/Reports/JIT.CodeGenBringUpTests/DblMul_d/DblMul_d.output.txt'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan1 buffer, Int64 fileOffset) at System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan1 buffer)
at System.IO.Strategies.BufferedFileStreamStrategy.Flush(Boolean flushToDisk)
at System.IO.Strategies.BufferedFileStreamStrategy.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.CloseStreamFromDispose(Boolean disposing)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at CoreclrTestLib.CoreclrTestWrapperLib.RunTest(String executable, String outputFile, String errorFile, String category, String testBinaryBase, String outputDir)
at JIT_CodeGenBringUpTests.DblMul_d_DblMul_d._DblMul_d_DblMul_d_sh()
Expected: True
Actual:   False


Stack trace
   at JIT_CodeGenBringUpTests._DblMul_d_DblMul_d_._DblMul_d_DblMul_d_sh()
Author: VincentBu
Assignees: -
Labels:

arch-arm64, area-System.IO, os-mac-os-x, untriaged

Milestone: -

@adamsitnik
Copy link
Member

No space left on device

It seems to be an infrastructure problem.

@ghost
Copy link

ghost commented Dec 16, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime-coreclr r2r 20211214.1

Failed test:

R2R OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open

- JIT/CodeGenBringUpTests/DblMul_d/DblMul_d.sh
- JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783/b15783.sh
- JIT/CodeGenBringUpTests/DblAddConst_d/DblAddConst_d.sh
- JIT/jit64/opt/cse/VolatileTest_op_shr/VolatileTest_op_shr.sh

R2R OSX arm64 Checked @ OSX.1100.ARM64.Open

- JIT/Methodical/MDArray/DataTypes/char_cs_ro/char_cs_ro.sh
- JIT/Methodical/NaN/comp32_il_r/comp32_il_r.sh
- baseservices/threading/generics/TimerCallback/thread09/thread09.sh
- baseservices/threading/generics/threadstart/GThread24/GThread24.sh

Error message:

Test Infrastructure Failure: System.IO.IOException: No space left on device : '/tmp/helix/working/B4780961/w/C91D09FC/uploads/Reports/JIT.CodeGenBringUpTests/DblMul_d/DblMul_d.output.txt'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan1 buffer, Int64 fileOffset) at System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan1 buffer)
at System.IO.Strategies.BufferedFileStreamStrategy.Flush(Boolean flushToDisk)
at System.IO.Strategies.BufferedFileStreamStrategy.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.CloseStreamFromDispose(Boolean disposing)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at CoreclrTestLib.CoreclrTestWrapperLib.RunTest(String executable, String outputFile, String errorFile, String category, String testBinaryBase, String outputDir)
at JIT_CodeGenBringUpTests.DblMul_d_DblMul_d._DblMul_d_DblMul_d_sh()
Expected: True
Actual:   False


Stack trace
   at JIT_CodeGenBringUpTests._DblMul_d_DblMul_d_._DblMul_d_DblMul_d_sh()
Author: VincentBu
Assignees: -
Labels:

arch-arm64, os-mac-os-x, area-Infrastructure, untriaged

Milestone: -

@jkoritzinsky
Copy link
Member

I think this is due to the number of failures caused by #62747 on this particular leg using up all of the disk space with error logs (I’ve seen this on some other runs of this pipeline on just this leg)

@agocke
Copy link
Member

agocke commented Jul 11, 2022

Closing as this seems to have been resolved.

@agocke agocke closed this as completed Jul 11, 2022
@agocke agocke moved this to Done in Runtime Infra Jul 11, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jul 11, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

4 participants