[INFO] crate gstreamer-sys 0.8.0 is already in cache [INFO] testing gstreamer-sys-0.8.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate gstreamer-sys 0.8.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate gstreamer-sys 0.8.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gstreamer-sys 0.8.0 [INFO] finished tweaking crates.io crate gstreamer-sys 0.8.0 [INFO] tweaked toml for crates.io crate gstreamer-sys 0.8.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] a9dda3a4ddc6873e97301a463bb8ca496f17c8787525b1c1cd74ddb23cd3a103 [INFO] running `"docker" "start" "-a" "a9dda3a4ddc6873e97301a463bb8ca496f17c8787525b1c1cd74ddb23cd3a103"` [INFO] [stderr] Compiling gstreamer-sys v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "a9dda3a4ddc6873e97301a463bb8ca496f17c8787525b1c1cd74ddb23cd3a103"` [INFO] running `"docker" "rm" "-f" "a9dda3a4ddc6873e97301a463bb8ca496f17c8787525b1c1cd74ddb23cd3a103"` [INFO] [stdout] a9dda3a4ddc6873e97301a463bb8ca496f17c8787525b1c1cd74ddb23cd3a103 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 6de57a294dd917fe3dfedd7a4fed8fe750686e2f9e5bfb586ef4e46196fe6d63 [INFO] running `"docker" "start" "-a" "6de57a294dd917fe3dfedd7a4fed8fe750686e2f9e5bfb586ef4e46196fe6d63"` [INFO] [stderr] Compiling gstreamer-sys v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn new() -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:43:69 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn compile(&self, src: &Path, out: &Path) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:62:66 [INFO] [stderr] | [INFO] [stderr] 62 | fn get_var(name: &str, default: &str) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:70:68 [INFO] [stderr] | [INFO] [stderr] 70 | fn pkg_config_cflags(packages: &[&str]) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:204:78 [INFO] [stderr] | [INFO] [stderr] 204 | fn get_c_layout(dir: &Path, cc: &Compiler, name: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/abi.rs:223:77 [INFO] [stderr] | [INFO] [stderr] 223 | fn get_c_value(dir: &Path, cc: &Compiler, name: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `"docker" "inspect" "6de57a294dd917fe3dfedd7a4fed8fe750686e2f9e5bfb586ef4e46196fe6d63"` [INFO] running `"docker" "rm" "-f" "6de57a294dd917fe3dfedd7a4fed8fe750686e2f9e5bfb586ef4e46196fe6d63"` [INFO] [stdout] 6de57a294dd917fe3dfedd7a4fed8fe750686e2f9e5bfb586ef4e46196fe6d63 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] e2824b73d32bd365b8e23806c29efc6c22298c4add2e7cae2b36ce869970ca91 [INFO] running `"docker" "start" "-a" "e2824b73d32bd365b8e23806c29efc6c22298c4add2e7cae2b36ce869970ca91"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gstreamer_sys-c3e7eda4bfa9f137 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/abi-a403d5108518ee2f [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:19: error: 'GST_ELEMENT_FACTORY_KLASS_HARDWARE' undeclared (first use in this function); did you mean 'GST_ELEMENT_FACTORY_KLASS_PARSER'? [INFO] [stderr] :0:19: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:19: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:19: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stdout] test cross_validate_layout_with_c ... ok [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:27: error: 'GST_MESSAGE_DEVICE_CHANGED' undeclared (first use in this function); did you mean 'GST_MESSAGE_DEVICE_ADDED'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:27: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:19: error: 'GST_PROTECTION_UNSPECIFIED_SYSTEM_ID' undeclared (first use in this function); did you mean 'GST_PROTECTION_SYSTEM_ID_CAPS_FIELD'? [INFO] [stderr] :0:19: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] :0:19: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] :0:19: note: in definition of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] tests/constant.c: In function 'main': [INFO] [stderr] :0:26: error: 'GST_QUERY_BITRATE' undeclared (first use in this function); did you mean 'GST_QUERY_RATE'? [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stderr] :0:26: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] tests/constant.c:9:22: note: in expansion of macro 'ABI_CONSTANT_NAME' [INFO] [stderr] printf(_Generic((ABI_CONSTANT_NAME), [INFO] [stderr] ^~~~~~~~~~~~~~~~~ [INFO] [stdout] test cross_validate_constants_with_c ... test cross_validate_constants_with_c has been running for over 60 seconds [INFO] [stdout] test cross_validate_constants_with_c ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cross_validate_constants_with_c stdout ---- [INFO] [stdout] constants ... 25 passed; 0 failed (compilation errors: 0) [INFO] [stdout] constants ... 50 passed; 0 failed (compilation errors: 0) [INFO] [stdout] constants ... 75 passed; 0 failed (compilation errors: 0) [INFO] [stdout] constants ... 100 passed; 0 failed (compilation errors: 0) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gstreamer-1.0" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=GST_ELEMENT_FACTORY_KLASS_HARDWARE" "tests/constant.c" "-o" "/tmp/abi.lIpxdv1J9NM3/constant" failed, exit code: 1 [INFO] [stdout] constants ... 124 passed; 1 failed (compilation errors: 1) [INFO] [stdout] constants ... 149 passed; 1 failed (compilation errors: 1) [INFO] [stdout] constants ... 174 passed; 1 failed (compilation errors: 1) [INFO] [stdout] constants ... 199 passed; 1 failed (compilation errors: 1) [INFO] [stdout] constants ... 224 passed; 1 failed (compilation errors: 1) [INFO] [stdout] constants ... 249 passed; 1 failed (compilation errors: 1) [INFO] [stdout] constants ... 274 passed; 1 failed (compilation errors: 1) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gstreamer-1.0" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(guint) GST_MESSAGE_DEVICE_CHANGED" "tests/constant.c" "-o" "/tmp/abi.lIpxdv1J9NM3/constant" failed, exit code: 1 [INFO] [stdout] constants ... 298 passed; 2 failed (compilation errors: 2) [INFO] [stdout] constants ... 323 passed; 2 failed (compilation errors: 2) [INFO] [stdout] constants ... 348 passed; 2 failed (compilation errors: 2) [INFO] [stdout] constants ... 373 passed; 2 failed (compilation errors: 2) [INFO] [stdout] constants ... 398 passed; 2 failed (compilation errors: 2) [INFO] [stdout] constants ... 423 passed; 2 failed (compilation errors: 2) [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gstreamer-1.0" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=GST_PROTECTION_UNSPECIFIED_SYSTEM_ID" "tests/constant.c" "-o" "/tmp/abi.lIpxdv1J9NM3/constant" failed, exit code: 1 [INFO] [stdout] compilation command "cc" "-Wno-deprecated-declarations" "-D__USE_MINGW_ANSI_STDIO" "-pthread" "-I/usr/include/gstreamer-1.0" "-I/usr/include/glib-2.0" "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" "-DABI_CONSTANT_NAME=(gint) GST_QUERY_BITRATE" "tests/constant.c" "-o" "/tmp/abi.lIpxdv1J9NM3/constant" failed, exit code: 1 [INFO] [stdout] constants ... 446 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 471 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 496 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 521 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 546 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 571 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 596 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 621 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 646 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 671 passed; 4 failed (compilation errors: 4) [INFO] [stdout] constants ... 696 passed; 4 failed (compilation errors: 4) [INFO] [stdout] thread 'cross_validate_constants_with_c' panicked at 'FAILED: 702 passed; 4 failed (compilation errors: 4)', tests/abi.rs:122:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x561d23e7bce4 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x561d23e7bce4 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x561d23e7bce4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x561d23e7bce4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x561d23e9c11c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x561d23e129b5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x561d23e76511 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x561d23e7e845 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x561d23e7e845 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x561d23e7e845 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x561d23e7e4cc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x561d23e7ef45 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x561d23e7eae2 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x561d23e7ea3c - std::panicking::begin_panic_fmt::h23ef54e17e5a13fa [INFO] [stdout] at src/libstd/panicking.rs:335 [INFO] [stdout] 14: 0x561d23dfd613 - abi::Results::expect_total_success::h62f12d3b4a94f30a [INFO] [stdout] at tests/abi.rs:122 [INFO] [stdout] 15: 0x561d23dff3cc - abi::cross_validate_constants_with_c::h5c47b4134d964779 [INFO] [stdout] at tests/abi.rs:161 [INFO] [stdout] 16: 0x561d23dfeefa - abi::cross_validate_constants_with_c::{{closure}}::h936372e76fcd8f7e [INFO] [stdout] at tests/abi.rs:128 [INFO] [stdout] 17: 0x561d23e0ba9e - core::ops::function::FnOnce::call_once::ha77c4fccad4a2b96 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 18: 0x561d23e1c8af - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 19: 0x561d23e8633a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 20: 0x561d23e370be - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 21: 0x561d23e370be - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x561d23e370be - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 23: 0x561d23e12125 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 24: 0x561d23e162b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 25: 0x561d23e162b5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 26: 0x561d23e162b5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 27: 0x561d23e8633a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 28: 0x561d23e16862 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 29: 0x561d23e16862 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x561d23e16862 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 31: 0x561d23e16862 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 32: 0x561d23e71eff - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 33: 0x561d23e85a90 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 34: 0x561d23e85a90 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 35: 0x561d23e85a90 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 36: 0x7f0bfdfab6db - start_thread [INFO] [stdout] 37: 0x7f0bfdabc88f - __clone [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cross_validate_constants_with_c [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test abi' [INFO] running `"docker" "inspect" "e2824b73d32bd365b8e23806c29efc6c22298c4add2e7cae2b36ce869970ca91"` [INFO] running `"docker" "rm" "-f" "e2824b73d32bd365b8e23806c29efc6c22298c4add2e7cae2b36ce869970ca91"` [INFO] [stdout] e2824b73d32bd365b8e23806c29efc6c22298c4add2e7cae2b36ce869970ca91