Oct 15 15:34:25.018 INFO testing tvm-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:34:25.018 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 15:34:25.435 INFO blam! 817975ccc14d8c80613232335a30ad3fac5a974832fa691da67ce3bda728b3a2 Oct 15 15:34:25.439 INFO running `"docker" "start" "-a" "817975ccc14d8c80613232335a30ad3fac5a974832fa691da67ce3bda728b3a2"` Oct 15 15:34:26.754 INFO kablam! usermod: no changes Oct 15 15:34:26.963 INFO kablam! Compiling bounded-spsc-queue v0.4.0 Oct 15 15:34:26.963 INFO kablam! Compiling error-chain v0.12.0 Oct 15 15:34:26.963 INFO kablam! Compiling num-complex v0.1.43 Oct 15 15:34:26.963 INFO kablam! Compiling nom v4.1.1 Oct 15 15:34:30.323 INFO kablam! Compiling ndarray v0.11.2 Oct 15 15:34:41.881 INFO kablam! Compiling tvm v0.1.0 (/source) Oct 15 15:34:44.367 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 15:34:44.367 INFO kablam! --> src/lib.rs:5:3 Oct 15 15:34:44.367 INFO kablam! | Oct 15 15:34:44.367 INFO kablam! 5 | extern_prelude, Oct 15 15:34:44.367 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 15:34:44.367 INFO kablam! | Oct 15 15:34:44.367 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 15:34:44.367 INFO kablam! Oct 15 15:34:48.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.55s Oct 15 15:34:48.332 INFO kablam! su: No module specific data is present Oct 15 15:34:48.946 INFO running `"docker" "rm" "-f" "817975ccc14d8c80613232335a30ad3fac5a974832fa691da67ce3bda728b3a2"` Oct 15 15:34:49.339 INFO blam! 817975ccc14d8c80613232335a30ad3fac5a974832fa691da67ce3bda728b3a2 Oct 15 15:34:49.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 15:34:49.839 INFO blam! d5474722b5cf6431bc5518cda595f88d3cf2ffbfc2c0e62ab2b23de293acb370 Oct 15 15:34:49.845 INFO running `"docker" "start" "-a" "d5474722b5cf6431bc5518cda595f88d3cf2ffbfc2c0e62ab2b23de293acb370"` Oct 15 15:34:51.128 INFO kablam! usermod: no changes Oct 15 15:34:51.235 INFO kablam! Compiling tvm v0.1.0 (/source) Oct 15 15:34:53.789 INFO kablam! warning: unused import: `collections::HashMap` Oct 15 15:34:53.789 INFO kablam! --> tests/test_graph_serde.rs:8:11 Oct 15 15:34:53.789 INFO kablam! | Oct 15 15:34:53.789 INFO kablam! 8 | use std::{collections::HashMap, convert::TryFrom, fs, io::Read}; Oct 15 15:34:53.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 15:34:53.789 INFO kablam! | Oct 15 15:34:53.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:34:53.799 INFO kablam! Oct 15 15:34:53.875 INFO kablam! warning: unused variable: `params` Oct 15 15:34:53.875 INFO kablam! --> tests/test_graph_serde.rs:19:7 Oct 15 15:34:53.876 INFO kablam! | Oct 15 15:34:53.876 INFO kablam! 19 | let params = tvm::runtime::load_param_dict(¶ms_bytes); Oct 15 15:34:53.876 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 15 15:34:53.876 INFO kablam! | Oct 15 15:34:53.876 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:34:53.876 INFO kablam! Oct 15 15:34:53.895 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 15:34:53.895 INFO kablam! --> tests/test_graph_serde.rs:1:12 Oct 15 15:34:53.895 INFO kablam! | Oct 15 15:34:53.895 INFO kablam! 1 | #![feature(fs_read_write, try_from)] Oct 15 15:34:53.895 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 15:34:53.895 INFO kablam! | Oct 15 15:34:53.895 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 15:34:53.896 INFO kablam! Oct 15 15:34:55.580 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 15:34:55.580 INFO kablam! --> src/lib.rs:5:3 Oct 15 15:34:55.581 INFO kablam! | Oct 15 15:34:55.581 INFO kablam! 5 | extern_prelude, Oct 15 15:34:55.581 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 15:34:55.581 INFO kablam! | Oct 15 15:34:55.581 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 15:34:55.581 INFO kablam! Oct 15 15:34:57.457 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.30s Oct 15 15:34:57.464 INFO kablam! su: No module specific data is present Oct 15 15:34:58.176 INFO running `"docker" "rm" "-f" "d5474722b5cf6431bc5518cda595f88d3cf2ffbfc2c0e62ab2b23de293acb370"` Oct 15 15:34:58.439 INFO blam! d5474722b5cf6431bc5518cda595f88d3cf2ffbfc2c0e62ab2b23de293acb370 Oct 15 15:34:58.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 15:34:58.917 INFO blam! 4de5b0b7b945907b26ee0157abd7e019708e1f8085101f3d070dbb487ca82bd3 Oct 15 15:34:58.919 INFO running `"docker" "start" "-a" "4de5b0b7b945907b26ee0157abd7e019708e1f8085101f3d070dbb487ca82bd3"` Oct 15 15:35:00.023 INFO kablam! usermod: no changes Oct 15 15:35:00.102 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 15:35:00.115 INFO kablam! Running /target/debug/deps/tvm-44c86474f45b122b Oct 15 15:35:00.119 INFO blam! Oct 15 15:35:00.119 INFO blam! running 3 tests Oct 15 15:35:00.120 INFO blam! test runtime::graph::tests::test_str_to_type ... ok Oct 15 15:35:00.120 INFO blam! test runtime::threading::tests::test_max_concurrency ... ok Oct 15 15:35:00.255 INFO blam! test runtime::threading::tests::test_parallel_launch ... ok Oct 15 15:35:00.255 INFO blam! Oct 15 15:35:00.255 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:35:00.255 INFO blam! Oct 15 15:35:00.275 INFO blam! Oct 15 15:35:00.275 INFO blam! running 1 test Oct 15 15:35:00.276 INFO kablam! Running /target/debug/deps/test_graph_serde-b3dbdbd5fe7a4983 Oct 15 15:35:00.302 INFO blam! test test_load_graph ... FAILED Oct 15 15:35:00.302 INFO blam! Oct 15 15:35:00.302 INFO blam! failures: Oct 15 15:35:00.302 INFO blam! Oct 15 15:35:00.302 INFO blam! ---- test_load_graph stdout ---- Oct 15 15:35:00.302 INFO blam! thread 'test_load_graph' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 15 15:35:00.302 INFO blam! stack backtrace: Oct 15 15:35:00.302 INFO blam! 0: 0x55fdf3adf7fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 15 15:35:00.302 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 15:35:00.302 INFO blam! 1: 0x55fdf3ae8976 - std::sys_common::backtrace::print::hce31971a380b167f Oct 15 15:35:00.302 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 15:35:00.302 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 15:35:00.302 INFO blam! 2: 0x55fdf3ae36cd - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 15 15:35:00.302 INFO blam! at libstd/panicking.rs:211 Oct 15 15:35:00.302 INFO blam! 3: 0x55fdf3ae33db - std::panicking::default_hook::hb1838a6568eb05e3 Oct 15 15:35:00.302 INFO blam! at libstd/panicking.rs:221 Oct 15 15:35:00.302 INFO blam! 4: 0x55fdf3ae3d7c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 15 15:35:00.302 INFO blam! at libstd/panicking.rs:476 Oct 15 15:35:00.302 INFO blam! 5: 0x55fdf3ae3939 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 15 15:35:00.302 INFO blam! at libstd/panicking.rs:390 Oct 15 15:35:00.302 INFO blam! 6: 0x55fdf3ae3835 - rust_begin_unwind Oct 15 15:35:00.302 INFO blam! at libstd/panicking.rs:325 Oct 15 15:35:00.302 INFO blam! 7: 0x55fdf3b26a8b - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 15 15:35:00.302 INFO blam! at libcore/panicking.rs:77 Oct 15 15:35:00.302 INFO blam! 8: 0x55fdf3a6ef93 - core::result::unwrap_failed::hd492657f4c398c41 Oct 15 15:35:00.302 INFO blam! at libcore/macros.rs:26 Oct 15 15:35:00.302 INFO blam! 9: 0x55fdf3a17aeb - >::unwrap::hb73d831af9aeff42 Oct 15 15:35:00.302 INFO blam! at libcore/result.rs:808 Oct 15 15:35:00.302 INFO blam! 10: 0x55fdf3a155fc - test_graph_serde::test_load_graph::hb905bed06add83f8 Oct 15 15:35:00.302 INFO blam! at tests/test_graph_serde.rs:15 Oct 15 15:35:00.302 INFO blam! 11: 0x55fdf3a15599 - test_graph_serde::test_load_graph::{{closure}}::h58cee4f4d0431fb7 Oct 15 15:35:00.302 INFO blam! at tests/test_graph_serde.rs:13 Oct 15 15:35:00.302 INFO blam! 12: 0x55fdf3a16b4d - core::ops::function::FnOnce::call_once::ha474b493f8312f2b Oct 15 15:35:00.302 INFO blam! at libcore/ops/function.rs:238 Oct 15 15:35:00.302 INFO blam! 13: 0x55fdf3a1a54e - >::call_box::hae226a42c8d94b19 Oct 15 15:35:00.302 INFO blam! at libtest/lib.rs:1468 Oct 15 15:35:00.309 INFO blam! at libcore/ops/function.rs:238 Oct 15 15:35:00.309 INFO blam! at liballoc/boxed.rs:672 Oct 15 15:35:00.309 INFO blam! 14: 0x55fdf3af3e99 - __rust_maybe_catch_panic Oct 15 15:35:00.309 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 15:35:00.309 INFO blam! 15: 0x55fdf3a3af7d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 15 15:35:00.309 INFO blam! at libstd/panicking.rs:289 Oct 15 15:35:00.309 INFO blam! at libstd/panic.rs:392 Oct 15 15:35:00.309 INFO blam! at libtest/lib.rs:1423 Oct 15 15:35:00.309 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 15:35:00.309 INFO blam! 16: 0x55fdf3a3bb24 - std::panicking::try::do_call::h2c632c17829d0621 Oct 15 15:35:00.309 INFO blam! at libstd/thread/mod.rs:409 Oct 15 15:35:00.309 INFO blam! at libstd/panic.rs:313 Oct 15 15:35:00.309 INFO blam! at libstd/panicking.rs:310 Oct 15 15:35:00.309 INFO blam! 17: 0x55fdf3af3e99 - __rust_maybe_catch_panic Oct 15 15:35:00.309 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 15:35:00.309 INFO blam! 18: 0x55fdf3a29166 - >::call_box::h1a0832645645f090 Oct 15 15:35:00.309 INFO blam! at libstd/panicking.rs:289 Oct 15 15:35:00.309 INFO blam! at libstd/panic.rs:392 Oct 15 15:35:00.309 INFO blam! at libstd/thread/mod.rs:408 Oct 15 15:35:00.309 INFO blam! at liballoc/boxed.rs:672 Oct 15 15:35:00.309 INFO blam! 19: 0x55fdf3ae1b0a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 15 15:35:00.309 INFO blam! at liballoc/boxed.rs:682 Oct 15 15:35:00.309 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 15:35:00.309 INFO blam! 20: 0x55fdf3ad6f45 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 15 15:35:00.309 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 15:35:00.309 INFO blam! 21: 0x7fb6e867b6b9 - start_thread Oct 15 15:35:00.309 INFO blam! 22: 0x7fb6e819b41c - clone Oct 15 15:35:00.309 INFO blam! 23: 0x0 - Oct 15 15:35:00.309 INFO blam! Oct 15 15:35:00.309 INFO blam! Oct 15 15:35:00.309 INFO blam! failures: Oct 15 15:35:00.309 INFO blam! test_load_graph Oct 15 15:35:00.309 INFO blam! Oct 15 15:35:00.309 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:35:00.309 INFO blam! Oct 15 15:35:00.315 INFO kablam! error: test failed, to rerun pass '--test test_graph_serde' Oct 15 15:35:00.315 INFO kablam! su: No module specific data is present Oct 15 15:35:00.926 INFO running `"docker" "rm" "-f" "4de5b0b7b945907b26ee0157abd7e019708e1f8085101f3d070dbb487ca82bd3"` Oct 15 15:35:01.299 INFO blam! 4de5b0b7b945907b26ee0157abd7e019708e1f8085101f3d070dbb487ca82bd3