Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25321-03, preview1-25322-02, preview1-25321-02, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25322-01, respectively (master)#20025

Merged
weshaggard merged 3 commits into
dotnet:masterfrom
dotnet-bot:master-UpdateDependencies
May 24, 2017

Conversation

@dotnet-bot
Copy link
Copy Markdown

@dotnet-bot dotnet-bot commented May 19, 2017

No description provided.

@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreSetup to preview1-25319-05, preview2-25319-05, respectively (master) Update CoreClr, CoreFx, CoreSetup to preview1-25319-05, preview1-25320-01, preview2-25319-05, respectively (master) May 20, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from 4168372 to 6feda2e Compare May 20, 2017 01:18
Comment thread dependencies.props Outdated
<CoreFxExpectedPrerelease>preview2-25319-04</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>preview2-25316-03</CoreClrExpectedPrerelease>
<CoreFxExpectedPrerelease>preview1-25320-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>preview1-25319-05</CoreClrExpectedPrerelease>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@dagood, why are these going backwards to preview1?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

master is building for 2.1.0 now, so the prerelease spec is reset to preview1. It's clearer in the full package version upgrade: 2.0.0-preview2-25319-02 -> 2.1.0-preview1-25320-02.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks, @dagood. Do you know why the build is failing? It seems to be missing something for corelib that was previously there.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The CoreCLR it's trying to insert is missing https://github.com/dotnet/coreclr/pull/11355/files

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't know why this is happening, but I don't see any infrastructural reason for it. @weshaggard @gkhanna79

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

That PR was merged 19 days ago - a fundamental issue with the change should have come up earlier. Have we looked into where is the ApiCompat tool looking for the API? In SPC.dll or some library built in CoreFX?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

See my fix with 444ea73. The issue was we were downgrading the package minor version so it was picking an older runtime package without these changes.

@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup to preview1-25319-05, preview1-25320-01, preview2-25319-05, respectively (master) Update CoreClr, CoreFx, CoreSetup to preview1-25319-05, preview1-25320-02, preview2-25319-05, respectively (master) May 20, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from 6feda2e to a7d1600 Compare May 20, 2017 13:56
@karelz karelz modified the milestone: 2.1.0 May 20, 2017
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup to preview1-25319-05, preview1-25320-02, preview2-25319-05, respectively (master) Update CoreClr, CoreFx, CoreSetup to preview1-25320-05, preview1-25320-02, preview1-25320-01, respectively (master) May 20, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from a7d1600 to fe7a314 Compare May 20, 2017 18:52
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup to preview1-25320-05, preview1-25320-02, preview1-25320-01, respectively (master) Update CoreClr, CoreFx, CoreSetup to preview1-25320-05, preview1-25321-01, preview1-25320-02, respectively (master) May 21, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from fe7a314 to edde868 Compare May 21, 2017 01:32
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup to preview1-25320-05, preview1-25321-01, preview1-25320-02, respectively (master) Update CoreClr, CoreFx, CoreSetup, External to preview1-25320-05, preview1-25321-01, preview1-25320-02, beta-25321-00, respectively (master) May 21, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from edde868 to f4ddf12 Compare May 21, 2017 05:17
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup, External to preview1-25320-05, preview1-25321-01, preview1-25320-02, beta-25321-00, respectively (master) Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-02, preview1-25321-01, preview1-25320-02, beta-25321-00, respectively (master) May 21, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from f4ddf12 to f03674c Compare May 21, 2017 12:56
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-02, preview1-25321-01, preview1-25320-02, beta-25321-00, respectively (master) Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-02, preview1-25321-02, preview1-25320-02, beta-25321-00, respectively (master) May 21, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from f03674c to 759856f Compare May 21, 2017 13:26
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-02, preview1-25321-02, preview1-25320-02, beta-25321-00, respectively (master) Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-03, preview1-25321-02, preview1-25321-02, beta-25321-00, respectively (master) May 22, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from 759856f to 78fb7ac Compare May 22, 2017 01:00
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-03, preview1-25321-02, preview1-25321-02, beta-25321-00, respectively (master) Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-03, preview1-25322-01, preview1-25321-02, beta-25321-00, respectively (master) May 22, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from 78fb7ac to 61698c2 Compare May 22, 2017 01:18
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup, External to preview1-25321-03, preview1-25322-01, preview1-25321-02, beta-25321-00, respectively (master) Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC to preview1-25321-03, preview1-25322-01, preview1-25321-02, beta-25321-00, beta-25322-00, beta-25322-00, respectively (master) May 22, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from 61698c2 to e7c6b4a Compare May 22, 2017 03:16
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC to preview1-25321-03, preview1-25322-01, preview1-25321-02, beta-25321-00, beta-25322-00, beta-25322-00, respectively (master) Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC to preview1-25321-03, preview1-25322-01, preview1-25321-02, beta-25322-00, beta-25322-00, beta-25322-00, respectively (master) May 22, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from e7c6b4a to 6e63b61 Compare May 22, 2017 05:16
@dotnet-bot dotnet-bot changed the title Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC to preview1-25321-03, preview1-25322-01, preview1-25321-02, beta-25322-00, beta-25322-00, beta-25322-00, respectively (master) Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25321-03, preview1-25322-02, preview1-25321-02, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25322-01, respectively (master) May 22, 2017
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from 6e63b61 to ec4692e Compare May 22, 2017 13:25
…TestILC, Standard to preview1-25321-03, preview1-25322-02, preview1-25321-02, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25322-01, respectively
@dotnet-bot dotnet-bot force-pushed the master-UpdateDependencies branch from ec4692e to 544b07a Compare May 22, 2017 13:26
@weshaggard
Copy link
Copy Markdown
Member

Pulling down to build and looking into this.

Instead of only looking at the prerelease we also now get the full
package version during our update to avoid issues when major/minor/patch
version change
@weshaggard
Copy link
Copy Markdown
Member

@ericstj @dagood could you guys please take a look at 444ea73 which should fix corefx.

@weshaggard
Copy link
Copy Markdown
Member

Getting a number of OverflowExcptions thrown only on the windows release build https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_release_prtest/8250/#showFailuresLink, going to kick the build again to see if there was some transient issue.

@dotnet-bot test Innerloop Windows_NT Release x64 Build and Test please

@weshaggard
Copy link
Copy Markdown
Member

Same set of overflowexception test failures. @jkotas @stephentoub are you guys aware of any coreclr changes that might impact these?

</PackageReference>
<PackageReference Include="runtime.native.System.Data.SqlClient.sni">
<Version>4.4.0-$(CoreFxExpectedPrerelease)</Version>
<Version>$(PackageVersion)-$(CoreFxExpectedPrerelease)</Version>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You should be able to get this full version from the CoreFX build-info rather than assembling it here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes I started to do that but then I noticed we have multiple sni versions we care about one is this one and one is the RID specific packages so instead of adding yet another SNIVersion into dependencies.props I went this route. However I don't really care for this approach much either so we should consider changing that later. For now this part of the PR is unblocked, just need to figure out the test failures now.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Agreed, unblocked. There's also an active question of whether this identity package should be created during the SNI build instead (https://github.com/dotnet/corefx/issues/16918), so wiring up another property for this might not be worthwhile.

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25322-03, preview1-25322-02, preview1-25322-04, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25322-01, respectively'

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25322-03, preview1-25323-02, preview1-25322-04, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25322-01, respectively'

@jkotas
Copy link
Copy Markdown
Member

jkotas commented May 23, 2017

Same set of overflowexception test failures. @jkotas @stephentoub are you guys aware of any coreclr changes that might impact these?

It is likely a JIT codegen regression. Number of JIT changes went in last few days.

@dotnet/jit-contrib Could you please take a look?

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25322-03, preview1-25323-02, preview1-25322-04, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25323-01, respectively'

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25323-01, preview1-25323-02, preview1-25322-04, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25323-01, respectively'

@pgavlin
Copy link
Copy Markdown
Contributor

pgavlin commented May 23, 2017

@jkotas this does look like it could be a JIT issue: I can repro the failures in the Decimal tests by simply replacing the JIT in the current test layout with a JIT built at the current sources and setting ZapDisable to 1. Binary searching now.

@pgavlin
Copy link
Copy Markdown
Contributor

pgavlin commented May 23, 2017

I've narrowed this down to the changes that came in with dotnet/coreclr#10453. @JosephTremoulet, can you take a look?

@briansull
Copy link
Copy Markdown

briansull commented May 23, 2017 via email

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25323-02, preview1-25323-02, preview1-25323-04, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25323-01, respectively'

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25323-02, preview1-25324-01, preview1-25323-04, beta-25322-00, beta-25322-00, beta-25322-00, preview1-25323-01, respectively'

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25323-02, preview1-25324-01, preview1-25323-04, beta-25322-00, beta-25324-00, beta-25324-00, preview1-25323-01, respectively'

@stephentoub
Copy link
Copy Markdown
Member

@weshaggard, should we close this? With your commit, dotnet-bot can't update this, so we won't be able to get an updated CoreCLR with the fix when there is one.

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25324-01, preview1-25324-02, preview1-25323-04, beta-25322-00, beta-25324-00, beta-25324-00, preview1-25323-01, respectively'

1 similar comment
@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25324-01, preview1-25324-02, preview1-25323-04, beta-25322-00, beta-25324-00, beta-25324-00, preview1-25323-01, respectively'

@dotnet-bot
Copy link
Copy Markdown
Author

Couldn't update this pull request: Head commit author 'Wes Haggard' is not 'dotnet-bot'
Would have applied 'Update CoreClr, CoreFx, CoreSetup, External, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25324-01, preview1-25324-02, preview1-25323-04, beta-25322-00, beta-25324-00, beta-25324-00, preview1-25324-01, respectively'

@weshaggard
Copy link
Copy Markdown
Member

@weshaggard, should we close this? With your commit, dotnet-bot can't update this, so we won't be able to get an updated CoreCLR with the fix when there is one.

Fair point. I will push just my changes a change that undoes the CoreCLR update but keeps the rest of my changes which should make this PR green so we can merge and then the next update should be able to run smoothly.

@weshaggard
Copy link
Copy Markdown
Member

Pushed an update, hopefully it should be green and when it is we should merge these changes and the let the next auto-update pick-up from their.

@stephentoub
Copy link
Copy Markdown
Member

Thanks, @weshaggard. Sounds good.

@danmoseley
Copy link
Copy Markdown
Member

System.Net.HttpListener tests appear to have hung again. Everything else completed. https://github.com/dotnet/corefx/issues/20246

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.