Oct 12 20:36:31.818 INFO checking huwsun/Tiny_Three-Pass_Compiler against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:36:31.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 20:36:32.105 INFO blam! c964dd76db1767a8f6f83c4e754b11fabfcbb1574c5d69d20b60b60dbc60272d Oct 12 20:36:32.120 INFO running `"docker" "start" "-a" "c964dd76db1767a8f6f83c4e754b11fabfcbb1574c5d69d20b60b60dbc60272d"` Oct 12 20:36:33.063 INFO kablam! usermod: no changes Oct 12 20:36:33.112 INFO kablam! Checking compiler v0.1.0 (/source) Oct 12 20:36:33.748 INFO kablam! warning: unused variable: `argv` Oct 12 20:36:33.748 INFO kablam! --> src/main.rs:320:9 Oct 12 20:36:33.748 INFO kablam! | Oct 12 20:36:33.748 INFO kablam! 320 | let argv=vec![3i32,1,2]; Oct 12 20:36:33.748 INFO kablam! | ^^^^ help: consider using `_argv` instead Oct 12 20:36:33.748 INFO kablam! | Oct 12 20:36:33.748 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:36:33.748 INFO kablam! Oct 12 20:36:33.822 INFO kablam! warning: method is never used: `compile` Oct 12 20:36:33.822 INFO kablam! --> src/main.rs:58:5 Oct 12 20:36:33.822 INFO kablam! | Oct 12 20:36:33.822 INFO kablam! 58 | fn compile(&mut self, program: &str) -> Vec { Oct 12 20:36:33.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:36:33.822 INFO kablam! | Oct 12 20:36:33.822 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:36:33.822 INFO kablam! Oct 12 20:36:33.822 INFO kablam! warning: method is never used: `pass1_1` Oct 12 20:36:33.822 INFO kablam! --> src/main.rs:158:5 Oct 12 20:36:33.822 INFO kablam! | Oct 12 20:36:33.822 INFO kablam! 158 | fn pass1_1(&mut self, program: &str) -> Ast { Oct 12 20:36:33.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:36:33.822 INFO kablam! Oct 12 20:36:33.822 INFO kablam! warning: function is never used: `simulate` Oct 12 20:36:33.822 INFO kablam! --> src/main.rs:294:1 Oct 12 20:36:33.822 INFO kablam! | Oct 12 20:36:33.822 INFO kablam! 294 | fn simulate(assembly : Vec<&str>, argv : Vec) -> i32 { Oct 12 20:36:33.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:36:33.823 INFO kablam! Oct 12 20:36:33.840 INFO kablam! warning: unused variable: `argv` Oct 12 20:36:33.840 INFO kablam! --> src/main.rs:320:9 Oct 12 20:36:33.840 INFO kablam! | Oct 12 20:36:33.840 INFO kablam! 320 | let argv=vec![3i32,1,2]; Oct 12 20:36:33.840 INFO kablam! | ^^^^ help: consider using `_argv` instead Oct 12 20:36:33.840 INFO kablam! | Oct 12 20:36:33.840 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:36:33.840 INFO kablam! Oct 12 20:36:33.900 INFO kablam! warning: method is never used: `compile` Oct 12 20:36:33.900 INFO kablam! --> src/main.rs:58:5 Oct 12 20:36:33.900 INFO kablam! | Oct 12 20:36:33.900 INFO kablam! 58 | fn compile(&mut self, program: &str) -> Vec { Oct 12 20:36:33.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:36:33.900 INFO kablam! | Oct 12 20:36:33.900 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:36:33.900 INFO kablam! Oct 12 20:36:33.900 INFO kablam! warning: method is never used: `pass1_1` Oct 12 20:36:33.900 INFO kablam! --> src/main.rs:158:5 Oct 12 20:36:33.900 INFO kablam! | Oct 12 20:36:33.900 INFO kablam! 158 | fn pass1_1(&mut self, program: &str) -> Ast { Oct 12 20:36:33.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:36:33.900 INFO kablam! Oct 12 20:36:33.900 INFO kablam! warning: function is never used: `simulate` Oct 12 20:36:33.900 INFO kablam! --> src/main.rs:294:1 Oct 12 20:36:33.900 INFO kablam! | Oct 12 20:36:33.900 INFO kablam! 294 | fn simulate(assembly : Vec<&str>, argv : Vec) -> i32 { Oct 12 20:36:33.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:36:33.900 INFO kablam! Oct 12 20:36:33.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 12 20:36:33.921 INFO kablam! su: No module specific data is present Oct 12 20:36:34.611 INFO running `"docker" "rm" "-f" "c964dd76db1767a8f6f83c4e754b11fabfcbb1574c5d69d20b60b60dbc60272d"` Oct 12 20:36:34.920 INFO blam! c964dd76db1767a8f6f83c4e754b11fabfcbb1574c5d69d20b60b60dbc60272d