-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsO-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
There have been a few instances of this error happening on CI:
= note: LINK : fatal error LNK1201: error writing to program database 'D:\a\rust\rust\build\i686-pc-windows-msvc\test\run-make-fulldeps\extern-flag-fun\extern-flag-fun\foo.pdb'; check for insufficient disk space, invalid path, or insufficient privilege
Or some variant of that. See:
- Revert 78373 ("dont leak return value after panic in drop") #81257 (comment)
- Remove usages of
expr_method_call
in derive(Ord,PartialOrd,RustcEncode,RustcDecode) #81411 (comment) - Box Item::Attributes #80802 (comment)
- remove allow(incomplete_features) from std #80591 (comment)
- Remove pointer comparison from slice equality #80209 (comment)
- Revert "cg_llvm:
fewer_names
inuncached_llvm_type
" #80122 (comment) - Use tcx.symbol_name when determining clashing extern declarations. #80009 (comment)
- Fix overflow when converting ZST Vec to VecDeque #80003 (comment)
(and probably many more)
Skgland, hkratz and gthvmt
Metadata
Metadata
Assignees
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsO-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.