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

Conversation

@dotnet-maestro-bot
Copy link

@dotnet-maestro-bot dotnet-maestro-bot commented Sep 4, 2017

No description provided.

@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreSetup, Standard to preview2-25701-01, preview1-25704-01, respectively (master) Update CoreClr, CoreSetup, Standard to preview2-25705-02, preview2-25701-01, preview1-25705-01, respectively (master) Sep 5, 2017
@stephentoub
Copy link
Member

stephentoub commented Sep 5, 2017

@mikem8361, this is related to the issue I mentioned to you over email... the latest coreclr is failing some stack trace tests:

      System.Diagnostics.Tests.StackFrameTests.Ctor_FNeedFileInfo(fNeedFileInfo: True) [FAIL]
        Assert.Equal() Failure
        Expected: 0
        Actual:   7
        Stack Trace:
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(166,0): at System.Diagnostics.Tests.StackFrameTests.VerifyStackFrameSkipFrames(StackFrame stackFrame, Boolean isFileConstructor, Int32 skipFrames, MethodInfo expectedMethod, Boolean isCurrentFrame)
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(34,0): at System.Diagnostics.Tests.StackFrameTests.Ctor_FNeedFileInfo(Boolean fNeedFileInfo)
      System.Diagnostics.Tests.StackFrameTests.Ctor_FNeedFileInfo(fNeedFileInfo: False) [FAIL]
        Assert.Equal() Failure
        Expected: 0
        Actual:   7
        Stack Trace:
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(166,0): at System.Diagnostics.Tests.StackFrameTests.VerifyStackFrameSkipFrames(StackFrame stackFrame, Boolean isFileConstructor, Int32 skipFrames, MethodInfo expectedMethod, Boolean isCurrentFrame)
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(34,0): at System.Diagnostics.Tests.StackFrameTests.Ctor_FNeedFileInfo(Boolean fNeedFileInfo)
      System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames_FNeedFileInfo(skipFrames: 0, fNeedFileInfo: True) [FAIL]
        Assert.Equal() Failure
        Expected: 0
        Actual:   8
        Stack Trace:
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(166,0): at System.Diagnostics.Tests.StackFrameTests.VerifyStackFrameSkipFrames(StackFrame stackFrame, Boolean isFileConstructor, Int32 skipFrames, MethodInfo expectedMethod, Boolean isCurrentFrame)
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(57,0): at System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames_FNeedFileInfo(Int32 skipFrames, Boolean fNeedFileInfo)
      System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames_FNeedFileInfo(skipFrames: 0, fNeedFileInfo: False) [FAIL]
        Assert.Equal() Failure
        Expected: 0
        Actual:   8
        Stack Trace:
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(166,0): at System.Diagnostics.Tests.StackFrameTests.VerifyStackFrameSkipFrames(StackFrame stackFrame, Boolean isFileConstructor, Int32 skipFrames, MethodInfo expectedMethod, Boolean isCurrentFrame)
          D:\j\workspace\windows-TGrou---2a8f9c29\src\System.Diagnostics.StackTrace\tests\StackFrameTests.cs(57,0): at System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames_FNeedFileInfo(Int32 skipFrames, Boolean fNeedFileInfo)

Is this behavior change by design? If it is, the tests will need to be fixed before / as part of this PR to bring in the latest runtime.

EDIT: I just noticed these failures are actually in the netfx build. Hmmm....

@stephentoub
Copy link
Member

@kouvel, the threading tests all appear to be hanging... could this be related to your latest changes related to spinning or other things in coreclr?
https://ci3.dot.net/job/dotnet_corefx/job/master/job/windows-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/2955/

@kouvel
Copy link

kouvel commented Sep 5, 2017

Taking a look

@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreSetup, Standard to preview2-25705-02, preview2-25701-01, preview1-25705-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, Standard to preview2-25705-02, preview2-25705-03, preview2-25701-01, preview1-25705-01, respectively (master) Sep 5, 2017
@kouvel
Copy link

kouvel commented Sep 5, 2017

Yes the hangs in threading/concurrent tests are caused by my change, sorry about that. PR dotnet/coreclr#13766 fixes the hangs.

@kouvel
Copy link

kouvel commented Sep 5, 2017

dotnet/coreclr#13766 is merged now and the hangs should be fixed once a CoreCLR that includes the change is published

@stephentoub
Copy link
Member

Thanks, @kouvel.

@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, Standard to preview2-25705-02, preview2-25705-03, preview2-25701-01, preview1-25705-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, Standard to preview2-25706-01, preview2-25705-03, preview2-25705-01, preview1-25705-01, respectively (master) Sep 6, 2017
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, Standard to preview2-25706-01, preview2-25705-03, preview2-25705-01, preview1-25705-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, Standard to preview2-25706-01, preview2-25706-01, preview2-25705-01, preview1-25705-01, respectively (master) Sep 6, 2017
@stephentoub
Copy link
Member

@dotnet-bot test Linux x64 Release Build please (seg faults on CentOS)

@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, Standard to preview2-25706-01, preview2-25706-01, preview2-25705-01, preview1-25705-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25706-01, preview2-25706-01, preview2-25705-01, beta-25706-00, beta-25706-00, preview1-25705-01, respectively (master) Sep 6, 2017
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25706-01, preview2-25706-01, preview2-25705-01, beta-25706-00, beta-25706-00, preview1-25705-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25706-02, preview2-25706-01, preview2-25705-01, beta-25706-00, beta-25706-00, preview1-25705-01, respectively (master) Sep 6, 2017
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25706-02, preview2-25706-01, preview2-25705-01, beta-25706-00, beta-25706-00, preview1-25705-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25706-02, preview2-25706-01, preview2-25705-01, beta-25706-00, beta-25706-00, preview1-25706-01, respectively (master) Sep 6, 2017
@danmoseley
Copy link
Member

OSX segfault in System.Security.Cryptography.X509Certificates

TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/bin/tests/AnyOS.AnyCPU.Debug/archive/tests/netcoreapp/System.ValueTuple.Tests.zip...
  Traceback (most recent call last):
    File "/Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/tempHome/.dumpling/dumpling.py", line 1128, in <module>
  processing dump file /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/bin/tests/System.Security.Cryptography.X509Certificates.Tests/netcoreapp-OSX-Debug-x64/core.99431
  creating dumpling dump 36af96fc271dcaa04b5c25fd53d13eeee63c6d54
  uploading artifact 36af96fc271dcaa04b5c25fd53d13eeee63c6d54 core.99431

@bartonjs there is a dumpfile for this but I don't know whether you have been successful with Mac dumps from dumpling. It may need trying locally (or this could be sporadic/unrelated)

@danmoseley
Copy link
Member

RedHat.73 segfault in System.Collections.Concurrent.Tests .. maybe the known issue
Redhat73 and centos segfaults in System.Net.Security.Tests
these are both unfamiliar to me.
see if it's stable:
@dotnet-bot test Linux x64 Release Build please
@dotnet-bot test OSX x64 Debug Build please

@bartonjs
Copy link
Member

bartonjs commented Sep 6, 2017

I don't know whether you have been successful with Mac dumps from dumpling

@danmosemsft I've not investigated any segfaults (that I can remember) since dumpling was working. Are there directions?

@danmoseley
Copy link
Member

@bartonjs well, it turns out it's not working on OSX. Looking up the guid from the log, I get http://dumpling.azurewebsites.net/api/dumplings/archived/36af96fc271dcaa04b5c25fd53d13eeee63c6d54 which is empty...
I've begun an effort to fix this ... meanwhile, this is not actionable. It's apparently flaky as it's now gone away on rerun...

@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25706-02, preview2-25706-01, preview2-25705-01, beta-25706-00, beta-25706-00, preview1-25706-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-01, preview2-25706-01, preview2-25706-02, beta-25706-00, beta-25706-00, preview1-25706-01, respectively (master) Sep 7, 2017
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-01, preview2-25706-01, preview2-25706-02, beta-25706-00, beta-25706-00, preview1-25706-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-01, preview2-25707-01, preview2-25706-02, beta-25706-00, beta-25706-00, preview1-25706-01, respectively (master) Sep 7, 2017
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-01, preview2-25707-01, preview2-25706-02, beta-25706-00, beta-25706-00, preview1-25706-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-01, preview2-25707-01, preview2-25706-02, beta-25707-00, beta-25707-00, preview1-25706-01, respectively (master) Sep 7, 2017
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-01, preview2-25707-01, preview2-25706-02, beta-25707-00, beta-25707-00, preview1-25706-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-02, preview2-25707-01, preview2-25706-02, beta-25707-00, beta-25707-00, preview1-25707-01, respectively (master) Sep 7, 2017
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-02, preview2-25707-01, preview2-25706-02, beta-25707-00, beta-25707-00, preview1-25707-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-02, preview2-25707-02, preview2-25706-02, beta-25707-00, beta-25707-00, preview1-25707-01, respectively (master) Sep 7, 2017
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the master-UpdateDependencies branch 2 times, most recently from 3ffaab9 to 7a5765b Compare September 7, 2017 13:31
@stephentoub
Copy link
Member

@dotnet-bot test this please

@stephentoub
Copy link
Member

@dotnet-bot test Linux x64 Release Build please (a bunch of seg faults)

@stephentoub
Copy link
Member

(@danmosemsft, the seg faults were in the same suites on some of the same distros you mentioned)

@stephentoub
Copy link
Member

It failed the same two suites again with seg faults on the same OSes: RedHat, CentOS, and Fedora. @danmosemsft, worth having someone take a look?

@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25707-02, preview2-25707-02, preview2-25706-02, beta-25707-00, beta-25707-00, preview1-25707-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25708-01, preview2-25707-02, preview2-25707-02, beta-25707-00, beta-25707-00, preview1-25707-01, respectively (master) Sep 8, 2017
…tandard to preview2-25708-01, preview2-25707-02, preview2-25707-02, beta-25708-00, beta-25708-00, preview1-25707-01, respectively
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25708-01, preview2-25707-02, preview2-25707-02, beta-25707-00, beta-25707-00, preview1-25707-01, respectively (master) Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview2-25708-01, preview2-25707-02, preview2-25707-02, beta-25708-00, beta-25708-00, preview1-25707-01, respectively (master) Sep 8, 2017
@danmoseley
Copy link
Member

This time it was a nuget issue, and a seg fault in drawing (as seen elsewhere)

Let's see if we can narrow down tests/distro .. unfortunately the force pushes cause the run data to get blown away each time.

@dotnet-bot test this please

@stephentoub stephentoub merged commit 0237599 into dotnet:master Sep 8, 2017
@stephentoub stephentoub deleted the master-UpdateDependencies branch September 8, 2017 11:13
@kouvel
Copy link

kouvel commented Sep 8, 2017

Based on https://github.com/dotnet/coreclr/issues/13779, the seg faults may be due to my change as well :(, I'm fixing

@karelz karelz added this to the 2.1.0 milestone Oct 11, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…tandard to preview2-25708-01, preview2-25707-02, preview2-25707-02, beta-25708-00, beta-25708-00, preview1-25707-01, respectively (dotnet/corefx#23784)

Commit migrated from dotnet/corefx@0237599
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants