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

[master] Update dependencies from dotnet/arcade #42959

Closed

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Mar 31, 2020

This pull request updates the following dependencies

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

  • Subscription: d7cf4206-186c-405a-0738-08d7d0ed8d73
  • Build: 20200331.8
  • Date Produced: 3/31/2020 7:29 PM
  • Commit: 778722af849c52ef9108c9927c19eaa4d6ebeb32
  • Branch: refs/heads/release/3.x
  • Updates:
    • Microsoft.DotNet.Arcade.Sdk -> 1.0.0-beta.20181.8

…331.8

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.20181.8
@dotnet-maestro dotnet-maestro bot requested a review from a team as a code owner March 31, 2020 22:04
@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Mar 31, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Auto-approve

@agocke
Copy link
Member

agocke commented Mar 31, 2020

@tmat Any idea how to get more diagnostics here? I'm not sure what's going on.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Mar 31, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

@tmat
Copy link
Member

tmat commented Apr 1, 2020

The log says:

PDB0021: Document name doesn't match any pattern in Source Link: 'C:\Users\vsagent\.nuget\packages\microsoft.codeanalysis.performancesensitiveanalyzers\3.0.0-beta2.20169.3\build\PerformanceSensitiveAttribute.cs'

@tmat
Copy link
Member

tmat commented Apr 1, 2020

The source package doesn't come with a Source Link info.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

@tmat
Copy link
Member

tmat commented Apr 1, 2020

@sharwell @mavasani We need to set IsSourcePackage to true in the project that builds microsoft.codeanalysis.performancesensitiveanalyzers package. Then double-check that Arcade generated Source Link targets to the package.

@agocke
Copy link
Member

agocke commented Apr 1, 2020

I admit, I don't really know what that means 🙃. It may be that that package was only included in source link in 5.0. Is there any way to exclude it? To prevent the build from complaining?

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

@mavasani
Copy link
Contributor

mavasani commented Apr 1, 2020

Tagging @genlu for performance sensitive analyzers.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

@tmat
Copy link
Member

tmat commented Apr 1, 2020

Ah, never mind. The package is adding the source file to EmbeddedFiles.

@tmat
Copy link
Member

tmat commented Apr 1, 2020

I think it's the validation in the Pdb2Pdb that's broken. I think I fixed it at some point though.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

@tmat
Copy link
Member

tmat commented Apr 1, 2020

Here: dotnet/symreader-converter#162 and arcade version update here: dotnet/arcade#4125

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

@agocke
Copy link
Member

agocke commented Apr 1, 2020

@tmat Got it. Since we're moving "backwards" in Arcade, is it possible that's moving the symreader back as well?

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests), roslyn-CI (Windows_Desktop_Unit_Tests debug_32)

@tmat
Copy link
Member

tmat commented Apr 1, 2020

Yes, it is.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration release_async), roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_Correctness_Test), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_CoreClr_Unit_Tests debug), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Unit_Tests debug_32), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests)

@agocke
Copy link
Member

agocke commented Apr 1, 2020

@tmat It looks like the compatible package version, 1.1.0-beta2-19516-01, doesn't exist in the dnceng feed, only on MyGet. Is there a way to add it to the dnceng feed?

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration release_async), roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_Correctness_Test), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_CoreClr_Unit_Tests debug), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Unit_Tests debug_32), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests)

@agocke
Copy link
Member

agocke commented Apr 1, 2020

@markwilkie Is there any way to manually add a package to the feed? It looks like symbol publishing requires a version of Pdb2Pdb that isn't on the dnceng feed

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration release_async), roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_Correctness_Test), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_CoreClr_Unit_Tests debug), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Unit_Tests debug_32), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests)

@markwilkie
Copy link
Member

Should be possible. @JohnTortugo can probably help.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration release_async), roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_Correctness_Test), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_CoreClr_Unit_Tests debug), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Unit_Tests debug_32), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests)

@tmat
Copy link
Member

tmat commented Apr 1, 2020

@tmat It looks like the compatible package version, 1.1.0-beta2-19516-01, doesn't exist in the dnceng feed, only on MyGet. Is there a way to add it to the dnceng feed?

I don't understand. The latest version (1.1.0-beta2-20115-01) does not work?

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-integration-CI (VS_Integration release_async), roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Unit_Tests debug_32), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests)

@dotnet-maestro dotnet-maestro bot requested a review from a team as a code owner April 1, 2020 22:07
@agocke
Copy link
Member

agocke commented Apr 1, 2020

@tmat no, it looks newer versions don't accept the /verbose flag

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 1, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: roslyn-integration-CI, roslyn-CI, roslyn-integration-CI (VS_Integration release_async), roslyn-integration-CI (VS_Integration debug_async), roslyn-CI (Windows_Correctness_Test), roslyn-CI (Windows_CoreClr_Unit_Tests release), roslyn-CI (Windows_CoreClr_Unit_Tests debug), roslyn-CI (Windows_Desktop_Unit_Tests release_64), roslyn-CI (Windows_Desktop_Unit_Tests release_32), roslyn-CI (Windows_Desktop_Unit_Tests debug_64), roslyn-CI (Windows_Desktop_Unit_Tests debug_32), roslyn-CI (Windows_Desktop_Spanish_Unit_Tests)

@agocke agocke closed this Apr 2, 2020
@agocke agocke deleted the darc-master-ec12e34a-0f0e-4c56-9693-974ad75fe3a0 branch April 2, 2020 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants