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

System.Runtime.Serialization.Formatters.pdb not found #107285

Closed
pavelsavara opened this issue Sep 3, 2024 · 10 comments
Closed

System.Runtime.Serialization.Formatters.pdb not found #107285

pavelsavara opened this issue Sep 3, 2024 · 10 comments
Assignees
Labels
area-Infrastructure-mono binaryformatter-migration Issues related to the removal of BinaryFormatter and migrations away from it blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@pavelsavara
Copy link
Member

pavelsavara commented Sep 3, 2024

Log

MSBuild version 17.12.0-preview-24374-02+48e81c6f1 for .NET
/private/tmp/helix/working/AD00095A/w/ADF5094C/e/publish/ProxyProjectForAOTOnHelix.proj(116,5): error MSB3030: Could not copy the file "/tmp/helix/working/AD00095A/p/build/microsoft.netcore.app.runtime.ios-arm64/runtimes/ios-arm64/native/System.Runtime.Serialization.Formatters.pdb" because it was not found.
Signing bundle /tmp/helix/working/AD00095A/w/ADF5094C/e/System.Runtime.Tests.app
No embedded provisioning profile found at /tmp/helix/working/AD00095A/w/ADF5094C/e/System.Runtime.Tests.app/embedded.mobileprovision! Failed to sign the app!

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=796046
Build error leg or test failing: System.Runtime.Tests

Error Message

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

{
  "ErrorMessage": ["System.Runtime.Serialization.Formatters", "because it was not found"],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=796110
Error message validated: [System.Runtime.Serialization.Formatters because it was not found]
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 9/3/2024 10:41:17 AM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@pavelsavara pavelsavara added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab binaryformatter-migration Issues related to the removal of BinaryFormatter and migrations away from it labels Sep 3, 2024
Copy link
Contributor

Tagging subscribers to 'binaryformatter-migration': @adamsitnik, @bartonjs, @jeffhandley, @terrajobst

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Sep 3, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

@adamsitnik
Copy link
Member

Is it related to #107079? cc @matouskozak @ivanpovazan

@matouskozak
Copy link
Member

Is it related to #107079? cc @matouskozak @ivanpovazan

The range for regression is 505f0fa...48ae967. Possibly triggered by #106858 but wasn't detected on the PR because of #107079 (fixed already).

@ivanpovazan
Copy link
Member

Yes, this was the error we were fixing (as reported in: #107029)

@pavelsavara the build you linked does not have any info ?

@matouskozak
Copy link
Member

Yes, this was the error we were fixing (as reported in: #107029)

@pavelsavara the build you linked does not have any info ?

Here is a recent failure from runtime pipeline rolling-builds https://dev.azure.com/dnceng-public/public/_build/results?buildId=796046&view=logs&j=7f49df26-8126-5de3-bf2f-6ac6bde01830&t=c62b6a8c-bf71-5057-7f45-9c355fe0b802

@ivanpovazan
Copy link
Member

Thanks @matouskozak, will look into it!
PS Updated the description to link to the rolling build run instead, as the initially linked build is "empty".

@ivanpovazan ivanpovazan self-assigned this Sep 3, 2024
@ivanpovazan ivanpovazan removed the untriaged New issue has not been triaged by the area owner label Sep 3, 2024
@ivanpovazan ivanpovazan added this to the 9.0.0 milestone Sep 3, 2024
@ivanpovazan
Copy link
Member

Previous fix was not enough, on rolling builds we seem to run tests with DebuggerSupport=true which requires pdbs to be passed as well.

Copy link
Contributor

Tagging subscribers to this area: @directhex, @matouskozak
See info in area-owners.md if you want to be subscribed.

@ivanpovazan
Copy link
Member

I am closing this as duplicate of #107309 since Build Analysis seemed to match the pattern there.

@ivanpovazan ivanpovazan closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure-mono binaryformatter-migration Issues related to the removal of BinaryFormatter and migrations away from it blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

5 participants