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

error MSB3030: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not copy the file #42964

Closed
lewing opened this issue Aug 23, 2024 · 4 comments
Closed
Assignees
Labels

Comments

@lewing
Copy link
Member

lewing commented Aug 23, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=785882
Build error leg or test failing: Build / FullFramework: windows (x64) / Build
Pull request: #42833

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "error MSB3030: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not copy the file",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=785882
Error message validated: [error MSB3030: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not copy the file]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/23/2024 3:00:11 AM UTC

Report

Build Definition Step Name Console log Pull Request
2530143 dotnet-sdk Build Log
796353 dotnet/sdk Build Log #43188
796263 dotnet/sdk Build Log #43183
796019 dotnet/sdk Build Log #43070
2529525 dotnet-sdk Build Log
795434 dotnet/sdk Build Log #42861
795039 dotnet/sdk Build Log #43155
794871 dotnet/sdk Build Log #43123
2528005 dotnet-sdk Build Log
793820 dotnet/sdk Build Log #43128
793372 dotnet/sdk Build Log #43113
793359 dotnet/sdk Build Log #43111
2527248 dotnet-sdk Build Log
793309 dotnet/sdk Build Log #43105
792644 dotnet/sdk Build Log #43087
792495 dotnet/sdk Build Log #42861
792367 dotnet/sdk Build Log #43072
2526192 dotnet-sdk Build Log
791173 dotnet/sdk Build Log #43024
791078 dotnet/sdk Build Log #43020
2525557 dotnet-sdk Build Log
790374 dotnet/sdk Build Log #43041
790100 dotnet/sdk Build Log #43036
789877 dotnet/sdk Build Log #43029
789823 dotnet/sdk Build Log #43022
789847 dotnet/sdk Build Log #43027
789716 dotnet/sdk Build Log #42900
2524943 dotnet-sdk Build Log
789440 dotnet/sdk Build Log #43015
2524753 dotnet-sdk Build (cblMariner20Fpm) Log
2524677 dotnet-sdk Build Log
789116 dotnet/sdk Build Log #43007
2524538 dotnet-sdk Build Log
2524492 dotnet-sdk Build Log
788918 dotnet/sdk Build Log #42699
788072 dotnet/sdk Build Log #42972
787931 dotnet/sdk Build Log #42998
2523961 dotnet-sdk Build Log
787811 dotnet/sdk Build Log #42929
787263 dotnet/sdk Build Log #42988
787088 dotnet/sdk Build Log #42988
786909 dotnet/sdk Build Log #42606
786433 dotnet/sdk Build Log #42972
786353 dotnet/sdk Build Log #42977
2522485 dotnet-sdk Build Log
2522454 dotnet-sdk Build (ubuntu2204DebPkg) Log
2522356 dotnet-sdk Build Log
2522334 dotnet-sdk Build (mariner20CrossArm) Log
785882 dotnet/sdk Build Log #42833

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
4 22 49
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Aug 23, 2024
@lewing
Copy link
Member Author

lewing commented Aug 27, 2024

@marcpopMSFT is this a known problem in the sdk tests?

@marcpopMSFT
Copy link
Member

@lewing yes it is. A workaround was put in two years ago for this but it was fairly hacky. @MiYanni undid that workaround on the path to simplifying the test infrastructure but that work is not done yet so this issue is still in play. We may want to think about a temporary fix to make sure this isn't impacting builds.

@marcpopMSFT
Copy link
Member

I took another look at the binlog and I tracked down the potential issue. These files aren't being included in the default item include like I thought but because of an explicit include in the test directory.build.targets. I'm going to remove that include entirely and see what fails. Regardless, we should not copy the test assets into every single test publish folder as that's a lot of duplication for no reason.

#43146

@marcpopMSFT marcpopMSFT self-assigned this Sep 3, 2024
@marcpopMSFT
Copy link
Member

Should be fixed in 9.0.1xx now with my linked PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants