runtime: Test failed: System.Text.Tests.TranscodingStreamTests.Read_Span(bufferLength: 1)

Run: runtime 20210125.57

Failed tests:

net6.0-Linux-Release-arm-CoreCLR_checked-(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
        - System.Text.Tests.TranscodingStreamTests.Read_Span
                - System.Text.Tests.TranscodingStreamTests.Read_Span(bufferLength: 1)

Error message:

Assert.Equal() Failure
                                 ↓ (pos 3492055)
Expected: ···bcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghij···
Actual:   ···bcdefghijklmnopqrstuVwxyzabcdefghijklmnopqrstuvwxyzabcdefghij···
                                 ↑ (pos 3492055)

stack trace:
   at System.Text.Tests.TranscodingStreamTests.<RunReadTest>g__RunOneTestIteration|22_0(Int32 stringLength, <>c__DisplayClass22_0& ) in /_/src/libraries/System.Text.Encoding/tests/Encoding/TranscodingStreamTests.cs:line 372
   at System.Text.Tests.TranscodingStreamTests.RunReadTest(Func`3 callback) in /_/src/libraries/System.Text.Encoding/tests/Encoding/TranscodingStreamTests.cs:line 335
   at System.Text.Tests.TranscodingStreamTests.Read_Span(Int32 bufferLength) in /_/src/libraries/System.Text.Encoding/tests/Encoding/TranscodingStreamTests.cs:line 312

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 33 (32 by maintainers)

Most upvoted comments

No case conversion occurs as part of these tests. Is this failure reproducible? Are bits of memory randomly being flipped as we succumb to the slow, silent entropy of the universe?

Hopefully @MattGal the machine name didn’t change? If not what is it now.

@parose1 can confirm but in my experience, they do not change the machine name. That’s why all our Macs still have their Jenkins names 😃

Let’s meet back here in 2 months and see whether this test failed again and if so on which machine.