Remove orphaned build files - #7717
Merged
Merged
Build Analysis / Build Analysis
succeeded
Sep 18, 2026 in 0s
.NET Result Analysis
Details
All checks completed
✅ [MachineLearning-CodeCoverage]
Build Rerun
✔️ Build passed after 1 retries.
(Attempt #1) [link to build]
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'.
Non-Deterministic Test Failures Detected
❌ Microsoft.ML.AutoML.Test.AutoMLExperimentTests.AutoMLExperiment_Taxi_Fare_CV_5_Test [Details] [0.10% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
- Exception Message
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 Microsoft.ML.AutoML.AutoMLExperiment.RunAsync(CancellationToken ct) in D:\a\_work\1\s\src\Microsoft.ML.AutoML\AutoMLExperiment\AutoMLExperiment.cs:line 345 at Microsoft.ML.AutoML.Test.AutoMLExperimentTests.AutoMLExperiment_Taxi_Fare_CV_5_Test() in D:\a\_work\1\s\test\Microsoft.ML.AutoML.Tests\AutoMLExperimentTests.cs:line 391 --- End of stack trace from previous location ---
Failing Configuration
❌ Microsoft.ML.GenAI.LLaMA.Tests.LLaMA3_1Tests.Llama_3_1_405b_ShapeTest [Details] [1.18% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
- Exception Message
System.Runtime.InteropServices.ExternalException : [enforce fail at alloc_cpu.cpp:114] data. DefaultCPUAllocator: not enough memory: you tried to allocate 8405385216 bytes.\n00007FFCAE5D3F0800007FFCAE5D3DD0 c10.dll!c10::MessageLogger::~MessageLogger [<unknown file> @ <unknown line number>]\n00007FFCAE5D482300007FFCAE5D47F0 c10.dll!c10::ThrowEnforceNotMet [<unknown file> @ <unknown line number>]\n00007FFCAE5C71B600007FFCAE5C7010 c10.dll!c10::alloc_cpu [<unknown file> @ <unknown line number>]\n00007FFCAE588C7C00007FFCAE588C40 c10.dll!c10::DefaultCPUAllocator::allocate [<unknown file> @ <unknown line number>]\n00007FFCAE59918300007FFCAE599120 c10.dll!c10::StorageImpl::StorageImpl [<unknown file> @ <unknown line number>]\n00007FFC6B058B1F00007FFC6B0583D0 torch_cpu.DLL!at::DynamicLibrary::sym [<unknown file> @ <unknown line number>]\n00007FFC6B05ACB600007FFC6B05AC20 torch_cpu.DLL!at::detail::empty_cpu [<unknown file> @ <unknown line number>]\n00007FFC6B559C8C00007FFC6B559C20 torch_cpu.DLL!at::native::empty_cpu [<unknown file> @ <unknown line number>]\n00007FFC6C0472A500007FFC6C024710 torch_cpu.DLL!at::cpu::where_outf [<unknown file> @ <unknown line number>]\n00007FFC6C003D1E00007FFC6BFAF440 torch_cpu.DLL!at::cpu::bucketize_outf [<unknown file> @ <unknown line number>]\n00007FFC6BB7642C00007FFC6BB61E90 torch_cpu.DLL!at::_ops::xlogy__Tensor::redispatch [<unknown file> @ <unknown line number>]\n00007FFC6BBD862100007FFC6BB61E90 torch_cpu.DLL!at::_ops::xlogy__Tensor::redispatch [<unknown file> @ <unknown line number>]\n00007FFC6BCA62EE00007FFC6BCA6210 torch_cpu.DLL!at::_ops::empty_memory_format::redispatch [<unknown file> @ <unknown line number>]\n00007FFC6BF01CC900007FFC6BEE4E90 torch_cpu.DLL!at::_ops::view_as_real::redispatch [<unknown file> @ <unknown line number>]\n00007FFC6BEFFD5E00007FFC6BEE4E90 torch_cpu.DLL!at::_ops::view_as_real::redispatch [<unknown file> @ <unknown line number>]\n00007FFC6BB7642C00007FFC6BB61E90 torch_cpu.DLL!at::_ops::xlogy__Tensor::redispatch [<unknown file> @ <unknown line number>]\n00007FFC6BC1825B00007FFC6BC18050 torch_cpu.DLL!at::_ops::empty_memory_format::call [<unknown file> @ <unknown line number>]\n00007FFC6B0A8D9800007FFC6B0A8C70 torch_cpu.DLL!at::native::NestedTensorImpl::dim_custom [<unknown file> @ <unknown line number>]\n00007FFC6E20D34A00007FFC6E1C69E0 torch_cpu.DLL!torch::jit::ensure_c10_registerer_defined [<unknown file> @ <unknown line number>]\n00007FFC6E40E96500007FFC6E40E830 torch_cpu.DLL!torch::nn::EmbeddingImpl::reset [<unknown file> @ <unknown line number>]\n00007FFC6E40D50E00007FFC6E40D470 torch_cpu.DLL!torch::nn::EmbeddingImpl::EmbeddingImpl [<unknown file> @ <unknown line number>]\n00007FFC8B29AD3C00007FFC8B297280 LibTorchSharp.DLL!THSNN_custom_module [<unknown file> @ <unknown line number>]\n00007FFC8B2BF73400007FFC8B2BF610 LibTorchSharp.DLL!THSNN_Embedding_ctor [<unknown file> @ <unknown line number>]\n00007FFC298A42B8 <unknown symbol address> !<unknown symbol> [<unknown file> @ <unknown line number>]\n
- CallStack
at TorchSharp.torch.CheckForErrors() at TorchSharp.torch.nn.Embedding(Int64 num_embeddings, Int64 embedding_dims, Nullable`1 padding_idx, Nullable`1 max_norm, Double norm_type, Boolean scale_grad_by_freq, Boolean sparse, Device device, Nullable`1 dtype) at Microsoft.ML.GenAI.LLaMA.Module.LlamaModel..ctor(LlamaConfig config, String device) in D:\a\_work\1\s\src\Microsoft.ML.GenAI.LLaMA\Module\LlamaModel.cs:line 33 at Microsoft.ML.GenAI.LLaMA.LlamaForCausalLM..ctor(LlamaConfig config, String device) in D:\a\_work\1\s\src\Microsoft.ML.GenAI.LLaMA\LlamaForCausalLM.cs:line 33 at Microsoft.ML.GenAI.LLaMA.Tests.LLaMA3_1Tests.Llama_3_1_405b_ShapeTest() in D:\a\_work\1\s\test\Microsoft.ML.GenAI.LLaMA.Tests\LLaMA3_1Tests.cs:line 57 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Failing Configuration
❌ Microsoft.ML.Tests.DatabaseLoaderTests.IrisLightGbm [Details] [0.11% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
- Exception Message
System.Data.SqlClient.SqlException : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Error occurred during LocalDB instance startup: SQL Server process failed to start.\r\n)\r\n---- System.ComponentModel.Win32Exception : Unknown error (0x89c5010a)
- CallStack
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Microsoft.ML.Data.DatabaseLoader.Cursor.get_Connection() in D:\a\_work\1\s\src\Microsoft.ML.Data\DataLoadSave\Database\DatabaseLoaderCursor.cs:line 64 at Microsoft.ML.Data.DatabaseLoader.Cursor.get_Command() in D:\a\_work\1\s\src\Microsoft.ML.Data\DataLoadSave\Database\DatabaseLoaderCursor.cs:line 76 at Microsoft.ML.Data.DatabaseLoader.Cursor.get_DataReader() in D:\a\_work\1\s\src\Microsoft.ML.Data\DataLoadSave\Database\DatabaseLoaderCursor.cs:line 90 at Microsoft.ML.Data.DatabaseLoader.Cursor.GetColumnIndex(ColInfo colInfo) in D:\a\_work\1\s\src\Microsoft.ML.Data\DataLoadSave\Database\DatabaseLoaderCursor.cs:line 769 at Microsoft.ML.Data.DatabaseLoader.Cursor.CreateInt32GetterDelegate(ColInfo colInfo) in D:\a\_work\1\s\src\Microsoft.ML.Data\DataLoadSave\Database\DatabaseLoaderCursor.cs:line 327 at Microsoft.ML.Data.DatabaseLoader.Cursor.CreateGetterDelegate[TValue](Int32 col) in D:\a\_work\1\s\src\Microsoft.ML.Data\DataLoadSave\Database\DatabaseLoaderCursor.cs:line 205 at InvokeStub_Cursor.CreateGetterDelegate(Object, Span`1) at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) ----- Inner Stack Trace -----
Failing Configurations (2)
MachineLearning-CI / Windows_x64_NetFx48 / Windows_x64_NetFx48 Release_Build / Run Helix Tests
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]-
❌Cmd.exe exited with code '1'.
Non-Deterministic Test Failures Detected
❌ Microsoft.ML.TensorFlow.Tests.WorkItemExecution [Console] [Details] [Artifacts] [0.20% failure rate]
-
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]
Failing Configuration
Loading