Skip to content
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 failure on FreeBSD #1360

Closed
bjorn3 opened this issue Feb 27, 2023 · 2 comments
Closed

CI failure on FreeBSD #1360

bjorn3 opened this issue Feb 27, 2023 · 2 comments
Labels
O-freebsd Operating system: FreeBSD

Comments

@bjorn3
Copy link
Member

bjorn3 commented Feb 27, 2023

https://cirrus-ci.com/task/6508023653335040

Likely caused by c615e92 which started running more tests for regex.

     Running unittests src/lib.rs (build/regex/x86_64-unknown-freebsd/debug/deps/regex_syntax-a9c23066f2c22e21)
running 324 tests
.....................................F.................................................. 88/324
........................................................................................ 176/324
........................................................................................ 264/324
..........F.................................................
failures:
---- ast::tests::no_stack_overflow_on_drop stdout ----
---- ast::tests::no_stack_overflow_on_drop stderr ----
Unexpected error: child process exited with signal 11
---- hir::tests::no_stack_overflow_on_drop stdout ----
---- hir::tests::no_stack_overflow_on_drop stderr ----
Unexpected error: child process exited with signal 11
failures:
    ast::tests::no_stack_overflow_on_drop
    hir::tests::no_stack_overflow_on_drop
test result: FAILED. 322 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.43s
error: test failed, to rerun pass `-p regex-syntax --lib`
@bjorn3 bjorn3 added the O-freebsd Operating system: FreeBSD label Feb 27, 2023
@bjorn3
Copy link
Member Author

bjorn3 commented Feb 27, 2023

These tests are meant to check that drop implementations run in constant space. I guess slightly more space was used on FreeBSD than expected by these tests.

@bjorn3
Copy link
Member Author

bjorn3 commented Mar 21, 2023

This also happens with cg_llvm. Opened rust-lang/regex#967.

@bjorn3 bjorn3 closed this as completed in ae0a22c Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-freebsd Operating system: FreeBSD
Projects
None yet
Development

No branches or pull requests

1 participant