-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
CI: spurious error building LLVM on mingw: ranlib.exe: could not create temporary file whilst writing archive: no more archived files
#108227
Comments
Ok, internet knows about this problem, https://osdn.net/projects/mingw/lists/archive/users/2019-January/thread.html#198 https://osdn.net/projects/mingw/lists/archive/users/2019-January/000228.html
So this should be solved long ago? |
I think it started with #100178
Could be a new regression... |
This is an attempt to fix the spurious build error tracked by rust-lang#108227.
This is another attempt to work around rust-lang#108227. By limiting to one link job, we should be able to avoid file name clashes in mkstemp().
Limit to one link job on mingw builders This is another attempt to work around rust-lang#108227. By limiting to one link job, we should be able to avoid file name clashes in mkstemp().
This is another attempt to work around rust-lang#108227. By limiting to one link job, we should be able to avoid file name clashes in mkstemp().
This is another attempt to work around rust-lang#108227. By limiting to one link job, we should be able to avoid file name clashes in mkstemp().
Triage: this is not fixed by #119229 |
This has happened on quite a few PRs recently:
dyn*
's value backend type a pointer #107772 (comment)ty::Ty: Debug
not call theDisplay
impl #107084 (comment)TyKind::eq
. #107717 (comment)LazyArrays
without anOption
#107693 (comment)ConstEquate
inTypeRelating<D>
#107434 (comment)I've seen it happen on the following builders (all mingw builders I guess):
dist-i686-mingw
i686-mingw-1
i686-mingw-2
dist-x86_64-mingw
x86_64-mingw-2
@rustbot label A-spurious A-LLVM O-Windows
The text was updated successfully, but these errors were encountered: