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

[main] Update dependencies from dotnet/aspnetcore #47315

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

dotnet-maestro[bot]
Copy link
Contributor

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

This pull request updates the following dependencies

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

…0250306.1

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Metadata , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.DotNet.Web.ItemTemplates.10.0 , Microsoft.DotNet.Web.ProjectTemplates.10.0 , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.10.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 10.0.0-preview.3.25155.2 -> To Version 10.0.0-preview.3.25156.1
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CodeFlow untriaged Request triage from a team member labels Mar 6, 2025
Copy link
Contributor Author

dotnet-maestro bot commented Mar 6, 2025

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

@dotnet/aspnet-build

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/aspnetcore) 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

@eerhardt
Copy link
Member

eerhardt commented Mar 6, 2025

Build failure seems to be:

The process cannot access the file 'D:\a_work\1\s\artifacts\SymStore\Release\Microsoft.Net.Sdk.Compilers.Toolset\net10.0\Microsoft.Net.Sdk.Compilers.Toolset.pdb' because it is being used by another process.

From the binlog:

CommandLineArguments = "D:\a\_work\1\s\.packages\microsoft.diasymreader.pdb2pdb\1.1.0-beta2-19575-01\tools\Pdb2Pdb.exe" "D:\a\_work\1\s\artifacts\bin\Microsoft.Net.Sdk.Compilers.Toolset\Release\net10.0\Microsoft.Net.Sdk.Compilers.Toolset.dll" /out "D:\a\_work\1\s\artifacts\SymStore\Release\Microsoft.Net.Sdk.Compilers.Toolset\net10.0\Microsoft.Net.Sdk.Compilers.Toolset.pdb" /srcsvrvar SRC_INDEX=public

Anyone ever see this before? cc @marcpopMSFT

Looking at

<IsPackable>true</IsPackable>
<IsShippingPackage>true</IsShippingPackage>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoPackageAnalysis>true</NoPackageAnalysis>

Should this csproj even be producing a .dll and .pdb? What is it used for?

@edvilme edvilme merged commit 69e5a3e into main Mar 6, 2025
45 checks passed
@edvilme edvilme deleted the darc-main-4116b814-bb18-4aa5-933f-046727cc6e9a branch March 6, 2025 21:53
@edvilme
Copy link
Member

edvilme commented Mar 6, 2025

Build failure seems to be:

The process cannot access the file 'D:\a_work\1\s\artifacts\SymStore\Release\Microsoft.Net.Sdk.Compilers.Toolset\net10.0\Microsoft.Net.Sdk.Compilers.Toolset.pdb' because it is being used by another process.

From the binlog:

CommandLineArguments = "D:\a\_work\1\s\.packages\microsoft.diasymreader.pdb2pdb\1.1.0-beta2-19575-01\tools\Pdb2Pdb.exe" "D:\a\_work\1\s\artifacts\bin\Microsoft.Net.Sdk.Compilers.Toolset\Release\net10.0\Microsoft.Net.Sdk.Compilers.Toolset.dll" /out "D:\a\_work\1\s\artifacts\SymStore\Release\Microsoft.Net.Sdk.Compilers.Toolset\net10.0\Microsoft.Net.Sdk.Compilers.Toolset.pdb" /srcsvrvar SRC_INDEX=public

Anyone ever see this before? cc @marcpopMSFT

Looking at

<IsPackable>true</IsPackable>
<IsShippingPackage>true</IsShippingPackage>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoPackageAnalysis>true</NoPackageAnalysis>

Should this csproj even be producing a .dll and .pdb? What is it used for?

That might ocassionally happen due to things such as race conditions trying to access the file at the same time. Rerunning the job fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CodeFlow untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants