Oct 12 10:23:55.388 INFO checking yati-sagade/cabl against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 10:23:55.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 10:23:55.802 INFO blam! 682b130f35797847433f5a46d57ffe0e9a1a991602e6db3d98a2b835a6db7b6c Oct 12 10:23:55.803 INFO running `"docker" "start" "-a" "682b130f35797847433f5a46d57ffe0e9a1a991602e6db3d98a2b835a6db7b6c"` Oct 12 10:23:57.784 INFO kablam! usermod: no changes Oct 12 10:23:57.836 INFO kablam! Checking cabl v0.1.0 (/source) Oct 12 10:23:58.276 INFO kablam! warning: method is never used: `emit` Oct 12 10:23:58.276 INFO kablam! --> src/lib.rs:62:5 Oct 12 10:23:58.276 INFO kablam! | Oct 12 10:23:58.276 INFO kablam! 62 | fn emit(&self, msg: &str) { Oct 12 10:23:58.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:23:58.276 INFO kablam! | Oct 12 10:23:58.276 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:23:58.276 INFO kablam! Oct 12 10:23:58.304 INFO kablam! warning: method `Match` should have a snake case name such as `match` Oct 12 10:23:58.304 INFO kablam! --> src/lib.rs:190:5 Oct 12 10:23:58.304 INFO kablam! | Oct 12 10:23:58.304 INFO kablam! 190 | / fn Match(&mut self, c: char) -> Result<()> { Oct 12 10:23:58.304 INFO kablam! 191 | | match self.look { Oct 12 10:23:58.304 INFO kablam! 192 | | Some(v) if v == c => { Oct 12 10:23:58.304 INFO kablam! 193 | | self.read_next_char(); Oct 12 10:23:58.304 INFO kablam! ... | Oct 12 10:23:58.304 INFO kablam! 197 | | } Oct 12 10:23:58.304 INFO kablam! 198 | | } Oct 12 10:23:58.304 INFO kablam! | |_____^ Oct 12 10:23:58.304 INFO kablam! | Oct 12 10:23:58.304 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 10:23:58.304 INFO kablam! Oct 12 10:23:58.420 INFO kablam! warning: method is never used: `emit` Oct 12 10:23:58.420 INFO kablam! --> src/lib.rs:62:5 Oct 12 10:23:58.420 INFO kablam! | Oct 12 10:23:58.420 INFO kablam! 62 | fn emit(&self, msg: &str) { Oct 12 10:23:58.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:23:58.420 INFO kablam! | Oct 12 10:23:58.420 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:23:58.420 INFO kablam! Oct 12 10:23:58.432 INFO kablam! warning: method `Match` should have a snake case name such as `match` Oct 12 10:23:58.432 INFO kablam! --> src/lib.rs:190:5 Oct 12 10:23:58.432 INFO kablam! | Oct 12 10:23:58.432 INFO kablam! 190 | / fn Match(&mut self, c: char) -> Result<()> { Oct 12 10:23:58.432 INFO kablam! 191 | | match self.look { Oct 12 10:23:58.432 INFO kablam! 192 | | Some(v) if v == c => { Oct 12 10:23:58.432 INFO kablam! 193 | | self.read_next_char(); Oct 12 10:23:58.432 INFO kablam! ... | Oct 12 10:23:58.432 INFO kablam! 197 | | } Oct 12 10:23:58.432 INFO kablam! 198 | | } Oct 12 10:23:58.432 INFO kablam! | |_____^ Oct 12 10:23:58.432 INFO kablam! | Oct 12 10:23:58.432 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 10:23:58.432 INFO kablam! Oct 12 10:23:58.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 10:23:58.764 INFO kablam! --> src/main.rs:9:9 Oct 12 10:23:58.764 INFO kablam! | Oct 12 10:23:58.764 INFO kablam! 9 | io::stdin().read_to_string(&mut s); Oct 12 10:23:58.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:23:58.764 INFO kablam! | Oct 12 10:23:58.764 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 10:23:58.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 10:23:58.764 INFO kablam! Oct 12 10:23:58.792 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 10:23:58.792 INFO kablam! --> src/main.rs:9:9 Oct 12 10:23:58.792 INFO kablam! | Oct 12 10:23:58.792 INFO kablam! 9 | io::stdin().read_to_string(&mut s); Oct 12 10:23:58.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:23:58.792 INFO kablam! | Oct 12 10:23:58.792 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 10:23:58.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 10:23:58.792 INFO kablam! Oct 12 10:23:58.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 12 10:23:58.832 INFO kablam! su: No module specific data is present Oct 12 10:23:59.826 INFO running `"docker" "rm" "-f" "682b130f35797847433f5a46d57ffe0e9a1a991602e6db3d98a2b835a6db7b6c"` Oct 12 10:24:00.251 INFO blam! 682b130f35797847433f5a46d57ffe0e9a1a991602e6db3d98a2b835a6db7b6c