Oct 27 03:45:40.145 INFO checking huwsun/Tiny_Three-Pass_Compiler against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:45:40.146 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 03:45:40.670 INFO blam! 9d0a9b6601d86aeb30477f237c38e61f3a1ea3e347e75610d320dc55c479e4d1 Oct 27 03:45:40.672 INFO running `"docker" "start" "-a" "9d0a9b6601d86aeb30477f237c38e61f3a1ea3e347e75610d320dc55c479e4d1"` Oct 27 03:45:41.735 INFO kablam! usermod: no changes Oct 27 03:45:41.775 INFO kablam! Checking compiler v0.1.0 (/source) Oct 27 03:45:42.479 INFO kablam! warning: unused variable: `argv` Oct 27 03:45:42.479 INFO kablam! --> src/main.rs:320:9 Oct 27 03:45:42.479 INFO kablam! | Oct 27 03:45:42.479 INFO kablam! 320 | let argv=vec![3i32,1,2]; Oct 27 03:45:42.482 INFO kablam! | ^^^^ help: consider using `_argv` instead Oct 27 03:45:42.483 INFO kablam! | Oct 27 03:45:42.483 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:45:42.483 INFO kablam! Oct 27 03:45:42.537 INFO kablam! warning: method is never used: `compile` Oct 27 03:45:42.537 INFO kablam! --> src/main.rs:58:5 Oct 27 03:45:42.537 INFO kablam! | Oct 27 03:45:42.537 INFO kablam! 58 | fn compile(&mut self, program: &str) -> Vec { Oct 27 03:45:42.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:45:42.537 INFO kablam! | Oct 27 03:45:42.537 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:45:42.537 INFO kablam! Oct 27 03:45:42.540 INFO kablam! warning: method is never used: `pass1_1` Oct 27 03:45:42.540 INFO kablam! --> src/main.rs:158:5 Oct 27 03:45:42.540 INFO kablam! | Oct 27 03:45:42.540 INFO kablam! 158 | fn pass1_1(&mut self, program: &str) -> Ast { Oct 27 03:45:42.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:45:42.540 INFO kablam! Oct 27 03:45:42.540 INFO kablam! warning: function is never used: `simulate` Oct 27 03:45:42.540 INFO kablam! --> src/main.rs:294:1 Oct 27 03:45:42.540 INFO kablam! | Oct 27 03:45:42.540 INFO kablam! 294 | fn simulate(assembly : Vec<&str>, argv : Vec) -> i32 { Oct 27 03:45:42.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:45:42.540 INFO kablam! Oct 27 03:45:42.643 INFO kablam! warning: unused variable: `argv` Oct 27 03:45:42.644 INFO kablam! --> src/main.rs:320:9 Oct 27 03:45:42.644 INFO kablam! | Oct 27 03:45:42.645 INFO kablam! 320 | let argv=vec![3i32,1,2]; Oct 27 03:45:42.645 INFO kablam! | ^^^^ help: consider using `_argv` instead Oct 27 03:45:42.645 INFO kablam! | Oct 27 03:45:42.645 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:45:42.645 INFO kablam! Oct 27 03:45:42.681 INFO kablam! warning: method is never used: `compile` Oct 27 03:45:42.681 INFO kablam! --> src/main.rs:58:5 Oct 27 03:45:42.681 INFO kablam! | Oct 27 03:45:42.681 INFO kablam! 58 | fn compile(&mut self, program: &str) -> Vec { Oct 27 03:45:42.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:45:42.682 INFO kablam! | Oct 27 03:45:42.682 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:45:42.682 INFO kablam! Oct 27 03:45:42.682 INFO kablam! warning: method is never used: `pass1_1` Oct 27 03:45:42.683 INFO kablam! --> src/main.rs:158:5 Oct 27 03:45:42.683 INFO kablam! | Oct 27 03:45:42.683 INFO kablam! 158 | fn pass1_1(&mut self, program: &str) -> Ast { Oct 27 03:45:42.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:45:42.683 INFO kablam! Oct 27 03:45:42.684 INFO kablam! warning: function is never used: `simulate` Oct 27 03:45:42.684 INFO kablam! --> src/main.rs:294:1 Oct 27 03:45:42.684 INFO kablam! | Oct 27 03:45:42.684 INFO kablam! 294 | fn simulate(assembly : Vec<&str>, argv : Vec) -> i32 { Oct 27 03:45:42.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:45:42.685 INFO kablam! Oct 27 03:45:42.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 27 03:45:42.711 INFO kablam! su: No module specific data is present Oct 27 03:45:43.446 INFO running `"docker" "rm" "-f" "9d0a9b6601d86aeb30477f237c38e61f3a1ea3e347e75610d320dc55c479e4d1"` Oct 27 03:45:43.885 INFO blam! 9d0a9b6601d86aeb30477f237c38e61f3a1ea3e347e75610d320dc55c479e4d1