Oct 27 10:24:17.382 INFO checking Nyrox/ssnr against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:24:17.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 10:24:17.868 INFO blam! 6dfea9c4d5f905b595d31f887cd6ed5bdc5de6a655746e934b77eb532f88a2f3 Oct 27 10:24:17.870 INFO running `"docker" "start" "-a" "6dfea9c4d5f905b595d31f887cd6ed5bdc5de6a655746e934b77eb532f88a2f3"` Oct 27 10:24:19.087 INFO kablam! usermod: no changes Oct 27 10:24:19.215 INFO kablam! Checking same-file v1.0.0 Oct 27 10:24:19.215 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 27 10:24:19.215 INFO kablam! Checking gitignore v1.0.6 Oct 27 10:24:19.215 INFO kablam! Checking msdos_time v0.1.5 Oct 27 10:24:20.353 INFO kablam! Checking walkdir v2.0.1 Oct 27 10:24:23.363 INFO kablam! Checking bzip2 v0.3.2 Oct 27 10:24:24.015 INFO kablam! Checking zip v0.2.6 Oct 27 10:24:25.287 INFO kablam! Checking ssnr v0.1.0 (/source) Oct 27 10:24:26.323 INFO kablam! warning: unused import: `std::process::Command` Oct 27 10:24:26.323 INFO kablam! --> src/main.rs:4:5 Oct 27 10:24:26.323 INFO kablam! | Oct 27 10:24:26.323 INFO kablam! 4 | use std::process::Command; Oct 27 10:24:26.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.323 INFO kablam! | Oct 27 10:24:26.323 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:24:26.323 INFO kablam! Oct 27 10:24:26.323 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 27 10:24:26.323 INFO kablam! --> src/client.rs:6:19 Oct 27 10:24:26.323 INFO kablam! | Oct 27 10:24:26.323 INFO kablam! 6 | use self::rand::{ Rng, OsRng }; Oct 27 10:24:26.323 INFO kablam! | ^^^ ^^^^^ Oct 27 10:24:26.323 INFO kablam! Oct 27 10:24:26.324 INFO kablam! warning: unused import: `transmute` Oct 27 10:24:26.324 INFO kablam! --> src/client.rs:14:16 Oct 27 10:24:26.324 INFO kablam! | Oct 27 10:24:26.324 INFO kablam! 14 | use std::mem::{transmute}; Oct 27 10:24:26.324 INFO kablam! | ^^^^^^^^^ Oct 27 10:24:26.324 INFO kablam! Oct 27 10:24:26.324 INFO kablam! warning: unused import: `api` Oct 27 10:24:26.324 INFO kablam! --> src/client.rs:18:5 Oct 27 10:24:26.324 INFO kablam! | Oct 27 10:24:26.324 INFO kablam! 18 | use api; Oct 27 10:24:26.324 INFO kablam! | ^^^ Oct 27 10:24:26.324 INFO kablam! Oct 27 10:24:26.343 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 10:24:26.343 INFO kablam! --> src/main.rs:26:24 Oct 27 10:24:26.343 INFO kablam! | Oct 27 10:24:26.343 INFO kablam! 26 | let mut config_dir = std::env::home_dir().unwrap(); Oct 27 10:24:26.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.343 INFO kablam! | Oct 27 10:24:26.343 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:24:26.343 INFO kablam! Oct 27 10:24:26.487 INFO kablam! warning: variable does not need to be mutable Oct 27 10:24:26.488 INFO kablam! --> src/client.rs:73:7 Oct 27 10:24:26.488 INFO kablam! | Oct 27 10:24:26.488 INFO kablam! 73 | let mut reader = Cursor::new(buffer); Oct 27 10:24:26.488 INFO kablam! | ----^^^^^^ Oct 27 10:24:26.488 INFO kablam! | | Oct 27 10:24:26.488 INFO kablam! | help: remove this `mut` Oct 27 10:24:26.489 INFO kablam! | Oct 27 10:24:26.489 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:24:26.489 INFO kablam! Oct 27 10:24:26.499 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.499 INFO kablam! --> src/client.rs:79:5 Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! 79 | fs::create_dir_all(file.name().split_at(sub).0); Oct 27 10:24:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:24:26.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.499 INFO kablam! Oct 27 10:24:26.499 INFO kablam! warning: variable `diskFile` should have a snake case name such as `disk_file` Oct 27 10:24:26.499 INFO kablam! --> src/client.rs:84:8 Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! 84 | let mut diskFile = File::create(file.name()).expect("Creating file failed"); Oct 27 10:24:26.499 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 10:24:26.499 INFO kablam! Oct 27 10:24:26.499 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.499 INFO kablam! --> src/api.rs:40:3 Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! 40 | output.write_all(&self.command_header.encode()); Oct 27 10:24:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.499 INFO kablam! Oct 27 10:24:26.499 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.499 INFO kablam! --> src/api.rs:42:3 Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! 42 | output.write_all(&len_bytes); Oct 27 10:24:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.499 INFO kablam! Oct 27 10:24:26.499 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.499 INFO kablam! --> src/api.rs:43:3 Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! 43 | output.write_all(&self.id); Oct 27 10:24:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.499 INFO kablam! Oct 27 10:24:26.499 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.499 INFO kablam! --> src/api.rs:86:3 Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! 86 | output.write_all(&self.command_header.encode()); Oct 27 10:24:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.499 INFO kablam! Oct 27 10:24:26.499 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.499 INFO kablam! --> src/api.rs:88:3 Oct 27 10:24:26.499 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! 88 | output.write_all(&len_bytes); Oct 27 10:24:26.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.500 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.500 INFO kablam! Oct 27 10:24:26.500 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.500 INFO kablam! --> src/api.rs:89:3 Oct 27 10:24:26.500 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! 89 | output.write_all(&self.id); Oct 27 10:24:26.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.500 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.500 INFO kablam! Oct 27 10:24:26.500 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.500 INFO kablam! --> src/main.rs:28:3 Oct 27 10:24:26.500 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! 28 | fs::create_dir_all(config_dir.clone()); Oct 27 10:24:26.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.500 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.500 INFO kablam! Oct 27 10:24:26.500 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.500 INFO kablam! --> src/main.rs:33:4 Oct 27 10:24:26.500 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! 33 | file.read_to_string(&mut buffer); Oct 27 10:24:26.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.500 INFO kablam! | Oct 27 10:24:26.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.500 INFO kablam! Oct 27 10:24:26.667 INFO kablam! warning: unused import: `std::process::Command` Oct 27 10:24:26.667 INFO kablam! --> src/main.rs:4:5 Oct 27 10:24:26.667 INFO kablam! | Oct 27 10:24:26.667 INFO kablam! 4 | use std::process::Command; Oct 27 10:24:26.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.667 INFO kablam! | Oct 27 10:24:26.667 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:24:26.667 INFO kablam! Oct 27 10:24:26.667 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 27 10:24:26.667 INFO kablam! --> src/client.rs:6:19 Oct 27 10:24:26.667 INFO kablam! | Oct 27 10:24:26.667 INFO kablam! 6 | use self::rand::{ Rng, OsRng }; Oct 27 10:24:26.667 INFO kablam! | ^^^ ^^^^^ Oct 27 10:24:26.667 INFO kablam! Oct 27 10:24:26.667 INFO kablam! warning: unused import: `transmute` Oct 27 10:24:26.667 INFO kablam! --> src/client.rs:14:16 Oct 27 10:24:26.667 INFO kablam! | Oct 27 10:24:26.667 INFO kablam! 14 | use std::mem::{transmute}; Oct 27 10:24:26.667 INFO kablam! | ^^^^^^^^^ Oct 27 10:24:26.667 INFO kablam! Oct 27 10:24:26.667 INFO kablam! warning: unused import: `api` Oct 27 10:24:26.667 INFO kablam! --> src/client.rs:18:5 Oct 27 10:24:26.667 INFO kablam! | Oct 27 10:24:26.667 INFO kablam! 18 | use api; Oct 27 10:24:26.667 INFO kablam! | ^^^ Oct 27 10:24:26.667 INFO kablam! Oct 27 10:24:26.683 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 10:24:26.683 INFO kablam! --> src/main.rs:26:24 Oct 27 10:24:26.683 INFO kablam! | Oct 27 10:24:26.683 INFO kablam! 26 | let mut config_dir = std::env::home_dir().unwrap(); Oct 27 10:24:26.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.683 INFO kablam! | Oct 27 10:24:26.683 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:24:26.683 INFO kablam! Oct 27 10:24:26.811 INFO kablam! warning: variable does not need to be mutable Oct 27 10:24:26.811 INFO kablam! --> src/client.rs:73:7 Oct 27 10:24:26.811 INFO kablam! | Oct 27 10:24:26.812 INFO kablam! 73 | let mut reader = Cursor::new(buffer); Oct 27 10:24:26.812 INFO kablam! | ----^^^^^^ Oct 27 10:24:26.812 INFO kablam! | | Oct 27 10:24:26.812 INFO kablam! | help: remove this `mut` Oct 27 10:24:26.812 INFO kablam! | Oct 27 10:24:26.812 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:24:26.812 INFO kablam! Oct 27 10:24:26.817 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.818 INFO kablam! --> src/client.rs:79:5 Oct 27 10:24:26.818 INFO kablam! | Oct 27 10:24:26.818 INFO kablam! 79 | fs::create_dir_all(file.name().split_at(sub).0); Oct 27 10:24:26.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.818 INFO kablam! | Oct 27 10:24:26.818 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:24:26.818 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.819 INFO kablam! Oct 27 10:24:26.819 INFO kablam! warning: variable `diskFile` should have a snake case name such as `disk_file` Oct 27 10:24:26.819 INFO kablam! --> src/client.rs:84:8 Oct 27 10:24:26.819 INFO kablam! | Oct 27 10:24:26.819 INFO kablam! 84 | let mut diskFile = File::create(file.name()).expect("Creating file failed"); Oct 27 10:24:26.820 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:24:26.820 INFO kablam! | Oct 27 10:24:26.820 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 10:24:26.820 INFO kablam! Oct 27 10:24:26.820 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.820 INFO kablam! --> src/api.rs:40:3 Oct 27 10:24:26.821 INFO kablam! | Oct 27 10:24:26.821 INFO kablam! 40 | output.write_all(&self.command_header.encode()); Oct 27 10:24:26.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.821 INFO kablam! | Oct 27 10:24:26.822 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.822 INFO kablam! Oct 27 10:24:26.822 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.822 INFO kablam! --> src/api.rs:42:3 Oct 27 10:24:26.822 INFO kablam! | Oct 27 10:24:26.822 INFO kablam! 42 | output.write_all(&len_bytes); Oct 27 10:24:26.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.823 INFO kablam! | Oct 27 10:24:26.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.823 INFO kablam! Oct 27 10:24:26.823 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.823 INFO kablam! --> src/api.rs:43:3 Oct 27 10:24:26.823 INFO kablam! | Oct 27 10:24:26.824 INFO kablam! 43 | output.write_all(&self.id); Oct 27 10:24:26.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.824 INFO kablam! | Oct 27 10:24:26.824 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.824 INFO kablam! Oct 27 10:24:26.825 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.825 INFO kablam! --> src/api.rs:86:3 Oct 27 10:24:26.825 INFO kablam! | Oct 27 10:24:26.825 INFO kablam! 86 | output.write_all(&self.command_header.encode()); Oct 27 10:24:26.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.826 INFO kablam! | Oct 27 10:24:26.826 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.826 INFO kablam! Oct 27 10:24:26.826 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.826 INFO kablam! --> src/api.rs:88:3 Oct 27 10:24:26.826 INFO kablam! | Oct 27 10:24:26.830 INFO kablam! 88 | output.write_all(&len_bytes); Oct 27 10:24:26.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.831 INFO kablam! | Oct 27 10:24:26.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.831 INFO kablam! Oct 27 10:24:26.831 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.831 INFO kablam! --> src/api.rs:89:3 Oct 27 10:24:26.831 INFO kablam! | Oct 27 10:24:26.831 INFO kablam! 89 | output.write_all(&self.id); Oct 27 10:24:26.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.831 INFO kablam! | Oct 27 10:24:26.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.831 INFO kablam! Oct 27 10:24:26.831 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.831 INFO kablam! --> src/main.rs:28:3 Oct 27 10:24:26.831 INFO kablam! | Oct 27 10:24:26.831 INFO kablam! 28 | fs::create_dir_all(config_dir.clone()); Oct 27 10:24:26.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.831 INFO kablam! | Oct 27 10:24:26.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.836 INFO kablam! Oct 27 10:24:26.837 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:24:26.837 INFO kablam! --> src/main.rs:33:4 Oct 27 10:24:26.837 INFO kablam! | Oct 27 10:24:26.837 INFO kablam! 33 | file.read_to_string(&mut buffer); Oct 27 10:24:26.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:24:26.837 INFO kablam! | Oct 27 10:24:26.837 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:24:26.837 INFO kablam! Oct 27 10:24:26.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.77s Oct 27 10:24:26.898 INFO kablam! su: No module specific data is present Oct 27 10:24:27.739 INFO running `"docker" "rm" "-f" "6dfea9c4d5f905b595d31f887cd6ed5bdc5de6a655746e934b77eb532f88a2f3"` Oct 27 10:24:28.127 INFO blam! 6dfea9c4d5f905b595d31f887cd6ed5bdc5de6a655746e934b77eb532f88a2f3