Skip to content

Conversation

@MackinnonBuck
Copy link
Member

No description provided.

@MackinnonBuck MackinnonBuck added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Oct 17, 2022
@MackinnonBuck MackinnonBuck requested review from a team, dougbu and wtgodbe as code owners October 17, 2022 17:25
@ghost
Copy link

ghost commented Oct 17, 2022

Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at.

@MackinnonBuck
Copy link
Member Author

Hm, looks like we're getting consistent restore failures on Linux x64:

/mnt/vss/_work/1/s/.dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: The "RestoreTask" task failed unexpectedly. [/tmp/ny2zgffl.epz/restore.csproj] [/mnt/vss/_work/1/s/.packages/microsoft.dotnet.arcade.sdk/8.0.0-beta.22513.2/tools/Tools.proj]
##[error].dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Restore) The "RestoreTask" task failed unexpectedly. [/tmp/ny2zgffl.epz/restore.csproj]
/mnt/vss/_work/1/s/.dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: System.Threading.AbandonedMutexException: The wait completed due to an abandoned mutex. [/tmp/ny2zgffl.epz/restore.csproj] [/mnt/vss/_work/1/s/.packages/microsoft.dotnet.arcade.sdk/8.0.0-beta.22513.2/tools/Tools.proj]
##[error].dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Restore) System.Threading.AbandonedMutexException: The wait completed due to an abandoned mutex. [/tmp/ny2zgffl.epz/restore.csproj]
/mnt/vss/_work/1/s/.dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: at System.Threading.WaitHandle.WaitOneNoCheck(Int32 millisecondsTimeout) [/tmp/ny2zgffl.epz/restore.csproj] [/mnt/vss/_work/1/s/.packages/microsoft.dotnet.arcade.sdk/8.0.0-beta.22513.2/tools/Tools.proj]
##[error].dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Restore) at System.Threading.WaitHandle.WaitOneNoCheck(Int32 millisecondsTimeout) [/tmp/ny2zgffl.epz/restore.csproj]
/mnt/vss/_work/1/s/.dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: at NuGet.Common.Migrations.MigrationRunner.Run() [/tmp/ny2zgffl.epz/restore.csproj] [/mnt/vss/_work/1/s/.packages/microsoft.dotnet.arcade.sdk/8.0.0-beta.22513.2/tools/Tools.proj]
##[error].dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Restore) at NuGet.Common.Migrations.MigrationRunner.Run() [/tmp/ny2zgffl.epz/restore.csproj]
/mnt/vss/_work/1/s/.dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: at NuGet.Build.Tasks.RestoreTask.Execute() [/tmp/ny2zgffl.epz/restore.csproj] [/mnt/vss/_work/1/s/.packages/microsoft.dotnet.arcade.sdk/8.0.0-beta.22513.2/tools/Tools.proj]
##[error].dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Restore) at NuGet.Build.Tasks.RestoreTask.Execute() [/tmp/ny2zgffl.epz/restore.csproj]
/mnt/vss/_work/1/s/.dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() [/tmp/ny2zgffl.epz/restore.csproj] [/mnt/vss/_work/1/s/.packages/microsoft.dotnet.arcade.sdk/8.0.0-beta.22513.2/tools/Tools.proj]
##[error].dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Restore) at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() [/tmp/ny2zgffl.epz/restore.csproj]
/mnt/vss/_work/1/s/.dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [/tmp/ny2zgffl.epz/restore.csproj] [/mnt/vss/_work/1/s/.packages/microsoft.dotnet.arcade.sdk/8.0.0-beta.22513.2/tools/Tools.proj]
##[error].dotnet/sdk/8.0.100-alpha.1.22514.14/NuGet.targets(132,5): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Restore) at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [/tmp/ny2zgffl.epz/restore.csproj]

We should try updating to the next nightly tomorrow and see if the issue persists.

@TanayParikh
Copy link
Contributor

TanayParikh commented Oct 18, 2022

We should try updating to the next nightly tomorrow and see if the issue persists.

8.0.100-alpha.1.22514.14 is still latest, awaiting next bump.

Edit: 3:45 PM PT, still no bump available.

Edit: Oct 19, 11:25 AM PT, still no bump.

@TanayParikh
Copy link
Contributor

Still no bump. @mmitche is something potentially blocked in the pipeline, or are bumps just less frequent at this stage in the release?

writer.WritePropertyName(nameof(AllowResponseHeaderCompression));
writer.WriteBooleanValue(AllowResponseHeaderCompression);

writer.WritePropertyName(nameof(EnableAltSvc));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidfowl @Tratcher EnableAltSvc is marked as obsolete and causing build errors. I am removing from here. since the message explicitly say that it no longer has any impact on runtime behavior, that will cause the property not to be serialized when emitting the kestrel (Microsoft-AspNetCore-Server-Kestrel) configuration event (ID: 11).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@brunolins16
Copy link
Member

@wtgodbe @dougbu can you please review.

@brunolins16 brunolins16 merged commit 1e8fe7e into main Oct 24, 2022
@brunolins16 brunolins16 deleted the mbuck/update-sdk-2022-10-17 branch October 24, 2022 23:42
@ghost ghost added this to the 8.0-preview1 milestone Oct 24, 2022
brunolins16 added a commit that referenced this pull request Oct 25, 2022
brunolins16 added a commit that referenced this pull request Oct 25, 2022
brunolins16 added a commit to brunolins16/aspnetcore that referenced this pull request Oct 25, 2022
* Update SDK

* Update global.json

* Trying previous version

* Update global.json

* Updating 8.0.100-alpha.1.22524

* Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9

* Fix CA1507

* Removing EnableAltSvc

Co-authored-by: Sébastien Ros <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
brunolins16 added a commit to brunolins16/aspnetcore that referenced this pull request Oct 25, 2022
* Update SDK

* Update global.json

* Trying previous version

* Update global.json

* Updating 8.0.100-alpha.1.22524

* Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9

* Fix CA1507

* Removing EnableAltSvc

Co-authored-by: Sébastien Ros <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
brunolins16 added a commit to brunolins16/aspnetcore that referenced this pull request Oct 25, 2022
* Update SDK

* Update global.json

* Trying previous version

* Update global.json

* Updating 8.0.100-alpha.1.22524

* Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9

* Fix CA1507

* Removing EnableAltSvc

Co-authored-by: Sébastien Ros <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
brunolins16 added a commit that referenced this pull request Oct 26, 2022
* Update SDK (#44601)

* Update SDK

* Update global.json

* Trying previous version

* Update global.json

* Updating 8.0.100-alpha.1.22524

* Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9

* Fix CA1507

* Removing EnableAltSvc

Co-authored-by: Sébastien Ros <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>

* Adding nuget --version workaround

Co-authored-by: Mackinnon Buck <[email protected]>
Co-authored-by: Sébastien Ros <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants