-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Labels
area-testingImprovements in CI and testingImprovements in CI and testing
Description
SDK under test is:
Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
at System.Environment.FailFast(System.String)
at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
at System.Globalization.GlobalizationMode..cctor()
at System.Globalization.CultureData.CreateCultureWithInvariantData()
at System.Globalization.CultureData.get_Invariant()
at System.Globalization.CultureInfo..cctor()
at System.Version.TryParseComponent(System.ReadOnlySpan`1<Char>, System.String, Boolean, Int32 ByRef)
at System.Version.ParseVersion(System.ReadOnlySpan`1<Char>, Boolean)
at System.Version.TryParse(System.String, System.Version ByRef)
at Microsoft.DotNet.PlatformAbstractions.Native.PlatformApis.GetDarwinVersion()
at Microsoft.DotNet.PlatformAbstractions.Native.PlatformApis.GetOSVersion()
at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment..cctor()
at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment.GetRuntimeIdentifier()
at Microsoft.DotNet.Cli.MulticoreJitProfilePathCalculator.CalculateProfileRootPath()
at Microsoft.DotNet.Cli.MulticoreJitActivator.StartCliProfileOptimization()
at Microsoft.DotNet.Cli.MulticoreJitActivator.TryActivateMulticoreJit()
at Microsoft.DotNet.Cli.Program.Main(System.String[])
./smoke-test.sh: line 399: 86759 Abort trap: 6 "$dotnetDir/dotnet" --info
/Users/runner/work/1/s/build.proj(230,5): error MSB3073: The command "./smoke-test.sh --minimal --projectOutput --configuration Release --archiveRestoredPackages --excludeWebHttpsTests" exited with code 134.
This seems to be flakiness: the PR that hit this didn't change anything about this job, and the "Initialize job" step appears identical to an earlier PR validation run that failed. Time will tell.
Metadata
Metadata
Assignees
Labels
area-testingImprovements in CI and testingImprovements in CI and testing