We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure what may be the cause, but it looks like our current CI fails in some jobs with the error message
fatal runtime error: IO Safety violation: owned file descriptor already closed
The interesting part is that it seems that the failing jobs are exactly the jobs measuring test coverage. Is there some weird interaction somewhere?
The text was updated successfully, but these errors were encountered:
Fixed in #185, it looks like the cause was the nightly compiler rather than the coverage run
Sorry, something went wrong.
Yeah, it looks like this line was added to stdlib in the latest nightly:
https://github.com/rust-lang/rust/blob/1d1283ed095ed605297b148e1284e1c53290ec91/library/std/src/os/fd/owned.rs#L181
This broke the "invalid FD" test we had earlier.
No branches or pull requests
I'm not sure what may be the cause, but it looks like our current CI fails in some jobs with the error message
The interesting part is that it seems that the failing jobs are exactly the jobs measuring test coverage. Is there some weird interaction somewhere?
The text was updated successfully, but these errors were encountered: