Skip to content

tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs no longer passes locally #124465

Closed
@matthiaskrgr

Description

@matthiaskrgr

I checked out the master branch and ran ./x.py test ui and the test failed:

iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii 16632/16763
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii 16720/16763
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
[ui] tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs ... F


failures:

---- [ui] tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs stdout ----

error: test run failed!
status: exit status: 101
command: cd "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/test/ui/attributes/unix_sigpipe/unix_sigpipe-inherit" && RUST_TEST_THREADS="16" "/home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/test/ui/attributes/unix_sigpipe/unix_sigpipe-inherit/a"
stdout: none
--- stderr -------------------------------
auxiliary/bin/assert-inherit-sig_dfl: symbol lookup error: /home/matthias/vcs/github/rust/build/x86_64-unknown-linux-gnu/test/ui/attributes/unix_sigpipe/unix_sigpipe-inherit/auxiliary/libsigpipe_utils.so: undefined symbol: _ZN4core9panicking14panic_nounwind17hcffcae1ece7a0552E
thread 'main' panicked at /home/matthias/vcs/github/rust/tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs:28:5:
assertion failed: cmd.status().unwrap().success()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
------------------------------------------



failures:
    [ui] tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs

test result: FAILED. 4 passed; 1 failed; 16758 ignored; 0 measured; 0 filtered out; finished in 414.59ms

Some tests failed in compiletest suite=ui mode=ui host=x86_64-unknown-linux-gnu target=x86_64-unknown-linux-gnu
Build completed unsuccessfully in 0:00:10

this was on 6c90ac8

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions