Oct 27 01:09:14.668 INFO checking make-a-demo-tool-in-rust/fish-in-a-jit against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:09:14.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 01:09:15.173 INFO blam! 290a5653e966636d66b04e485e406ab2d8a7e8f2c2880e37fe4f8f44521fd063 Oct 27 01:09:15.174 INFO running `"docker" "start" "-a" "290a5653e966636d66b04e485e406ab2d8a7e8f2c2880e37fe4f8f44521fd063"` Oct 27 01:09:16.515 INFO kablam! usermod: no changes Oct 27 01:09:16.630 INFO kablam! Checking memchr v0.1.11 Oct 27 01:09:16.630 INFO kablam! Checking serde_yaml v0.6.2 Oct 27 01:09:16.630 INFO kablam! Checking thread-id v2.0.0 Oct 27 01:09:17.443 INFO kablam! Checking thread_local v0.2.7 Oct 27 01:09:17.635 INFO kablam! Checking aho-corasick v0.5.3 Oct 27 01:09:18.867 INFO kablam! Checking regex v0.1.80 Oct 27 01:09:21.038 INFO kablam! Checking env_logger v0.3.5 Oct 27 01:09:21.659 INFO kablam! Checking fish_in_a_jit v0.1.0 (/source) Oct 27 01:09:22.724 INFO kablam! warning: type annotations needed Oct 27 01:09:22.724 INFO kablam! --> src/jit/mod.rs:200:68 Oct 27 01:09:22.724 INFO kablam! | Oct 27 01:09:22.724 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 27 01:09:22.724 INFO kablam! | ^^^^^^ Oct 27 01:09:22.724 INFO kablam! | Oct 27 01:09:22.724 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 01:09:22.724 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 27 01:09:22.724 INFO kablam! = note: for more information, see issue #46906 Oct 27 01:09:22.724 INFO kablam! Oct 27 01:09:22.875 INFO kablam! warning: type annotations needed Oct 27 01:09:22.875 INFO kablam! --> src/jit/mod.rs:200:68 Oct 27 01:09:22.876 INFO kablam! | Oct 27 01:09:22.876 INFO kablam! 200 | clear_cache(self.addr as *mut _, (self.addr as *mut _).offset(self.size as _)); Oct 27 01:09:22.876 INFO kablam! | ^^^^^^ Oct 27 01:09:22.877 INFO kablam! | Oct 27 01:09:22.877 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 01:09:22.877 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 27 01:09:22.878 INFO kablam! = note: for more information, see issue #46906 Oct 27 01:09:22.878 INFO kablam! Oct 27 01:09:22.929 INFO kablam! warning: variable does not need to be mutable Oct 27 01:09:22.929 INFO kablam! --> src/bytecode.rs:227:17 Oct 27 01:09:22.929 INFO kablam! | Oct 27 01:09:22.929 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 27 01:09:22.929 INFO kablam! | ----^ Oct 27 01:09:22.929 INFO kablam! | | Oct 27 01:09:22.929 INFO kablam! | help: remove this `mut` Oct 27 01:09:22.929 INFO kablam! | Oct 27 01:09:22.929 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:09:22.929 INFO kablam! Oct 27 01:09:22.929 INFO kablam! warning: variable does not need to be mutable Oct 27 01:09:22.929 INFO kablam! --> src/bytecode.rs:235:17 Oct 27 01:09:22.929 INFO kablam! | Oct 27 01:09:22.929 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 27 01:09:22.929 INFO kablam! | ----^ Oct 27 01:09:22.929 INFO kablam! | | Oct 27 01:09:22.929 INFO kablam! | help: remove this `mut` Oct 27 01:09:22.929 INFO kablam! Oct 27 01:09:22.963 INFO kablam! warning: the feature `abi_sysv64` has been stable since 1.24.0 and no longer requires an attribute to enable Oct 27 01:09:22.963 INFO kablam! --> src/lib.rs:2:12 Oct 27 01:09:22.963 INFO kablam! | Oct 27 01:09:22.963 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 27 01:09:22.963 INFO kablam! | ^^^^^^^^^^ Oct 27 01:09:22.963 INFO kablam! | Oct 27 01:09:22.963 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 01:09:22.963 INFO kablam! Oct 27 01:09:23.229 INFO kablam! warning: variable does not need to be mutable Oct 27 01:09:23.229 INFO kablam! --> src/bytecode.rs:227:17 Oct 27 01:09:23.235 INFO kablam! | Oct 27 01:09:23.235 INFO kablam! 227 | pub fn push_u32(mut v: &mut Vec, n: u32) { Oct 27 01:09:23.235 INFO kablam! | ----^ Oct 27 01:09:23.235 INFO kablam! | | Oct 27 01:09:23.235 INFO kablam! | help: remove this `mut` Oct 27 01:09:23.235 INFO kablam! | Oct 27 01:09:23.235 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 01:09:23.235 INFO kablam! Oct 27 01:09:23.235 INFO kablam! warning: variable does not need to be mutable Oct 27 01:09:23.235 INFO kablam! --> src/bytecode.rs:235:17 Oct 27 01:09:23.235 INFO kablam! | Oct 27 01:09:23.235 INFO kablam! 235 | pub fn push_f32(mut v: &mut Vec, n: f32) { Oct 27 01:09:23.235 INFO kablam! | ----^ Oct 27 01:09:23.235 INFO kablam! | | Oct 27 01:09:23.235 INFO kablam! | help: remove this `mut` Oct 27 01:09:23.235 INFO kablam! Oct 27 01:09:23.275 INFO kablam! warning: the feature `abi_sysv64` has been stable since 1.24.0 and no longer requires an attribute to enable Oct 27 01:09:23.275 INFO kablam! --> src/lib.rs:2:12 Oct 27 01:09:23.276 INFO kablam! | Oct 27 01:09:23.276 INFO kablam! 2 | #![feature(abi_sysv64)] Oct 27 01:09:23.276 INFO kablam! | ^^^^^^^^^^ Oct 27 01:09:23.276 INFO kablam! | Oct 27 01:09:23.276 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 01:09:23.277 INFO kablam! Oct 27 01:09:26.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.58s Oct 27 01:09:26.123 INFO kablam! su: No module specific data is present Oct 27 01:09:27.017 INFO running `"docker" "rm" "-f" "290a5653e966636d66b04e485e406ab2d8a7e8f2c2880e37fe4f8f44521fd063"` Oct 27 01:09:27.363 INFO blam! 290a5653e966636d66b04e485e406ab2d8a7e8f2c2880e37fe4f8f44521fd063