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

Improve display for SerializedMetadataReference #51919

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

sharwell
Copy link
Member

No description provided.

@dotnet dotnet deleted a comment from azure-pipelines bot Mar 17, 2021
@sharwell
Copy link
Member Author

Build failure showed the same file path; need to update the change to include properties that are part of the checksum.

@dotnet dotnet deleted a comment from azure-pipelines bot Mar 18, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Mar 18, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Mar 18, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Mar 18, 2021
@sharwell
Copy link
Member Author

System.InvalidOperationException: Differences detected in solution checksum: assets only in new solutoin but not in the request
V2jsrDflFYgFLoTHAwV0pWQwCz8=, Microsoft.CodeAnalysis.Serialization.SolutionStateChecksums
1byy8cCC7RQ43k53OcpUlWaoUA4=, Microsoft.CodeAnalysis.Serialization.ProjectChecksumCollection
+R3KjPyqJ5bk/Vec9FfMj7pNgjA=, Microsoft.CodeAnalysis.Serialization.ProjectStateChecksums
kn7NGPZAh0HahkMAzJ7f0DGLXUw=, Microsoft.CodeAnalysis.Serialization.MetadataReferenceChecksumCollection
BW9a8mec0txFk4Y32yY9VEa1Exo=, C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\WindowsBase.dll {"Checksum":BZOZ52irYCqFhLrczvveQQc6mLc=,"Kind":Assembly,"Aliases":[],"EmbedInteropTypes":False,"HasRecursiveAliases":False}

assets only in the incremental solution but not in the request
V2jsrDflFYgFLoTHAwV0pWQwCz8=, Microsoft.CodeAnalysis.Serialization.SolutionStateChecksums
1byy8cCC7RQ43k53OcpUlWaoUA4=, Microsoft.CodeAnalysis.Serialization.ProjectChecksumCollection
+R3KjPyqJ5bk/Vec9FfMj7pNgjA=, Microsoft.CodeAnalysis.Serialization.ProjectStateChecksums
kn7NGPZAh0HahkMAzJ7f0DGLXUw=, Microsoft.CodeAnalysis.Serialization.MetadataReferenceChecksumCollection
BW9a8mec0txFk4Y32yY9VEa1Exo=, C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\WindowsBase.dll {"Checksum":BZOZ52irYCqFhLrczvveQQc6mLc=,"Kind":Assembly,"Aliases":[],"EmbedInteropTypes":False,"HasRecursiveAliases":False}

assets only in the request but not in new solution
j6qt4KvXOWeJs5zxUrSM4CQqmSs=, Microsoft.CodeAnalysis.Serialization.SolutionStateChecksums
lkDVOklCAT+rGfJpsqZtpir/LAA=, Microsoft.CodeAnalysis.Serialization.ProjectChecksumCollection
PWJuiG0RfkDSukCQv7SlwcZL9uM=, Microsoft.CodeAnalysis.Serialization.ProjectStateChecksums
t5dtMDQBIGchvck5d7qbkYNOj9E=, Microsoft.CodeAnalysis.Serialization.MetadataReferenceChecksumCollection
8wQ2hemhB7GqblV59EKeEe4jLAU=, C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\WindowsBase.dll {"Checksum":BZOZ52irYCqFhLrczvveQQc6mLc=,"Kind":Assembly,"Aliases":[],"EmbedInteropTypes":False,"HasRecursiveAliases":False}

assets only in the request but not in incremental solution
j6qt4KvXOWeJs5zxUrSM4CQqmSs=, Microsoft.CodeAnalysis.Serialization.SolutionStateChecksums
lkDVOklCAT+rGfJpsqZtpir/LAA=, Microsoft.CodeAnalysis.Serialization.ProjectChecksumCollection
PWJuiG0RfkDSukCQv7SlwcZL9uM=, Microsoft.CodeAnalysis.Serialization.ProjectStateChecksums
t5dtMDQBIGchvck5d7qbkYNOj9E=, Microsoft.CodeAnalysis.Serialization.MetadataReferenceChecksumCollection
8wQ2hemhB7GqblV59EKeEe4jLAU=, C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\WindowsBase.dll {"Checksum":BZOZ52irYCqFhLrczvveQQc6mLc=,"Kind":Assembly,"Aliases":[],"EmbedInteropTypes":False,"HasRecursiveAliases":False}



   at Microsoft.CodeAnalysis.Remote.ThrowingTraceListener.Fail(String message, String detailMessage) in /_/src/Workspaces/Remote/ServiceHub/Services/Host/ThrowingTraceListener.cs:line 25
   at System.Diagnostics.TraceInternal.Fail(String message)
   at Microsoft.CodeAnalysis.Remote.TestUtils.<AssertChecksumsAsync>d__2.MoveNext() in /_/src/Workspaces/Remote/ServiceHub/Host/TestUtils.cs:line 79
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
   at Microsoft.CodeAnalysis.Remote.RemoteWorkspace.SolutionCreator.<ValidateChecksumAsync>d__19.MoveNext() in /_/src/Workspaces/Remote/ServiceHub/Host/RemoteWorkspace.SolutionCreator.cs:line 525
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
   at Microsoft.CodeAnalysis.Remote.RemoteWorkspace.SolutionCreator.<CreateSolutionAsync>d__6.MoveNext() in /_/src/Workspaces/Remote/ServiceHub/Host/RemoteWorkspace.SolutionCreator.cs:line 89
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   at Microsoft.CodeAnalysis.Remote.RemoteWorkspace.<CreateSolution_NoLockAsync>d__10.MoveNext() in /_/src/Workspaces/Remote/ServiceHub/Host/RemoteWorkspace.cs:line 135
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   at Microsoft.CodeAnalysis.Remote.RemoteWorkspace.<UpdatePrimaryBranchSolutionAsync>d__9.MoveNext() in /_/src/Workspaces/Remote/ServiceHub/Host/RemoteWorkspace.cs:line 92
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
   at Microsoft.CodeAnalysis.Remote.RemoteAssetSynchronizationService.<>c__DisplayClass2_0.<<SynchronizePrimaryWorkspaceAsync>b__0>d.MoveNext() in /_/src/Workspaces/Remote/ServiceHub/Services/AssetSynchronization/RemoteAssetSynchronizationService.cs:line 36
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.GetResult()
   at Microsoft.CodeAnalysis.Remote.BrokeredServiceBase.<RunServiceImplAsync>d__14.MoveNext() in /_/src/Workspaces/Remote/ServiceHub/Services/BrokeredServiceBase.cs:line 91<---

@sharwell
Copy link
Member Author

Will reopen for continued investigation if #51976 did not fix the integration test flakiness.

@sharwell sharwell closed this Mar 19, 2021
@sharwell sharwell reopened this Mar 19, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Mar 19, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Mar 20, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Apr 1, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Apr 2, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Apr 2, 2021
@dotnet dotnet deleted a comment from azure-pipelines bot Apr 2, 2021
@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 3, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 3, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 4, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 5, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 5, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 5, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 5, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 5, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 6, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 6, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 6, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell
Copy link
Member Author

sharwell commented Apr 6, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@sharwell sharwell closed this Apr 6, 2021
@sharwell sharwell reopened this Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant