Build Analysis / Build Analysis
failed
Sep 16, 2026 in 0s
.NET Result Analysis
Details
Tip
To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.
Build Failures
MachineLearning-CI / Windows_x64_NetFx48 / Windows_x64_NetFx48 Release_Build / Run Helix Tests
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]-
❌.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26456.1\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : Test Microsoft.ML.Tokenizers.Tests.EnglishRobertaTests.TestTokenizerEncoding has failed. Check the Test tab or [this console log]
Test Failures (1 tests failed)
🔹 [All failing tests from MachineLearning-CI]
- Data Driven SubResults
- Exception Message
System.ArgumentOutOfRangeException : value must be non-negative Parameter name: value
- Stack Trace
at System.Index.ThrowValueArgumentOutOfRange_NeedNonNegNumException() at Microsoft.ML.Tokenizers.EnglishRobertaTokenizer.ModifyTokenListOffsets(IReadOnlyList`1 tokens, Span`1 indexMapping) in D:\a\_work\1\s\src\Microsoft.ML.Tokenizers\Model\EnglishRobertaTokenizer.cs:line 913 at Microsoft.ML.Tokenizers.EnglishRobertaTokenizer.EncodeInternal(ReadOnlySpan`1 text) in D:\a\_work\1\s\src\Microsoft.ML.Tokenizers\Model\EnglishRobertaTokenizer.cs:line 397 at Microsoft.ML.Tokenizers.EnglishRobertaTokenizer.EncodeToTokens(String text, ReadOnlySpan`1 textSpan, EncodeSettings settings) in D:\a\_work\1\s\src\Microsoft.ML.Tokenizers\Model\EnglishRobertaTokenizer.cs:line 337 at Microsoft.ML.Tokenizers.Tokenizer.EncodeToTokens(ReadOnlySpan`1 text, String& normalizedText, Boolean considerPreTokenization, Boolean considerNormalization) in D:\a\_work\1\s\src\Microsoft.ML.Tokenizers\Tokenizer.cs:line 166 at Microsoft.ML.Tokenizers.Tests.EnglishRobertaTests.TestTokenizerEncoding(String text, String[] expectedTokens, ValueTuple`2[] expectedOffsets, Int32[] expectedIds) in D:\a\_work\1\s\test\Microsoft.ML.Tokenizers.Tests\EnglishRobertaTests.cs:line 179
❌ Microsoft.ML.Tokenizers.Tests.EnglishRobertaTests.TestTokenizerEncoding [Console] [Details] [Artifacts] [0.19% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
Failing Configuration
-
❌ Microsoft.ML.Tokenizers.Tests.EnglishRobertaTests.TestTokenizerEncoding(text: \"the brown fox jumped over the lazy dog!\", expectedTokens: [\"the\", \"Ġbrown\", \"Ġfox\", \"Ġjumped\", \"Ġover\", ···], expectedOffsets: [Tuple (0, 3), Tuple (3, 6), Tuple (9, 4), Tuple (13, 7), Tuple (20, 5), ···], expectedIds: [1169, 7586, 21831, 11687, 625, ···])
Loading