Skip to content

Fix nightly test restore with Central Package Management - #7721

Open
rosebyte wants to merge 1 commit into
dotnet:mainfrom
rosebyte:fix/nightly-cpm-restore
Open

rosebyte wants to merge 1 commit into
dotnet:mainfrom
rosebyte:fix/nightly-cpm-restore

fix reference versions

086c695
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Sep 17, 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-CodeCoverage / Windows_x64 / Windows_x64 Build_Debug / Run All Tests.

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Cmd.exe exited with code '1'.

Test Failures (1 tests failed)

🔹 [All failing tests from MachineLearning-CodeCoverage]

    Microsoft.ML.AutoML.Test.AutoFitTests.AutoFitMultiClassification_Image [Details] [0.10% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    System.AggregateException : One or more errors occurred. (Training time finished without completing a successful trial. Either no trial completed or the metric for all completed trials are NaN or Infinity)\r\n---- System.TimeoutException : Training time finished without completing a successful trial. Either no trial completed or the metric for all completed trials are NaN or Infinity
    CallStack
       at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
       at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
       at Microsoft.ML.AutoML.AutoMLExperiment.Run() in D:\a\_work\1\s\src\Microsoft.ML.AutoML\AutoMLExperiment\AutoMLExperiment.cs:line 204
       at Microsoft.ML.AutoML.MulticlassClassificationExperiment.Execute(IDataView trainData, ColumnInformation columnInformation, IEstimator`1 preFeaturizer, IProgress`1 progressHandler) in D:\a\_work\1\s\src\Microsoft.ML.AutoML\API\MulticlassClassificationExperiment.cs:line 191
       at Microsoft.ML.AutoML.Test.AutoFitTests.AutoFitMultiClassification_Image() in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\AutoFitTests.cs:line 398
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    ----- Inner Stack Trace -----
       at Microsoft.ML.AutoML.AutoMLExperiment.RunAsync(CancellationToken ct) in D:\a\_work\1\s\src\Microsoft.ML.AutoML\AutoMLExperiment\AutoMLExperiment.cs:line 345

Was this helpful? Yes No