Oct 14 12:39:35.831 INFO testing make-a-demo-tool-in-rust/fish-in-a-jit against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:39:35.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 12:39:36.073 INFO blam! a4bebd7508b5badbb935e89b62b532039a7843074fb951f9a21445f0fdb627e6 Oct 14 12:39:36.077 INFO running `"docker" "start" "-a" "a4bebd7508b5badbb935e89b62b532039a7843074fb951f9a21445f0fdb627e6"` Oct 14 12:39:36.500 INFO kablam! usermod: no changes Oct 14 12:39:36.590 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 14 12:39:36.591 INFO kablam! Compiling serde v0.9.12 Oct 14 12:39:36.591 INFO kablam! Compiling memchr v0.1.11 Oct 14 12:39:36.591 INFO kablam! Compiling syn v0.11.9 Oct 14 12:39:36.591 INFO kablam! Compiling thread-id v2.0.0 Oct 14 12:39:36.824 INFO kablam! Compiling thread_local v0.2.7 Oct 14 12:39:37.063 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 12:39:37.507 INFO kablam! Compiling yaml-rust v0.3.5 Oct 14 12:39:38.077 INFO kablam! Compiling regex v0.1.80 Oct 14 12:39:44.234 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 14 12:39:53.093 INFO kablam! Compiling serde_derive v0.9.12 Oct 14 12:39:53.256 INFO kablam! Compiling env_logger v0.3.5 Oct 14 12:40:01.300 INFO kablam! Compiling serde_yaml v0.6.2 Oct 14 12:40:06.317 INFO kablam! Compiling fish_in_a_jit v0.1.0 (/source) Oct 14 12:40:06.847 INFO kablam! warning: type annotations needed Oct 14 12:40:06.847 INFO kablam! --> src/jit/mod.rs:200:68 Oct 14 12:40:06.847 INFO kablam! | Oct 14 12:40:06.847 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 14 12:40:06.847 INFO kablam! | ^^^^^^ Oct 14 12:40:06.847 INFO kablam! | Oct 14 12:40:06.847 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 12:40:06.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 14 12:40:06.847 INFO kablam! = note: for more information, see issue #46906 Oct 14 12:40:06.847 INFO kablam! Oct 14 12:40:06.962 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:06.962 INFO kablam! --> src/bytecode.rs:227:17 Oct 14 12:40:06.962 INFO kablam! | Oct 14 12:40:06.962 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 14 12:40:06.962 INFO kablam! | ----^ Oct 14 12:40:06.962 INFO kablam! | | Oct 14 12:40:06.962 INFO kablam! | help: remove this `mut` Oct 14 12:40:06.962 INFO kablam! | Oct 14 12:40:06.962 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:40:06.964 INFO kablam! Oct 14 12:40:06.964 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:06.964 INFO kablam! --> src/bytecode.rs:235:17 Oct 14 12:40:06.964 INFO kablam! | Oct 14 12:40:06.964 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 14 12:40:06.964 INFO kablam! | ----^ Oct 14 12:40:06.964 INFO kablam! | | Oct 14 12:40:06.964 INFO kablam! | help: remove this `mut` Oct 14 12:40:06.964 INFO kablam! Oct 14 12:40:06.978 INFO kablam! warning: the feature `abi_sysv64` has been stable since 1.24.0 and no longer requires an attribute to enable Oct 14 12:40:06.978 INFO kablam! --> src/lib.rs:2:12 Oct 14 12:40:06.978 INFO kablam! | Oct 14 12:40:06.978 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 14 12:40:06.978 INFO kablam! | ^^^^^^^^^^ Oct 14 12:40:06.978 INFO kablam! | Oct 14 12:40:06.980 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 12:40:06.980 INFO kablam! Oct 14 12:40:10.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.97s Oct 14 12:40:10.493 INFO kablam! su: No module specific data is present Oct 14 12:40:11.709 INFO running `"docker" "rm" "-f" "a4bebd7508b5badbb935e89b62b532039a7843074fb951f9a21445f0fdb627e6"` Oct 14 12:40:11.962 INFO blam! a4bebd7508b5badbb935e89b62b532039a7843074fb951f9a21445f0fdb627e6 Oct 14 12:40:11.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 12:40:12.467 INFO blam! 622e5713f94835a2bf3437516e3d572b1c66d85d6da7b4d074cc16e9ae3f5dee Oct 14 12:40:12.475 INFO running `"docker" "start" "-a" "622e5713f94835a2bf3437516e3d572b1c66d85d6da7b4d074cc16e9ae3f5dee"` Oct 14 12:40:13.887 INFO kablam! usermod: no changes Oct 14 12:40:14.056 INFO kablam! Compiling fish_in_a_jit v0.1.0 (/source) Oct 14 12:40:15.531 INFO kablam! warning: type annotations needed Oct 14 12:40:15.531 INFO kablam! --> src/jit/mod.rs:200:68 Oct 14 12:40:15.531 INFO kablam! | Oct 14 12:40:15.531 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 14 12:40:15.531 INFO kablam! | ^^^^^^ Oct 14 12:40:15.531 INFO kablam! | Oct 14 12:40:15.531 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 12:40:15.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 14 12:40:15.531 INFO kablam! = note: for more information, see issue #46906 Oct 14 12:40:15.531 INFO kablam! Oct 14 12:40:15.673 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:15.673 INFO kablam! --> src/bytecode.rs:227:17 Oct 14 12:40:15.673 INFO kablam! | Oct 14 12:40:15.673 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 14 12:40:15.673 INFO kablam! | ----^ Oct 14 12:40:15.673 INFO kablam! | | Oct 14 12:40:15.673 INFO kablam! | help: remove this `mut` Oct 14 12:40:15.673 INFO kablam! | Oct 14 12:40:15.673 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:40:15.673 INFO kablam! Oct 14 12:40:15.673 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:15.673 INFO kablam! --> src/bytecode.rs:235:17 Oct 14 12:40:15.673 INFO kablam! | Oct 14 12:40:15.673 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 14 12:40:15.673 INFO kablam! | ----^ Oct 14 12:40:15.673 INFO kablam! | | Oct 14 12:40:15.673 INFO kablam! | help: remove this `mut` Oct 14 12:40:15.673 INFO kablam! Oct 14 12:40:15.703 INFO kablam! warning: the feature `abi_sysv64` has been stable since 1.24.0 and no longer requires an attribute to enable Oct 14 12:40:15.703 INFO kablam! --> src/lib.rs:2:12 Oct 14 12:40:15.703 INFO kablam! | Oct 14 12:40:15.703 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 14 12:40:15.703 INFO kablam! | ^^^^^^^^^^ Oct 14 12:40:15.703 INFO kablam! | Oct 14 12:40:15.703 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 12:40:15.703 INFO kablam! Oct 14 12:40:17.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.67s Oct 14 12:40:17.608 INFO kablam! su: No module specific data is present Oct 14 12:40:18.207 INFO running `"docker" "rm" "-f" "622e5713f94835a2bf3437516e3d572b1c66d85d6da7b4d074cc16e9ae3f5dee"` Oct 14 12:40:18.398 INFO blam! 622e5713f94835a2bf3437516e3d572b1c66d85d6da7b4d074cc16e9ae3f5dee Oct 14 12:40:18.402 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 12:40:18.857 INFO blam! cf0a60c3dc6892b41c2c0a4205364899c01259c3719209501339b7ed4dcc24ee Oct 14 12:40:18.857 INFO running `"docker" "start" "-a" "cf0a60c3dc6892b41c2c0a4205364899c01259c3719209501339b7ed4dcc24ee"` Oct 14 12:40:20.007 INFO kablam! usermod: no changes Oct 14 12:40:20.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 12:40:20.183 INFO kablam! Running /target/debug/deps/fish_in_a_jit-7a65425c45b460c4 Oct 14 12:40:20.191 INFO blam! Oct 14 12:40:20.191 INFO blam! running 1 test Oct 14 12:40:20.263 INFO blam! test tests::draw_and_print::draw_and_print ... FAILED Oct 14 12:40:20.263 INFO blam! Oct 14 12:40:20.263 INFO blam! failures: Oct 14 12:40:20.263 INFO blam! Oct 14 12:40:20.263 INFO blam! ---- tests::draw_and_print::draw_and_print stdout ---- Oct 14 12:40:20.263 INFO blam! thread 'tests::draw_and_print::draw_and_print' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 12:40:20.263 INFO blam! stack backtrace: Oct 14 12:40:20.263 INFO blam! 0: 0x556b796d268e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 14 12:40:20.263 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 12:40:20.263 INFO blam! 1: 0x556b796dedd6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 14 12:40:20.263 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 12:40:20.263 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 12:40:20.263 INFO blam! 2: 0x556b796d7add - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:211 Oct 14 12:40:20.263 INFO blam! 3: 0x556b796d77eb - std::panicking::default_hook::hb1838a6568eb05e3 Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:221 Oct 14 12:40:20.263 INFO blam! 4: 0x556b796d818c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:476 Oct 14 12:40:20.263 INFO blam! 5: 0x556b796d7d49 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:390 Oct 14 12:40:20.263 INFO blam! 6: 0x556b796d7c45 - rust_begin_unwind Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:325 Oct 14 12:40:20.263 INFO blam! 7: 0x556b79719efb - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 14 12:40:20.263 INFO blam! at libcore/panicking.rs:77 Oct 14 12:40:20.263 INFO blam! 8: 0x556b79682393 - core::result::unwrap_failed::h6fe81d7f7f2d3940 Oct 14 12:40:20.263 INFO blam! at libcore/macros.rs:26 Oct 14 12:40:20.263 INFO blam! 9: 0x556b796821fe - >::expect::hf28e5f5665fd0393 Oct 14 12:40:20.263 INFO blam! at libcore/result.rs:835 Oct 14 12:40:20.263 INFO blam! 10: 0x556b79681620 - fish_in_a_jit::tests::draw_and_print::draw_and_print::had77f44524f7639f Oct 14 12:40:20.263 INFO blam! at src/tests/draw_and_print.rs:15 Oct 14 12:40:20.263 INFO blam! 11: 0x556b79681589 - fish_in_a_jit::tests::draw_and_print::draw_and_print::{{closure}}::h60e2fac2c74a311b Oct 14 12:40:20.263 INFO blam! at src/tests/draw_and_print.rs:6 Oct 14 12:40:20.263 INFO blam! 12: 0x556b7967f83d - core::ops::function::FnOnce::call_once::hf4b759c4ab12a325 Oct 14 12:40:20.263 INFO blam! at libcore/ops/function.rs:238 Oct 14 12:40:20.263 INFO blam! 13: 0x556b7968414e - >::call_box::hae226a42c8d94b19 Oct 14 12:40:20.263 INFO blam! at libtest/lib.rs:1468 Oct 14 12:40:20.263 INFO blam! at libcore/ops/function.rs:238 Oct 14 12:40:20.263 INFO blam! at liballoc/boxed.rs:672 Oct 14 12:40:20.263 INFO blam! 14: 0x556b796ea2f9 - __rust_maybe_catch_panic Oct 14 12:40:20.263 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 12:40:20.263 INFO blam! 15: 0x556b796a4b7d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:289 Oct 14 12:40:20.263 INFO blam! at libstd/panic.rs:392 Oct 14 12:40:20.263 INFO blam! at libtest/lib.rs:1423 Oct 14 12:40:20.263 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 12:40:20.263 INFO blam! 16: 0x556b796a5724 - std::panicking::try::do_call::h2c632c17829d0621 Oct 14 12:40:20.263 INFO blam! at libstd/thread/mod.rs:409 Oct 14 12:40:20.263 INFO blam! at libstd/panic.rs:313 Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:310 Oct 14 12:40:20.263 INFO blam! 17: 0x556b796ea2f9 - __rust_maybe_catch_panic Oct 14 12:40:20.263 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 12:40:20.263 INFO blam! 18: 0x556b79692d66 - >::call_box::h1a0832645645f090 Oct 14 12:40:20.263 INFO blam! at libstd/panicking.rs:289 Oct 14 12:40:20.263 INFO blam! at libstd/panic.rs:392 Oct 14 12:40:20.263 INFO blam! at libstd/thread/mod.rs:408 Oct 14 12:40:20.263 INFO blam! at liballoc/boxed.rs:672 Oct 14 12:40:20.263 INFO blam! 19: 0x556b796d51aa - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 14 12:40:20.263 INFO blam! at liballoc/boxed.rs:682 Oct 14 12:40:20.263 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 12:40:20.263 INFO blam! 20: 0x556b796c8185 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 14 12:40:20.263 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 12:40:20.263 INFO blam! 21: 0x7fe6a4d3c6b9 - start_thread Oct 14 12:40:20.263 INFO blam! 22: 0x7fe6a485c41c - clone Oct 14 12:40:20.263 INFO blam! 23: 0x0 - Oct 14 12:40:20.263 INFO blam! Oct 14 12:40:20.263 INFO blam! Oct 14 12:40:20.263 INFO blam! failures: Oct 14 12:40:20.263 INFO blam! tests::draw_and_print::draw_and_print Oct 14 12:40:20.263 INFO blam! Oct 14 12:40:20.263 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:40:20.263 INFO blam! Oct 14 12:40:20.291 INFO kablam! error: test failed, to rerun pass '--lib' Oct 14 12:40:20.291 INFO kablam! su: No module specific data is present Oct 14 12:40:20.901 INFO running `"docker" "rm" "-f" "cf0a60c3dc6892b41c2c0a4205364899c01259c3719209501339b7ed4dcc24ee"` Oct 14 12:40:21.279 INFO blam! cf0a60c3dc6892b41c2c0a4205364899c01259c3719209501339b7ed4dcc24ee