You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal runtime error: failed to initiate panic, error 9
qemu: uncaught target signal 6 (Aborted) - core dumped
error: process didn't exit successfully: `qemu-arm /target/armv7-unknown-linux-musleabihf/debug/deps/sheldon-4be4084973670074` (signal: 6, SIGABRT: process abort signal)
The text was updated successfully, but these errors were encountered:
rossmacarthur
changed the title
armv7-unknown-linux-musleabihf suddenly failing on latest rust (1.39.0)
armv7-unknown-linux-musleabihf suddenly failing tests on latest rust (1.39.0)
Nov 8, 2019
pkgw
added a commit
to pkgw/tectonic
that referenced
this issue
Dec 20, 2019
We need to set up QEMU so that our "executable" tests can actually run the
Tectonic executable. Then, turn off a couple of `should_panic`, tests, which
appear to currently be broken, as per
cross-rs/cross#343 .
I didn't use more recent Dockerfiles, since they use musl libc v1.2.0, which uses 64-bit time_t (see #478) which rust and libc don't support yet. The version info I'm using is:
https://travis-ci.org/rossmacarthur/sheldon/jobs/608753799
The text was updated successfully, but these errors were encountered: