Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0.1xx] Update dependencies from dotnet/templating #47342

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Mar 7, 2025

This pull request updates the following dependencies

From https://github.com/dotnet/templating

…0250306.13

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.105-servicing.25156.6 -> To Version 9.0.105-servicing.25156.13
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Mar 7, 2025
Copy link
Contributor Author

dotnet-maestro bot commented Mar 7, 2025

Notification for subscribed users from https://github.com/dotnet/templating:

@dotnet/templating-engine-maintainers

Action requested: Please take a look at this failing automated dependency-flow pull request's checks; failures may be related to changes which originated in your repo.

  • This pull request contains changes from your source repo (https://github.com/dotnet/templating) and seems to have failed checks in this PR. Please take a peek at the failures and comment if they seem relevant to your changes.
  • If you're being tagged in this comment it is due to an entry in the related Maestro Subscription of the Build Asset Registry. If you feel this entry has added your GitHub login or your GitHub team in error, please update the subscription to reflect this.
  • For more details, please read the Arcade Darc documentation

@v-wuzhai
Copy link
Member

v-wuzhai commented Mar 7, 2025

@dotnet/source-build Could you take a look at the failures here?

@mthalman
Copy link
Member

mthalman commented Mar 7, 2025

For reference purposes, this was the error that occurred in the VMR scenario tests. This was an intermittent error as it did not occur again on a retry.

    [FAIL] Microsoft.DotNet.ScenarioTests.SdkTemplateTests.SdkTemplateTests.VerifyWebTemplatePublishBundledAot
    System.InvalidOperationException : Failed to execute /vmr/artifacts/obj/extracted-dotnet-sdk/dotnet publish  /p:PublishAot=true /bl:/vmr/artifacts/scenario-tests/artifacts/SdkTemplateTestsAot_Web_CSharp/publish--aot.binlog
    Exit code: 1
    Determining projects to restore...
      Restored /vmr/artifacts/scenario-tests/artifacts/SdkTemplateTestsAot_Web_CSharp/SdkTemplateTestsAot_Web_CSharp.csproj (in 2.06 sec).
      SdkTemplateTestsAot_Web_CSharp -> /vmr/artifacts/scenario-tests/artifacts/SdkTemplateTestsAot_Web_CSharp/bin/Release/net9.0/linux-x64/SdkTemplateTestsAot_Web_CSharp.dll
      Generating native code
EXEC : error : One or more errors occurred. (Code generation failed for method '[S.P.CoreLib]System.Runtime.TypeCast.CheckArrayStore(object,object)') [/vmr/artifacts/scenario-tests/artifacts/SdkTemplateTestsAot_Web_CSharp/SdkTemplateTestsAot_Web_CSharp.csproj] [/vmr/src/scenario-tests/src/Microsoft.DotNet.ScenarioTests.SdkTemplateTests/Microsoft.DotNet.ScenarioTests.SdkTemplateTests.csproj] [/vmr/repo-projects/scenario-tests.proj]
##[error]EXEC(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) One or more errors occurred. (Code generation failed for method '[S.P.CoreLib]System.Runtime.TypeCast.CheckArrayStore(object,object)') [/vmr/artifacts/scenario-tests/artifacts/SdkTemplateTestsAot_Web_CSharp/SdkTemplateTestsAot_Web_CSharp.csproj]
      System.AggregateException: One or more errors occurred. (Code generation failed for method '[S.P.CoreLib]System.Runtime.TypeCast.CheckArrayStore(object,object)')
       ---> ILCompiler.CodeGenerationFailedException: Code generation failed for method '[S.P.CoreLib]System.Runtime.TypeCast.CheckArrayStore(object,object)'
       ---> ILCompiler.NativeAotFatalErrorException: ILC: error IL1013: Error processing 'name'.
       ---> System.NullReferenceException: Object reference not set to an instance of an object.
         at System.Xml.XPath.XNodeNavigator.MoveToFirstChild() + 0x22
         at MS.Internal.Xml.XPath.XPathChildIterator.MoveNext() + 0x1c
         at System.Xml.XPath.XPathNodeIterator.Enumerator.MoveNext() + 0xe9
         at ILCompiler.ProcessLinkerXmlBase.ProcessAssemblies(XPathNavigator) + 0x169
         at ILCompiler.ProcessLinkerXmlBase.ProcessXml(Boolean) + 0x105
         --- End of inner exception stack trace ---
         at ILCompiler.ProcessLinkerXmlBase.ProcessXml(Boolean) + 0x25b
         at ILCompiler.SubstitutionProvider.AssemblyFeatureInfo..ctor(EcmaModule, Logger, IReadOnlyDictionary`2, BodyAndFieldSubstitutions) + 0x195
         at ILCompiler.SubstitutionProvider.FeatureSwitchHashtable.CreateValueFromKey(EcmaModule) + 0x35
         at Internal.TypeSystem.LockFreeReaderHashtable`2.CreateValueAndEnsureValueIsInTable(TKey) + 0x14
         at ILCompiler.SubstitutionProvider.GetSubstitution(MethodDesc) + 0x78
         at ILCompiler.SubstitutedILProvider.GetMethodIL(MethodDesc) + 0x20
         at ILCompiler.Compilation.CombinedILProvider.GetMethodIL(MethodDesc) + 0x1f
         at ILCompiler.Compilation.ILCache.CreateValueFromKey(MethodDesc) + 0x3a
         at Internal.TypeSystem.LockFreeReaderHashtable`2.CreateValueAndEnsureValueIsInTable(TKey) + 0x14
         at ILCompiler.Compilation.GetMethodIL(MethodDesc) + 0xc0
         at Internal.IL.ILImporter..ctor(ILScanner, MethodDesc, MethodIL) + 0x5a
         at ILCompiler.ILScanner.CompileSingleMethod(ScannedMethodNode) + 0x46
         --- End of inner exception stack trace ---
         at ILCompiler.ILScanner.CompileSingleMethod(ScannedMethodNode) + 0x20e
         at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker&, Int64, Boolean&) + 0x10a
      --- End of stack trace from previous location ---
         at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker&, Int64, Boolean&) + 0x51b
         at System.Threading.Tasks.TaskReplicator.Replica.Execute() + 0x8d
         --- End of inner exception stack trace ---
         at System.Threading.Tasks.TaskReplicator.Run[TState](TaskReplicator.ReplicatableUserAction`1, ParallelOptions, Boolean) + 0x2bf
         at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x216
      --- End of stack trace from previous location ---
         at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection, CancellationToken, Exception) + 0x31
         at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x42e
         at ILCompiler.ILScanner.CompileMultiThreaded(List`1) + 0x242
         at ILCompiler.ILScanner.ComputeDependencyNodeDependencies(List`1) + 0x170
         at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes() + 0x9f
         at ILCompiler.ILScanner.ILCompiler.IILScanner.Scan() + 0x19
         at ILCompiler.Program.<Run>g__RunScanner|4_0(Program.<>c__DisplayClass4_0&) + 0x21f
         at ILCompiler.Program.Run() + 0x29d0
         at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass240_0.<.ctor>b__0(ParseResult) + 0x31e
/vmr/src/scenario-tests/.packages/microsoft.dotnet.ilcompiler/9.0.2/build/Microsoft.NETCore.Native.targets(317,5): error MSB3073: The command ""/vmr/src/scenario-tests/.packages/runtime.linux-x64.microsoft.dotnet.ilcompiler/9.0.2/tools/ilc" @"obj/Release/net9.0/linux-x64/native/SdkTemplateTestsAot_Web_CSharp.ilc.rsp"" exited with code 1. [/vmr/artifacts/scenario-tests/artifacts/SdkTemplateTestsAot_Web_CSharp/SdkTemplateTestsAot_Web_CSharp.csproj] [/vmr/src/scenario-tests/src/Microsoft.DotNet.ScenarioTests.SdkTemplateTests/Microsoft.DotNet.ScenarioTests.SdkTemplateTests.csproj] [/vmr/repo-projects/scenario-tests.proj]

@edvilme edvilme merged commit 9c60697 into release/9.0.1xx Mar 7, 2025
37 of 38 checks passed
@edvilme edvilme deleted the darc-release/9.0.1xx-b9ac5ed5-1ef3-4519-83f8-64f15cfda0be branch March 7, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants