Oct 12 17:59:38.088 INFO checking make-a-demo-tool-in-rust/fish-in-a-jit against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 17:59:38.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 12 17:59:38.506 INFO blam! dba03ee20b3246b7afe3f10ed4874e7085eda01847ceb6667edd4ed688ca9756 Oct 12 17:59:38.516 INFO running `"docker" "start" "-a" "dba03ee20b3246b7afe3f10ed4874e7085eda01847ceb6667edd4ed688ca9756"` Oct 12 17:59:39.756 INFO kablam! usermod: no changes Oct 12 17:59:39.913 INFO kablam! Checking aho-corasick v0.5.3 Oct 12 17:59:39.918 INFO kablam! Checking serde_yaml v0.6.2 Oct 12 17:59:39.937 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 12 17:59:39.937 INFO kablam! Checking thread-id v2.0.0 Oct 12 17:59:40.949 INFO kablam! Checking thread_local v0.2.7 Oct 12 17:59:41.859 INFO kablam! Checking regex v0.1.80 Oct 12 17:59:43.168 INFO kablam! Compiling serde_derive v0.9.12 Oct 12 17:59:44.776 INFO kablam! Checking env_logger v0.3.5 Oct 12 17:59:51.312 INFO kablam! Checking fish_in_a_jit v0.1.0 (/source) Oct 12 17:59:52.533 INFO kablam! warning: type annotations needed Oct 12 17:59:52.534 INFO kablam! --> src/jit/mod.rs:200:68 Oct 12 17:59:52.534 INFO kablam! | Oct 12 17:59:52.534 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 12 17:59:52.534 INFO kablam! | ^^^^^^ Oct 12 17:59:52.534 INFO kablam! | Oct 12 17:59:52.534 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 12 17:59:52.534 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 12 17:59:52.534 INFO kablam! = note: for more information, see issue #46906 Oct 12 17:59:52.534 INFO kablam! Oct 12 17:59:52.764 INFO kablam! warning: variable does not need to be mutable Oct 12 17:59:52.764 INFO kablam! --> src/bytecode.rs:227:17 Oct 12 17:59:52.764 INFO kablam! | Oct 12 17:59:52.764 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 12 17:59:52.764 INFO kablam! | ----^ Oct 12 17:59:52.764 INFO kablam! | | Oct 12 17:59:52.764 INFO kablam! | help: remove this `mut` Oct 12 17:59:52.764 INFO kablam! | Oct 12 17:59:52.767 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:59:52.767 INFO kablam! Oct 12 17:59:52.767 INFO kablam! warning: variable does not need to be mutable Oct 12 17:59:52.767 INFO kablam! --> src/bytecode.rs:235:17 Oct 12 17:59:52.767 INFO kablam! | Oct 12 17:59:52.767 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 12 17:59:52.767 INFO kablam! | ----^ Oct 12 17:59:52.767 INFO kablam! | | Oct 12 17:59:52.767 INFO kablam! | help: remove this `mut` Oct 12 17:59:52.767 INFO kablam! Oct 12 17:59:52.797 INFO kablam! warning: the feature `abi_sysv64` has been stable since 1.24.0 and no longer requires an attribute to enable Oct 12 17:59:52.797 INFO kablam! --> src/lib.rs:2:12 Oct 12 17:59:52.797 INFO kablam! | Oct 12 17:59:52.797 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 12 17:59:52.797 INFO kablam! | ^^^^^^^^^^ Oct 12 17:59:52.797 INFO kablam! | Oct 12 17:59:52.797 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 17:59:52.799 INFO kablam! Oct 12 17:59:52.854 INFO kablam! warning: type annotations needed Oct 12 17:59:52.854 INFO kablam! --> src/jit/mod.rs:200:68 Oct 12 17:59:52.854 INFO kablam! | Oct 12 17:59:52.855 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 12 17:59:52.855 INFO kablam! | ^^^^^^ Oct 12 17:59:52.855 INFO kablam! | Oct 12 17:59:52.855 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 12 17:59:52.855 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 12 17:59:52.855 INFO kablam! = note: for more information, see issue #46906 Oct 12 17:59:52.855 INFO kablam! Oct 12 17:59:53.395 INFO kablam! warning: variable does not need to be mutable Oct 12 17:59:53.395 INFO kablam! --> src/bytecode.rs:227:17 Oct 12 17:59:53.395 INFO kablam! | Oct 12 17:59:53.395 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 12 17:59:53.395 INFO kablam! | ----^ Oct 12 17:59:53.396 INFO kablam! | | Oct 12 17:59:53.396 INFO kablam! | help: remove this `mut` Oct 12 17:59:53.397 INFO kablam! | Oct 12 17:59:53.397 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:59:53.397 INFO kablam! Oct 12 17:59:53.398 INFO kablam! warning: variable does not need to be mutable Oct 12 17:59:53.398 INFO kablam! --> src/bytecode.rs:235:17 Oct 12 17:59:53.398 INFO kablam! | Oct 12 17:59:53.398 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 12 17:59:53.398 INFO kablam! | ----^ Oct 12 17:59:53.398 INFO kablam! | | Oct 12 17:59:53.398 INFO kablam! | help: remove this `mut` Oct 12 17:59:53.398 INFO kablam! Oct 12 17:59:53.482 INFO kablam! warning: the feature `abi_sysv64` has been stable since 1.24.0 and no longer requires an attribute to enable Oct 12 17:59:53.483 INFO kablam! --> src/lib.rs:2:12 Oct 12 17:59:53.483 INFO kablam! | Oct 12 17:59:53.483 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 12 17:59:53.483 INFO kablam! | ^^^^^^^^^^ Oct 12 17:59:53.496 INFO kablam! | Oct 12 17:59:53.497 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 17:59:53.497 INFO kablam! Oct 12 17:59:56.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.80s Oct 12 17:59:56.603 INFO kablam! su: No module specific data is present Oct 12 17:59:58.003 INFO running `"docker" "rm" "-f" "dba03ee20b3246b7afe3f10ed4874e7085eda01847ceb6667edd4ed688ca9756"` Oct 12 17:59:58.277 INFO blam! dba03ee20b3246b7afe3f10ed4874e7085eda01847ceb6667edd4ed688ca9756