Closed
Description
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.