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
It happens infrequently but script will sometimes end in a call to abort:
for i in `seq 1 100`; do rm tmp/*ok; make check-stage1-core || break; done
I think this has happened on the bots a few time. I don't have a backtrace at the moment.
The text was updated successfully, but these errors were encountered:
This appears to be a bad interaction between uv and the core::run tests.
core::run
Sorry, something went wrong.
The call to epoll_ctl returns EPERM. This has something to do with fork/exec and open fds.
Upgrade libuv
973228a
This includes 26fa6f8 which fixes rust-lang#6258
auto merge of #6456 : brson/rust/libuv, r=brson
62640f5
This includes 26fa6f8 which fixes #6258 @ILyoan I ported your patches forward and confirmed that they build but you should be aware of this upgrade.
Fixed
brson
No branches or pull requests
It happens infrequently but script will sometimes end in a call to abort:
I think this has happened on the bots a few time. I don't have a backtrace at the moment.
The text was updated successfully, but these errors were encountered: