Skip to content

libuv assertions triggered during testing #7504

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
alexcrichton opened this issue Jun 30, 2013 · 1 comment
Closed

libuv assertions triggered during testing #7504

alexcrichton opened this issue Jun 30, 2013 · 1 comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

Comments

@alexcrichton
Copy link
Member

This blocked 2 pull requests recently, at the end of the logs (during testing of libstd)

Assertion failed: (0 == (events & UV__POLLERR)), function uv__stream_osx_select_cb, file /Users/rustbuild/src/rust-buildbot/slave/auto-mac-64-opt-vg/build/src/libuv/src/unix/stream.c, line 252.
/bin/sh: line 1: 69414 Abort trap: 6           x86_64-apple-darwin/stage2/test/stdtest-x86_64-apple-darwin --logfile tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-std.log
make: *** [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-std.ok] Error 134

One build happened on auto-mac-64-opt and the other on auto-mac-64-opt-vg

@alexcrichton
Copy link
Member Author

Tests aren't failing sporadically any more. This can be re-opened if necessary.

flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 29, 2021
Rename two lints to comply with our lint naming convention

self_named_constructor -> self_named_constructors
append_instead_of_extend -> extend_with_drain

We don't need to `register_renamed` those lints, since I'll backport them to beta, so the old names won't hit stable.

changelog: none
(I'll adapt the changelog before merging rust-lang#7498)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Projects
None yet
Development

No branches or pull requests

1 participant