Uh oh!
There was an error while loading. Please reload this page.
[release/5.0] Remove usages of native bootstrapping (#65901) - #66406
Conversation
* Remove usages of native bootstrapping * Make sure cmake is in the path for mono wasm builds Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com> (cherry picked from commit 8727ac7)
ghost
commented
Mar 9, 2022
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
agocke
commented
Mar 9, 2022
Hmm, looks like this might require more work for 5.0. I wonder if not using Ninja is making a difference here. |
agocke
commented
Mar 9, 2022
@hoyosjs do these failures look familiar? Also @jkoritzinsky |
hoyosjs
commented
Mar 9, 2022
This might need ce4bf13 |
ghost
commented
Mar 10, 2022
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Details
Co-authored-by: Adeel Mujahid 3840695+am11@users.noreply.github.com
|
agocke
commented
Mar 10, 2022
That seemed to have helped arm32, but not arm64 -- unfortunately I don't have a machine with VS2019 so I can't repro this locally |
It probably needs the changes from 8c6a049#diff-75d3892a37c4ce5e28b7c8d451beb0b8537b5f0526159cabbae6f62c877af1bfR173 |
Do we really need to this when .NET 5 goes out of support in ~two months? |
agocke
commented
Mar 10, 2022
This can produce a lot of stability issues, so it's good to get the product in a good state, even if it's going out of support |
agocke
commented
Mar 11, 2022
I think this fixes the build problems. Test problems are probably unrelated. |
hoyosjs
commented
Mar 11, 2022
The failures are pretty odd here. The tests are done within 40 seconds, but it gets killed after not having exited in 16 mins. cc: @dotnet/dnceng as I have no idea what could be done here to investigate, other than checking out a machine and see if it repros. Also, cc: @jbarton as it's odd that this is happening only on the crypto workitems. |
lpatalas
commented
Mar 11, 2022
I'm not sure what's happening here but it seems intermittent. For example 7 out of the last 4k runs of |
akoeplinger
commented
Mar 11, 2022
Apart from the Crypto timeout it looks like the failures are unrelated:
|
agocke
commented
Mar 11, 2022
@hoyosjs anything else? |
hoyosjs
commented
Mar 12, 2022
From an infra perspective - the changes LGTM. The failures are oddly hitting Crypto, seems consistent. Not sure how this would be related though. |
carlossanlop
commented
Mar 12, 2022
@hoyosjs@akoeplinger still need a sign-off . Can one of you provide it if the change and the CI look good to you? Then I can merge it. |
hoyosjs
left a comment
There was a problem hiding this comment.
Without this we won't even be able to get a build. I think the failures should still be taken a look at.
@agocke@hoyosjs would you consider any of the above failures related to this change, or can I merge it?: The failures seem to be the same on both CI legs:
Failures:
Exception examples: |
jeffschwMSFT
left a comment
There was a problem hiding this comment.
Approved. We should treat this as tell mode. Please work with @carlossanlop on a good time to merge.
agocke
commented
Mar 14, 2022
The test failures seem unrelated -- machine issues, and the crypto tests passed in the checked configuration. I kicked off a re-run to see if the test hang goes away on retry |
hoyosjs
commented
Mar 15, 2022
They repeat... which is kind of odd. |
agocke
commented
Mar 15, 2022
OK, confirmed this is #64389, we should be good to merge |
Co-authored-by: Adeel Mujahid 3840695+am11@users.noreply.github.com
(cherry picked from commit 8727ac7)