Skip to content

Update Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11

5aca506
Select commit
Loading
Failed to load commit list.
Merged

Update Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11 #7388

Update Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11
5aca506
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Feb 20, 2025 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: test failure is https://github.com//issues/7393
  • The check result has changed from Failure to Success

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_x86 / Windows_x86 Release_Build / Run Helix Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Cmd.exe exited with code '1'.

Test Failures (1 tests failed)

🔹 [All failing tests from MachineLearning-CI]

    Microsoft.ML.AutoML.Test.AutoFeaturizerTests.AutoFeaturizer_image_test [Console] [Details] [Artifacts] [0.34% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.AggregateException : One or more errors occurred. (The process cannot access the file 'C:\h\w\BAD30A54\w\9FCD08E7\e\assets\inputs\images\flower_photos_tiny_set_for_unit_tests.zip' because it is being used by another process.)
    ---- System.IO.IOException : The process cannot access the file 'C:\h\w\BAD30A54\w\9FCD08E7\e\assets\inputs\images\flower_photos_tiny_set_for_unit_tests.zip' because it is being used by another process.
    CallStack
       at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
       at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
       at System.Threading.Tasks.Task.Wait()
       at Microsoft.ML.AutoML.Test.DatasetUtil.DownloadImageSet(String imagesDownloadFolder) in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\DatasetUtil.cs:line 190
       at Microsoft.ML.AutoML.Test.DatasetUtil.GetFlowersDataset() in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\DatasetUtil.cs:line 136
       at Microsoft.ML.AutoML.Test.AutoFeaturizerTests.AutoFeaturizer_image_test() in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\AutoFeaturizerTests.cs:line 107
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    ----- Inner Stack Trace -----
       at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
       at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
       at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
       at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
       at System.IO.FileInfo.OpenWrite()
       at Microsoft.ML.AutoML.Test.DatasetUtil.Download(String url, String destDir, String destFileName) in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\DatasetUtil.cs:line 213

Was this helpful? Yes No