Oct 27 06:05:53.252 INFO checking davebenvenuti/marionette against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:05:53.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 06:05:53.803 INFO blam! 4195aa8d7a28bd4f1293733a1c6d21b6a4171dec446b2fb424c2377a2b6942a9 Oct 27 06:05:53.805 INFO running `"docker" "start" "-a" "4195aa8d7a28bd4f1293733a1c6d21b6a4171dec446b2fb424c2377a2b6942a9"` Oct 27 06:05:55.378 INFO kablam! usermod: no changes Oct 27 06:05:55.483 INFO kablam! Checking clap v2.29.0 Oct 27 06:05:55.495 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 27 06:06:08.597 INFO kablam! Checking ssh2 v0.3.2 Oct 27 06:06:11.955 INFO kablam! Checking marionette v0.1.0 (/source) Oct 27 06:06:13.391 INFO kablam! warning: unused imports: `Agent`, `Identities`, `PublicKey` Oct 27 06:06:13.392 INFO kablam! --> src/main.rs:8:21 Oct 27 06:06:13.392 INFO kablam! | Oct 27 06:06:13.392 INFO kablam! 8 | use ssh2::{Session, Identities, Agent, PublicKey}; Oct 27 06:06:13.392 INFO kablam! | ^^^^^^^^^^ ^^^^^ ^^^^^^^^^ Oct 27 06:06:13.392 INFO kablam! | Oct 27 06:06:13.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:06:13.392 INFO kablam! Oct 27 06:06:13.392 INFO kablam! warning: unused import: `errors` Oct 27 06:06:13.392 INFO kablam! --> src/types.rs:3:5 Oct 27 06:06:13.392 INFO kablam! | Oct 27 06:06:13.392 INFO kablam! 3 | use errors; Oct 27 06:06:13.392 INFO kablam! | ^^^^^^ Oct 27 06:06:13.392 INFO kablam! Oct 27 06:06:13.392 INFO kablam! warning: unused imports: `Agent`, `Session` Oct 27 06:06:13.392 INFO kablam! --> src/types.rs:6:12 Oct 27 06:06:13.392 INFO kablam! | Oct 27 06:06:13.392 INFO kablam! 6 | use ssh2::{Session, Agent}; Oct 27 06:06:13.392 INFO kablam! | ^^^^^^^ ^^^^^ Oct 27 06:06:13.392 INFO kablam! Oct 27 06:06:13.511 INFO kablam! warning: unused imports: `Agent`, `Identities`, `PublicKey` Oct 27 06:06:13.511 INFO kablam! --> src/main.rs:8:21 Oct 27 06:06:13.511 INFO kablam! | Oct 27 06:06:13.511 INFO kablam! 8 | use ssh2::{Session, Identities, Agent, PublicKey}; Oct 27 06:06:13.511 INFO kablam! | ^^^^^^^^^^ ^^^^^ ^^^^^^^^^ Oct 27 06:06:13.511 INFO kablam! | Oct 27 06:06:13.511 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:06:13.511 INFO kablam! Oct 27 06:06:13.511 INFO kablam! warning: unused import: `errors` Oct 27 06:06:13.511 INFO kablam! --> src/types.rs:3:5 Oct 27 06:06:13.511 INFO kablam! | Oct 27 06:06:13.511 INFO kablam! 3 | use errors; Oct 27 06:06:13.511 INFO kablam! | ^^^^^^ Oct 27 06:06:13.511 INFO kablam! Oct 27 06:06:13.511 INFO kablam! warning: unused imports: `Agent`, `Session` Oct 27 06:06:13.511 INFO kablam! --> src/types.rs:6:12 Oct 27 06:06:13.511 INFO kablam! | Oct 27 06:06:13.511 INFO kablam! 6 | use ssh2::{Session, Agent}; Oct 27 06:06:13.511 INFO kablam! | ^^^^^^^ ^^^^^ Oct 27 06:06:13.511 INFO kablam! Oct 27 06:06:13.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:06:13.580 INFO kablam! --> src/main.rs:31:9 Oct 27 06:06:13.580 INFO kablam! | Oct 27 06:06:13.580 INFO kablam! 31 | agent.userauth(username, &identity.unwrap()); Oct 27 06:06:13.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:06:13.580 INFO kablam! | Oct 27 06:06:13.580 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:06:13.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:06:13.580 INFO kablam! Oct 27 06:06:13.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:06:13.580 INFO kablam! --> src/main.rs:114:21 Oct 27 06:06:13.580 INFO kablam! | Oct 27 06:06:13.580 INFO kablam! 114 | channel.wait_close(); Oct 27 06:06:13.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:06:13.580 INFO kablam! | Oct 27 06:06:13.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:06:13.580 INFO kablam! Oct 27 06:06:13.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:06:13.580 INFO kablam! --> src/main.rs:126:9 Oct 27 06:06:13.580 INFO kablam! | Oct 27 06:06:13.581 INFO kablam! 126 | thread.join(); Oct 27 06:06:13.581 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 06:06:13.581 INFO kablam! | Oct 27 06:06:13.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:06:13.581 INFO kablam! Oct 27 06:06:13.635 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:06:13.636 INFO kablam! --> src/main.rs:31:9 Oct 27 06:06:13.636 INFO kablam! | Oct 27 06:06:13.637 INFO kablam! 31 | agent.userauth(username, &identity.unwrap()); Oct 27 06:06:13.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:06:13.638 INFO kablam! | Oct 27 06:06:13.639 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:06:13.640 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:06:13.640 INFO kablam! Oct 27 06:06:13.641 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:06:13.642 INFO kablam! --> src/main.rs:114:21 Oct 27 06:06:13.642 INFO kablam! | Oct 27 06:06:13.643 INFO kablam! 114 | channel.wait_close(); Oct 27 06:06:13.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:06:13.644 INFO kablam! | Oct 27 06:06:13.645 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:06:13.645 INFO kablam! Oct 27 06:06:13.646 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:06:13.646 INFO kablam! --> src/main.rs:126:9 Oct 27 06:06:13.647 INFO kablam! | Oct 27 06:06:13.648 INFO kablam! 126 | thread.join(); Oct 27 06:06:13.648 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 06:06:13.649 INFO kablam! | Oct 27 06:06:13.650 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:06:13.650 INFO kablam! Oct 27 06:06:13.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.28s Oct 27 06:06:13.691 INFO kablam! su: No module specific data is present Oct 27 06:06:15.443 INFO running `"docker" "rm" "-f" "4195aa8d7a28bd4f1293733a1c6d21b6a4171dec446b2fb424c2377a2b6942a9"` Oct 27 06:06:15.701 INFO blam! 4195aa8d7a28bd4f1293733a1c6d21b6a4171dec446b2fb424c2377a2b6942a9