Eric StJohn

Results 305 comments of Eric StJohn

Some recent related work: https://github.com/dotnet/machinelearning/pull/7410 https://github.com/dotnet/machinelearning/pull/6703 The mlnet images are required which add additional dependencies needed to run MLNET (tests) and I think we still build many of them -->...

Looks to me like we are using: https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L40 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L43 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L46 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L49 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L73 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L96 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L107 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/.vsts-dotnet-ci.yml#L118 And for official build https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/build/vsts-ci.yml#L65 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/build/vsts-ci.yml#L67 https://github.com/dotnet/machinelearning/blob/52e0db199b82f2aee20f479022b8544c2dd6892b/build/vsts-ci.yml#L69 So it sounds like all those ubuntu 18.04...

@luisquintanilla @tarekgh

@Lavshyak would you like to have a try at improving the documentation? cc @michaelgsharp @tarekgh

Failed again in https://github.com/dotnet/runtime/pull/89196 ``` System.Diagnostics.Tests.ProcessTests.LongProcessNamesAreSupported [FAIL] Assert.Contains() Failure Not found: (filter expression) In value: Process[] [System.Diagnostics.Process (helix_docker_work.sh), System.Diagnostics.Process (execute.sh), System.Diagnostics.Process (bash), System.Diagnostics.Process (dotnet), System.Diagnostics.Process (123456789012345)] Stack Trace: /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs(2298,0): at...

Relevant test case: https://github.com/dotnet/runtime/blob/50ba405797f6cc57d57ff4d2503079b4c32acc7b/src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs#L2289C45-L2298 Seems to me like that last process is the one, but it's name was truncated: `System.Diagnostics.Process (123456789012345)`

``` System.UnauthorizedAccessException : Attempted to perform an unauthorized operation. Stack trace at System.Security.AccessControl.Win32.SetSecurityInfo(ResourceType type, String name, SafeHandle handle, SecurityInfos securityInformation, SecurityIdentifier owner, SecurityIdentifier group, GenericAcl sacl, GenericAcl dacl) in /_/src/libraries/System.Security.AccessControl/src/System/Security/AccessControl/Win32.cs:line...

Yes, that's exactly how the prototyping I did on this worked. Dump a ton of information about the product, then analyze it. My analysis tool was excel 😆 We also...

@mmitche what's the status on getting this added to unified build?