Oct 21 19:37:22.536 INFO checking asyade/tinyssh against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:37:22.537 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 19:37:23.171 INFO blam! 43d9137ceb90de3b008dc7a1af8fbe995cc71c13c3df08c88360a671c3350170 Oct 21 19:37:23.192 INFO running `"docker" "start" "-a" "43d9137ceb90de3b008dc7a1af8fbe995cc71c13c3df08c88360a671c3350170"` Oct 21 19:37:23.628 INFO kablam! usermod: no changes Oct 21 19:37:23.677 INFO kablam! Checking serde_json v1.0.4 Oct 21 19:37:25.943 INFO kablam! Checking tinyssh v0.0.1 (/source) Oct 21 19:37:26.449 INFO kablam! warning: unused import: `std::fs::remove_file` Oct 21 19:37:26.449 INFO kablam! --> src/server_handlers.rs:4:5 Oct 21 19:37:26.449 INFO kablam! | Oct 21 19:37:26.450 INFO kablam! 4 | use std::fs::remove_file; Oct 21 19:37:26.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 19:37:26.450 INFO kablam! | Oct 21 19:37:26.450 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:37:26.450 INFO kablam! Oct 21 19:37:26.492 INFO kablam! warning: unused import: `std::fs::remove_file` Oct 21 19:37:26.492 INFO kablam! --> src/server_handlers.rs:4:5 Oct 21 19:37:26.492 INFO kablam! | Oct 21 19:37:26.492 INFO kablam! 4 | use std::fs::remove_file; Oct 21 19:37:26.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 19:37:26.492 INFO kablam! | Oct 21 19:37:26.492 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:37:26.492 INFO kablam! Oct 21 19:37:26.559 INFO kablam! warning: unused variable: `msg` Oct 21 19:37:26.564 INFO kablam! --> src/server.rs:17:54 Oct 21 19:37:26.564 INFO kablam! | Oct 21 19:37:26.564 INFO kablam! 17 | fn server_check_identification(client: &mut Client, msg: MessageContainer) -> bool { Oct 21 19:37:26.564 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 21 19:37:26.564 INFO kablam! | Oct 21 19:37:26.564 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:37:26.564 INFO kablam! Oct 21 19:37:26.580 INFO kablam! warning: unused variable: `msg` Oct 21 19:37:26.581 INFO kablam! --> src/server.rs:17:54 Oct 21 19:37:26.581 INFO kablam! | Oct 21 19:37:26.581 INFO kablam! 17 | fn server_check_identification(client: &mut Client, msg: MessageContainer) -> bool { Oct 21 19:37:26.581 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 21 19:37:26.588 INFO kablam! | Oct 21 19:37:26.588 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:37:26.588 INFO kablam! Oct 21 19:37:26.591 INFO kablam! warning: variant is never constructed: `IdentificationFailure` Oct 21 19:37:26.591 INFO kablam! --> src/messages.rs:9:2 Oct 21 19:37:26.592 INFO kablam! | Oct 21 19:37:26.593 INFO kablam! 9 | IdentificationFailure = 3 Oct 21 19:37:26.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:37:26.593 INFO kablam! | Oct 21 19:37:26.593 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:37:26.593 INFO kablam! Oct 21 19:37:26.593 INFO kablam! warning: function is never used: `usage` Oct 21 19:37:26.593 INFO kablam! --> src/main.rs:21:1 Oct 21 19:37:26.593 INFO kablam! | Oct 21 19:37:26.593 INFO kablam! 21 | fn usage() { Oct 21 19:37:26.593 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 19:37:26.593 INFO kablam! Oct 21 19:37:26.614 INFO kablam! warning: variant is never constructed: `IdentificationFailure` Oct 21 19:37:26.614 INFO kablam! --> src/messages.rs:9:2 Oct 21 19:37:26.615 INFO kablam! | Oct 21 19:37:26.615 INFO kablam! 9 | IdentificationFailure = 3 Oct 21 19:37:26.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:37:26.615 INFO kablam! | Oct 21 19:37:26.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:37:26.616 INFO kablam! Oct 21 19:37:26.616 INFO kablam! warning: function is never used: `usage` Oct 21 19:37:26.616 INFO kablam! --> src/main.rs:21:1 Oct 21 19:37:26.617 INFO kablam! | Oct 21 19:37:26.617 INFO kablam! 21 | fn usage() { Oct 21 19:37:26.617 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 19:37:26.620 INFO kablam! Oct 21 19:37:26.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 21 19:37:26.658 INFO kablam! su: No module specific data is present Oct 21 19:37:27.038 INFO running `"docker" "rm" "-f" "43d9137ceb90de3b008dc7a1af8fbe995cc71c13c3df08c88360a671c3350170"` Oct 21 19:37:27.136 INFO blam! 43d9137ceb90de3b008dc7a1af8fbe995cc71c13c3df08c88360a671c3350170