Skip to content

Enable Arcade CI mode for Helix and code coverage - #7704

Open
svick wants to merge 6 commits into
dotnet:mainfrom
svick:fix/build-analysis-ci-mode
Open

svick wants to merge 6 commits into
dotnet:mainfrom
svick:fix/build-analysis-ci-mode

Resolve native test paths from MSBuild properties

e5595eb
Select commit
Loading
Failed to load commit list.
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]

    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

    Data Driven SubResults
      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, ···])
      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

Was this helpful? Yes No