-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Investigate PR build failure #25293
Comments
Is the problem usually or always showing up in Microsoft.AspNetCore.App.Runtime❔ |
Update: From the binlog viewer, this node
Has a property
@dougbu says:
|
The PDB already in a package problem is impacting a lot of builds:
Strangely, though we have warn-as-error enabled, this isn't failing our builds or at least not all of our builds. I picked https://dev.azure.com/dnceng/public/_build/results?buildId=797973&view=logs&j=1b89928a-2219-5ef9-602f-f95beb3da4dc&t=bcce746a-741e-59b7-adec-a4a82d8c5e52 somewhat randomly and see lots of |
|
More on the PDB duplicates: May be able to tell from the following (which ignores PRs) when the problem started…
No, I haven't checked whether that's every build since some date. |
The missing JavaScript file problem seems to have affected just one non-PR build:
|
that issue also affected one PR:
|
@Pilchie just got really unlucky w/ four PRs opened at about the same time:
|
I'm able to reproduce the PDB duplication problem locally and seeing the build fail when it occurs. Still can't see why we sometimes hit those |
Assigned @BrennanConroy because he's got #25707 out and @wtgodbe because he's delving into the duplicate PDB problem |
@SteveSandersonMS is anyone looking at the Components ordering issue that leads to occasional errors like the following❔ This isn't as urgent as the other problems but we should try to get to the bottom of it. @halter73 if nobody gets to this part of the issue today, please include it in your hand-off notes for the next person in the rotation.
|
It's the first I've heard of it. I don't recall seeing this happen on local builds. Is there any known context, such as when it started happening? Might it be a side-effect of whatever ordering issue causes the duplicate PDB problem? |
The exact timing isn't clear because the problem happens sporadically. I reported a couple of
No, that only occurs when building the Runtime project. |
And,
Ooopsie |
Where I'm at so far - It looks like The size of the binlog has made this hard to trace back locally, and building locally hasn't repro'd it yet for me. But, I did notice that the duplicates appear to be present even in green CI builds. Still poking around. |
Looks like in 3.1, |
Not sure when this started, but what's happening: aspnetcore/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj Lines 282 to 293 in 3d042ac
aspnetcore/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj Line 287 in 3d042ac
%(Identity) as the ones in the in the output dirs of the individual projects. Tweaking that condition should fix the issue
|
Resolved by #25733 |
Looks like this is still recurring. #25733 did make |
Fixed by #25785 |
This PR had failures due to build ordering issues. Need to investigate.
More context, #25283 (comment)
cc @dotnet/aspnet-build
The text was updated successfully, but these errors were encountered: