Skip to content

Suppress CS0649 on PhoneCallsData reflection-assigned fields

197a859
Select commit
Loading
Failed to load commit list.
Open

Fix SR-CNN missing anomalies when Period > 0 #7610

Suppress CS0649 on PhoneCallsData reflection-assigned fields
197a859
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MachineLearning-CI failed May 6, 2026 in 3h 29m 57s

Build #20260505.3 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 37,519 (89.50%)
  • Other: 4,401 (10.50%)
  • Total: 41,922

Annotations

Check failure on line 33 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Build log #L33

Cmd.exe exited with code '1'.

Check failure on line 51 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Build log #L51

Bash exited with code '1'.

Check failure on line 1 in Microsoft.ML.IntegrationTests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Microsoft.ML.IntegrationTests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturization

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturization

System.InvalidOperationException : Error downloading resource from 'https://aka.ms/mlnet-resources/Text/Sswe/sentiment.emd': DownloadFailed with exception One or more errors occurred. (Object synchronization method was called from an unsynchronized block of code.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\nDownloadFailed with exception One or more errors occurred. (The wait completed due to an abandoned mutex.)\n
Model file for Word Embedding transform could not be found! Please copy the model file 'sentiment.emd' from 'Text/Sswe/sentiment.emd' to '/tmp/helix/working/A60508E1/w/A4DB094E/e/Text/Sswe'.
Raw output
   at Microsoft.ML.Transforms.Text.WordEmbeddingTransformer.EnsureModelFile(IHostEnvironment env, Int32& linesToSkip, PretrainedModelKind kind) in /Users/runner/work/1/s/src/Microsoft.ML.Transforms/Text/WordEmbeddingsExtractor.cs:line 641
   at Microsoft.ML.Transforms.Text.WordEmbeddingTransformer..ctor(IHostEnvironment env, PretrainedModelKind modelKind, ColumnOptions[] columns) in /Users/runner/work/1/s/src/Microsoft.ML.Transforms/Text/WordEmbeddingsExtractor.cs:line 190
   at Microsoft.ML.Transforms.Text.WordEmbeddingEstimator.Fit(IDataView input) in /Users/runner/work/1/s/src/Microsoft.ML.Transforms/Text/WordEmbeddingsExtractor.cs:line 957
   at Microsoft.ML.Data.EstimatorChain`1.Fit(IDataView input) in /Users/runner/work/1/s/src/Microsoft.ML.Data/DataLoadSave/EstimatorChain.cs:line 68
   at Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturizationOn(String dataPath) in /Users/runner/work/1/s/test/Microsoft.ML.Tests/Scenarios/Api/CookbookSamples/CookbookSamplesDynamicApi.cs:line 547
   at Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturization() in /Users/runner/work/1/s/test/Microsoft.ML.Tests/Scenarios/Api/CookbookSamples/CookbookSamplesDynamicApi.cs:line 556
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)