Skip to content

run-pass tests are failing on travis with "fatal runtime error: failed to initiate panic, error 3" #35011

Closed
@TimNN

Description

@TimNN

For example https://travis-ci.org/rust-lang/rust/builds/147001444

Log excerpt:

test [run-pass] run-pass/autoderef-method-priority.rs ... ok
test [run-pass] run-pass/autoderef-method-twice.rs ... ok
test [run-pass] run-pass/autoderef-method-twice-but-not-thrice.rs ... ok
test [run-pass] run-pass/autoderef-method.rs ... ok
test [run-pass] run-pass/autoderef-privacy.rs ... ok
test [run-pass] run-pass/backtrace-debuginfo-aux.rs ... ignored
test [run-pass] run-pass/autoref-intermediate-types-issue-3585.rs ... ok
fatal runtime error: failed to initiate panic, error 3
Aborted (core dumped)
make: *** [tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-rpass.ok] Error 134
/build/mk/tests.mk:769: recipe for target 'tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-rpass.ok' failed

From the timing I suspect this is related to #34832, cc @alexcrichton @vadimcn

Edit: The failing test is probably either run-pass/backtrace.rs or run-pass/backtrace-debuginfo.rs.

Edit2: very likely caused by #34832, since it's travis build is the first to exhibit this error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions