Oct 14 12:39:35.894 INFO testing make-a-demo-tool-in-rust/fish-in-a-jit against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:39:35.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.124 INFO blam! ed99a48b7d10ebb8f99f5f47b788f64371ced045eda641fc2ddd8f1858e77ad9 Oct 14 12:39:36.126 INFO running `"docker" "start" "-a" "ed99a48b7d10ebb8f99f5f47b788f64371ced045eda641fc2ddd8f1858e77ad9"` Oct 14 12:39:36.484 INFO kablam! usermod: no changes Oct 14 12:39:36.557 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 14 12:39:36.557 INFO kablam! Compiling log v0.3.7 Oct 14 12:39:36.558 INFO kablam! Compiling serde v0.9.12 Oct 14 12:39:36.558 INFO kablam! Compiling memchr v0.1.11 Oct 14 12:39:36.558 INFO kablam! Compiling time v0.1.36 Oct 14 12:39:36.560 INFO kablam! Compiling syn v0.11.9 Oct 14 12:39:36.562 INFO kablam! Compiling thread-id v2.0.0 Oct 14 12:39:36.755 INFO kablam! Compiling thread_local v0.2.7 Oct 14 12:39:36.983 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 12:39:37.527 INFO kablam! Compiling yaml-rust v0.3.5 Oct 14 12:39:38.471 INFO kablam! Compiling regex v0.1.80 Oct 14 12:39:43.415 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 14 12:39:50.489 INFO kablam! Compiling serde_derive v0.9.12 Oct 14 12:39:51.708 INFO kablam! Compiling env_logger v0.3.5 Oct 14 12:39:59.423 INFO kablam! Compiling serde_yaml v0.6.2 Oct 14 12:40:04.552 INFO kablam! Compiling fish_in_a_jit v0.1.0 (/source) Oct 14 12:40:05.103 INFO kablam! warning: type annotations needed Oct 14 12:40:05.104 INFO kablam! --> src/jit/mod.rs:200:68 Oct 14 12:40:05.104 INFO kablam! | Oct 14 12:40:05.104 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 14 12:40:05.104 INFO kablam! | ^^^^^^ Oct 14 12:40:05.104 INFO kablam! | Oct 14 12:40:05.104 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 12:40:05.104 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:05.104 INFO kablam! = note: for more information, see issue #46906 Oct 14 12:40:05.104 INFO kablam! Oct 14 12:40:05.210 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:05.210 INFO kablam! --> src/bytecode.rs:227:17 Oct 14 12:40:05.210 INFO kablam! | Oct 14 12:40:05.210 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 14 12:40:05.210 INFO kablam! | ----^ Oct 14 12:40:05.210 INFO kablam! | | Oct 14 12:40:05.210 INFO kablam! | help: remove this `mut` Oct 14 12:40:05.210 INFO kablam! | Oct 14 12:40:05.210 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:40:05.213 INFO kablam! Oct 14 12:40:05.213 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:05.213 INFO kablam! --> src/bytecode.rs:235:17 Oct 14 12:40:05.213 INFO kablam! | Oct 14 12:40:05.213 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 14 12:40:05.213 INFO kablam! | ----^ Oct 14 12:40:05.213 INFO kablam! | | Oct 14 12:40:05.213 INFO kablam! | help: remove this `mut` Oct 14 12:40:05.213 INFO kablam! Oct 14 12:40:05.227 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:05.228 INFO kablam! --> src/lib.rs:2:12 Oct 14 12:40:05.228 INFO kablam! | Oct 14 12:40:05.228 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 14 12:40:05.228 INFO kablam! | ^^^^^^^^^^ Oct 14 12:40:05.228 INFO kablam! | Oct 14 12:40:05.228 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 12:40:05.228 INFO kablam! Oct 14 12:40:08.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.42s Oct 14 12:40:08.930 INFO kablam! su: No module specific data is present Oct 14 12:40:10.791 INFO running `"docker" "rm" "-f" "ed99a48b7d10ebb8f99f5f47b788f64371ced045eda641fc2ddd8f1858e77ad9"` Oct 14 12:40:11.019 INFO blam! ed99a48b7d10ebb8f99f5f47b788f64371ced045eda641fc2ddd8f1858e77ad9 Oct 14 12:40:11.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:11.580 INFO blam! 3b07d6b40028bb8fc767097261183f257949e72963cc2531adcb8680437a6410 Oct 14 12:40:11.582 INFO running `"docker" "start" "-a" "3b07d6b40028bb8fc767097261183f257949e72963cc2531adcb8680437a6410"` Oct 14 12:40:13.029 INFO kablam! usermod: no changes Oct 14 12:40:13.207 INFO kablam! Compiling fish_in_a_jit v0.1.0 (/source) Oct 14 12:40:15.287 INFO kablam! warning: type annotations needed Oct 14 12:40:15.288 INFO kablam! --> src/jit/mod.rs:200:68 Oct 14 12:40:15.288 INFO kablam! | Oct 14 12:40:15.288 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 14 12:40:15.288 INFO kablam! | ^^^^^^ Oct 14 12:40:15.289 INFO kablam! | Oct 14 12:40:15.289 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 12:40:15.289 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.289 INFO kablam! = note: for more information, see issue #46906 Oct 14 12:40:15.290 INFO kablam! Oct 14 12:40:15.803 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:15.803 INFO kablam! --> src/bytecode.rs:227:17 Oct 14 12:40:15.803 INFO kablam! | Oct 14 12:40:15.803 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 14 12:40:15.803 INFO kablam! | ----^ Oct 14 12:40:15.803 INFO kablam! | | Oct 14 12:40:15.803 INFO kablam! | help: remove this `mut` Oct 14 12:40:15.803 INFO kablam! | Oct 14 12:40:15.803 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:40:15.803 INFO kablam! Oct 14 12:40:15.803 INFO kablam! warning: variable does not need to be mutable Oct 14 12:40:15.803 INFO kablam! --> src/bytecode.rs:235:17 Oct 14 12:40:15.803 INFO kablam! | Oct 14 12:40:15.803 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 14 12:40:15.803 INFO kablam! | ----^ Oct 14 12:40:15.803 INFO kablam! | | Oct 14 12:40:15.803 INFO kablam! | help: remove this `mut` Oct 14 12:40:15.803 INFO kablam! Oct 14 12:40:15.895 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.895 INFO kablam! --> src/lib.rs:2:12 Oct 14 12:40:15.895 INFO kablam! | Oct 14 12:40:15.895 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 14 12:40:15.895 INFO kablam! | ^^^^^^^^^^ Oct 14 12:40:15.895 INFO kablam! | Oct 14 12:40:15.895 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 12:40:15.895 INFO kablam! Oct 14 12:40:17.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.33s Oct 14 12:40:17.407 INFO kablam! su: No module specific data is present Oct 14 12:40:18.113 INFO running `"docker" "rm" "-f" "3b07d6b40028bb8fc767097261183f257949e72963cc2531adcb8680437a6410"` Oct 14 12:40:18.331 INFO blam! 3b07d6b40028bb8fc767097261183f257949e72963cc2531adcb8680437a6410 Oct 14 12:40:18.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.728 INFO blam! f6e5dec912cac49dd85956a2753581351f20787fb9003ea25bd2b9c169ef0653 Oct 14 12:40:18.734 INFO running `"docker" "start" "-a" "f6e5dec912cac49dd85956a2753581351f20787fb9003ea25bd2b9c169ef0653"` Oct 14 12:40:20.015 INFO kablam! usermod: no changes Oct 14 12:40:20.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 12:40:20.199 INFO blam! Oct 14 12:40:20.199 INFO blam! running 1 test Oct 14 12:40:20.200 INFO kablam! Running /target/debug/deps/fish_in_a_jit-2c76eff1cb4a638c Oct 14 12:40:20.247 INFO blam! test tests::draw_and_print::draw_and_print ... FAILED Oct 14 12:40:20.247 INFO blam! Oct 14 12:40:20.247 INFO blam! failures: Oct 14 12:40:20.247 INFO blam! Oct 14 12:40:20.247 INFO blam! ---- tests::draw_and_print::draw_and_print stdout ---- Oct 14 12:40:20.247 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.247 INFO blam! stack backtrace: Oct 14 12:40:20.247 INFO blam! 0: 0x55c86e8eb0de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 12:40:20.247 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 12:40:20.247 INFO blam! 1: 0x55c86e8f7556 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 12:40:20.247 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 12:40:20.247 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 12:40:20.247 INFO blam! 2: 0x55c86e8f025d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 12:40:20.247 INFO blam! at libstd/panicking.rs:211 Oct 14 12:40:20.247 INFO blam! 3: 0x55c86e8eff6b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 12:40:20.247 INFO blam! at libstd/panicking.rs:221 Oct 14 12:40:20.247 INFO blam! 4: 0x55c86e8f090c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 12:40:20.247 INFO blam! at libstd/panicking.rs:476 Oct 14 12:40:20.247 INFO blam! 5: 0x55c86e8f04c9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 12:40:20.247 INFO blam! at libstd/panicking.rs:390 Oct 14 12:40:20.247 INFO blam! 6: 0x55c86e8f03c5 - rust_begin_unwind Oct 14 12:40:20.247 INFO blam! at libstd/panicking.rs:325 Oct 14 12:40:20.247 INFO blam! 7: 0x55c86e93268b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 14 12:40:20.247 INFO blam! at libcore/panicking.rs:77 Oct 14 12:40:20.247 INFO blam! 8: 0x55c86e89a3e3 - core::result::unwrap_failed::h87e9010634479f29 Oct 14 12:40:20.247 INFO blam! at libcore/macros.rs:26 Oct 14 12:40:20.247 INFO blam! 9: 0x55c86e89a24e - >::expect::hd4d2dabe99fc751d Oct 14 12:40:20.247 INFO blam! at libcore/result.rs:835 Oct 14 12:40:20.247 INFO blam! 10: 0x55c86e899670 - fish_in_a_jit::tests::draw_and_print::draw_and_print::h90d6be91d0558919 Oct 14 12:40:20.247 INFO blam! at src/tests/draw_and_print.rs:15 Oct 14 12:40:20.247 INFO blam! 11: 0x55c86e8995d9 - fish_in_a_jit::tests::draw_and_print::draw_and_print::{{closure}}::h87643da152cbe484 Oct 14 12:40:20.247 INFO blam! at src/tests/draw_and_print.rs:6 Oct 14 12:40:20.247 INFO blam! 12: 0x55c86e89788d - core::ops::function::FnOnce::call_once::hca7967aafa8b90cd Oct 14 12:40:20.247 INFO blam! at libcore/ops/function.rs:238 Oct 14 12:40:20.247 INFO blam! 13: 0x55c86e89c09e - >::call_box::h95b7cb918af67b5d Oct 14 12:40:20.247 INFO blam! at libtest/lib.rs:1468 Oct 14 12:40:20.247 INFO blam! at libcore/ops/function.rs:238 Oct 14 12:40:20.247 INFO blam! at liballoc/boxed.rs:672 Oct 14 12:40:20.247 INFO blam! 14: 0x55c86e902729 - __rust_maybe_catch_panic Oct 14 12:40:20.248 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 12:40:20.248 INFO blam! 15: 0x55c86e8bcbed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 12:40:20.248 INFO blam! at libstd/panicking.rs:289 Oct 14 12:40:20.248 INFO blam! at libstd/panic.rs:392 Oct 14 12:40:20.248 INFO blam! at libtest/lib.rs:1423 Oct 14 12:40:20.248 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 12:40:20.248 INFO blam! 16: 0x55c86e8bd7f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 12:40:20.248 INFO blam! at libstd/thread/mod.rs:409 Oct 14 12:40:20.248 INFO blam! at libstd/panic.rs:313 Oct 14 12:40:20.248 INFO blam! at libstd/panicking.rs:310 Oct 14 12:40:20.248 INFO blam! 17: 0x55c86e902729 - __rust_maybe_catch_panic Oct 14 12:40:20.248 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 12:40:20.248 INFO blam! 18: 0x55c86e8aadb6 - >::call_box::h96125cb29a9ba44b Oct 14 12:40:20.248 INFO blam! at libstd/panicking.rs:289 Oct 14 12:40:20.248 INFO blam! at libstd/panic.rs:392 Oct 14 12:40:20.248 INFO blam! at libstd/thread/mod.rs:408 Oct 14 12:40:20.248 INFO blam! at liballoc/boxed.rs:672 Oct 14 12:40:20.248 INFO blam! 19: 0x55c86e8ed92a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 12:40:20.248 INFO blam! at liballoc/boxed.rs:682 Oct 14 12:40:20.248 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 12:40:20.248 INFO blam! 20: 0x55c86e8e0be5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 12:40:20.248 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 12:40:20.248 INFO blam! 21: 0x7f0c798d36b9 - start_thread Oct 14 12:40:20.248 INFO blam! 22: 0x7f0c793f341c - clone Oct 14 12:40:20.248 INFO blam! 23: 0x0 - Oct 14 12:40:20.248 INFO blam! Oct 14 12:40:20.248 INFO blam! Oct 14 12:40:20.248 INFO blam! failures: Oct 14 12:40:20.248 INFO blam! tests::draw_and_print::draw_and_print Oct 14 12:40:20.248 INFO blam! Oct 14 12:40:20.248 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:40:20.248 INFO blam! Oct 14 12:40:20.259 INFO kablam! error: test failed, to rerun pass '--lib' Oct 14 12:40:20.259 INFO kablam! su: No module specific data is present Oct 14 12:40:20.845 INFO running `"docker" "rm" "-f" "f6e5dec912cac49dd85956a2753581351f20787fb9003ea25bd2b9c169ef0653"` Oct 14 12:40:21.123 INFO blam! f6e5dec912cac49dd85956a2753581351f20787fb9003ea25bd2b9c169ef0653