Oct 27 08:05:29.027 INFO checking asyade/tinyssh against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:05:29.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 08:05:30.244 INFO blam! 0d2276be92e160485b06656373d49f8c746870c47f8de251ea01accd5d0c8df7 Oct 27 08:05:30.247 INFO running `"docker" "start" "-a" "0d2276be92e160485b06656373d49f8c746870c47f8de251ea01accd5d0c8df7"` Oct 27 08:05:30.986 INFO kablam! usermod: no changes Oct 27 08:05:31.072 INFO kablam! Checking serde_json v1.0.4 Oct 27 08:05:33.475 INFO kablam! Checking tinyssh v0.0.1 (/source) Oct 27 08:05:34.189 INFO kablam! warning: unused import: `std::fs::remove_file` Oct 27 08:05:34.189 INFO kablam! --> src/server_handlers.rs:4:5 Oct 27 08:05:34.189 INFO kablam! | Oct 27 08:05:34.189 INFO kablam! 4 | use std::fs::remove_file; Oct 27 08:05:34.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 08:05:34.189 INFO kablam! | Oct 27 08:05:34.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:05:34.189 INFO kablam! Oct 27 08:05:34.263 INFO kablam! warning: unused import: `std::fs::remove_file` Oct 27 08:05:34.263 INFO kablam! --> src/server_handlers.rs:4:5 Oct 27 08:05:34.263 INFO kablam! | Oct 27 08:05:34.263 INFO kablam! 4 | use std::fs::remove_file; Oct 27 08:05:34.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 08:05:34.263 INFO kablam! | Oct 27 08:05:34.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:05:34.263 INFO kablam! Oct 27 08:05:34.283 INFO kablam! warning: unused variable: `msg` Oct 27 08:05:34.283 INFO kablam! --> src/server.rs:17:54 Oct 27 08:05:34.283 INFO kablam! | Oct 27 08:05:34.283 INFO kablam! 17 | fn server_check_identification(client: &mut Client, msg: MessageContainer) -> bool { Oct 27 08:05:34.283 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 08:05:34.283 INFO kablam! | Oct 27 08:05:34.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:05:34.283 INFO kablam! Oct 27 08:05:34.314 INFO kablam! warning: variant is never constructed: `IdentificationFailure` Oct 27 08:05:34.314 INFO kablam! --> src/messages.rs:9:2 Oct 27 08:05:34.314 INFO kablam! | Oct 27 08:05:34.314 INFO kablam! 9 | IdentificationFailure = 3 Oct 27 08:05:34.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:05:34.314 INFO kablam! | Oct 27 08:05:34.314 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:05:34.314 INFO kablam! Oct 27 08:05:34.314 INFO kablam! warning: function is never used: `usage` Oct 27 08:05:34.314 INFO kablam! --> src/main.rs:21:1 Oct 27 08:05:34.314 INFO kablam! | Oct 27 08:05:34.314 INFO kablam! 21 | fn usage() { Oct 27 08:05:34.314 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:05:34.314 INFO kablam! Oct 27 08:05:34.354 INFO kablam! warning: unused variable: `msg` Oct 27 08:05:34.354 INFO kablam! --> src/server.rs:17:54 Oct 27 08:05:34.354 INFO kablam! | Oct 27 08:05:34.354 INFO kablam! 17 | fn server_check_identification(client: &mut Client, msg: MessageContainer) -> bool { Oct 27 08:05:34.354 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 27 08:05:34.354 INFO kablam! | Oct 27 08:05:34.354 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:05:34.354 INFO kablam! Oct 27 08:05:34.383 INFO kablam! warning: variant is never constructed: `IdentificationFailure` Oct 27 08:05:34.383 INFO kablam! --> src/messages.rs:9:2 Oct 27 08:05:34.383 INFO kablam! | Oct 27 08:05:34.383 INFO kablam! 9 | IdentificationFailure = 3 Oct 27 08:05:34.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:05:34.383 INFO kablam! | Oct 27 08:05:34.383 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:05:34.383 INFO kablam! Oct 27 08:05:34.383 INFO kablam! warning: function is never used: `usage` Oct 27 08:05:34.383 INFO kablam! --> src/main.rs:21:1 Oct 27 08:05:34.383 INFO kablam! | Oct 27 08:05:34.383 INFO kablam! 21 | fn usage() { Oct 27 08:05:34.383 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:05:34.383 INFO kablam! Oct 27 08:05:34.410 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 27 08:05:34.414 INFO kablam! su: No module specific data is present Oct 27 08:05:34.653 INFO running `"docker" "rm" "-f" "0d2276be92e160485b06656373d49f8c746870c47f8de251ea01accd5d0c8df7"` Oct 27 08:05:34.732 INFO blam! 0d2276be92e160485b06656373d49f8c746870c47f8de251ea01accd5d0c8df7