Oct 31 17:41:29.875 INFO checking yati-sagade/cabl against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 17:41:29.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 17:41:30.408 INFO blam! b5d332e445957c03d14e15e3604ec184262e3b03f18e871169476b2432695a80 Oct 31 17:41:30.410 INFO running `"docker" "start" "-a" "b5d332e445957c03d14e15e3604ec184262e3b03f18e871169476b2432695a80"` Oct 31 17:41:31.712 INFO kablam! usermod: no changes Oct 31 17:41:31.764 INFO kablam! Checking cabl v0.1.0 (/source) Oct 31 17:41:32.324 INFO kablam! warning: method is never used: `emit` Oct 31 17:41:32.324 INFO kablam! --> src/lib.rs:62:5 Oct 31 17:41:32.324 INFO kablam! | Oct 31 17:41:32.324 INFO kablam! 62 | fn emit(&self, msg: &str) { Oct 31 17:41:32.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:41:32.324 INFO kablam! | Oct 31 17:41:32.324 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:41:32.324 INFO kablam! Oct 31 17:41:32.324 INFO kablam! warning: method is never used: `emit` Oct 31 17:41:32.324 INFO kablam! --> src/lib.rs:62:5 Oct 31 17:41:32.324 INFO kablam! | Oct 31 17:41:32.324 INFO kablam! 62 | fn emit(&self, msg: &str) { Oct 31 17:41:32.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:41:32.324 INFO kablam! | Oct 31 17:41:32.324 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:41:32.324 INFO kablam! Oct 31 17:41:32.336 INFO kablam! warning: method `Match` should have a snake case name such as `match` Oct 31 17:41:32.336 INFO kablam! --> src/lib.rs:190:5 Oct 31 17:41:32.336 INFO kablam! | Oct 31 17:41:32.336 INFO kablam! 190 | / fn Match(&mut self, c: char) -> Result<()> { Oct 31 17:41:32.336 INFO kablam! 191 | | match self.look { Oct 31 17:41:32.336 INFO kablam! 192 | | Some(v) if v == c => { Oct 31 17:41:32.336 INFO kablam! 193 | | self.read_next_char(); Oct 31 17:41:32.336 INFO kablam! ... | Oct 31 17:41:32.336 INFO kablam! 197 | | } Oct 31 17:41:32.336 INFO kablam! 198 | | } Oct 31 17:41:32.336 INFO kablam! | |_____^ Oct 31 17:41:32.336 INFO kablam! | Oct 31 17:41:32.336 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 17:41:32.336 INFO kablam! Oct 31 17:41:32.352 INFO kablam! warning: method `Match` should have a snake case name such as `match` Oct 31 17:41:32.352 INFO kablam! --> src/lib.rs:190:5 Oct 31 17:41:32.352 INFO kablam! | Oct 31 17:41:32.352 INFO kablam! 190 | / fn Match(&mut self, c: char) -> Result<()> { Oct 31 17:41:32.352 INFO kablam! 191 | | match self.look { Oct 31 17:41:32.352 INFO kablam! 192 | | Some(v) if v == c => { Oct 31 17:41:32.352 INFO kablam! 193 | | self.read_next_char(); Oct 31 17:41:32.352 INFO kablam! ... | Oct 31 17:41:32.352 INFO kablam! 197 | | } Oct 31 17:41:32.352 INFO kablam! 198 | | } Oct 31 17:41:32.352 INFO kablam! | |_____^ Oct 31 17:41:32.352 INFO kablam! | Oct 31 17:41:32.352 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 17:41:32.352 INFO kablam! Oct 31 17:41:32.632 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:41:32.632 INFO kablam! --> src/main.rs:9:9 Oct 31 17:41:32.632 INFO kablam! | Oct 31 17:41:32.632 INFO kablam! 9 | io::stdin().read_to_string(&mut s); Oct 31 17:41:32.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:41:32.632 INFO kablam! | Oct 31 17:41:32.632 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 17:41:32.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:41:32.632 INFO kablam! Oct 31 17:41:32.656 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 17:41:32.656 INFO kablam! --> src/main.rs:9:9 Oct 31 17:41:32.656 INFO kablam! | Oct 31 17:41:32.656 INFO kablam! 9 | io::stdin().read_to_string(&mut s); Oct 31 17:41:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:41:32.664 INFO kablam! | Oct 31 17:41:32.664 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 17:41:32.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 17:41:32.664 INFO kablam! Oct 31 17:41:32.700 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 31 17:41:32.708 INFO kablam! su: No module specific data is present Oct 31 17:41:33.925 INFO running `"docker" "rm" "-f" "b5d332e445957c03d14e15e3604ec184262e3b03f18e871169476b2432695a80"` Oct 31 17:41:34.292 INFO blam! b5d332e445957c03d14e15e3604ec184262e3b03f18e871169476b2432695a80