Oct 15 08:08:40.143 INFO testing Nyrox/ssnr against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:08:40.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 08:08:40.712 INFO blam! a66ef425456c1158a1f7967a562ef1b7d8e619e5961ed8646e73657b09efae9b Oct 15 08:08:40.716 INFO running `"docker" "start" "-a" "a66ef425456c1158a1f7967a562ef1b7d8e619e5961ed8646e73657b09efae9b"` Oct 15 08:08:42.138 INFO kablam! usermod: no changes Oct 15 08:08:42.259 INFO kablam! Compiling same-file v1.0.0 Oct 15 08:08:42.259 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 15 08:08:42.271 INFO kablam! Compiling gitignore v1.0.6 Oct 15 08:08:42.271 INFO kablam! Compiling toml v0.4.5 Oct 15 08:08:42.283 INFO kablam! Compiling msdos_time v0.1.5 Oct 15 08:08:42.283 INFO kablam! Compiling miniz-sys v0.1.10 Oct 15 08:08:44.300 INFO kablam! Compiling flate2 v0.2.20 Oct 15 08:08:44.667 INFO kablam! Compiling walkdir v2.0.1 Oct 15 08:08:49.311 INFO kablam! Compiling bzip2 v0.3.2 Oct 15 08:08:51.156 INFO kablam! Compiling zip v0.2.6 Oct 15 08:08:54.985 INFO kablam! Compiling ssnr v0.1.0 (/source) Oct 15 08:08:55.719 INFO kablam! warning: unused import: `std::process::Command` Oct 15 08:08:55.719 INFO kablam! --> src/main.rs:4:5 Oct 15 08:08:55.720 INFO kablam! | Oct 15 08:08:55.720 INFO kablam! 4 | use std::process::Command; Oct 15 08:08:55.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.721 INFO kablam! | Oct 15 08:08:55.721 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:08:55.721 INFO kablam! Oct 15 08:08:55.722 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 08:08:55.722 INFO kablam! --> src/client.rs:6:19 Oct 15 08:08:55.722 INFO kablam! | Oct 15 08:08:55.723 INFO kablam! 6 | use self::rand::{ Rng, OsRng }; Oct 15 08:08:55.723 INFO kablam! | ^^^ ^^^^^ Oct 15 08:08:55.723 INFO kablam! Oct 15 08:08:55.724 INFO kablam! warning: unused import: `transmute` Oct 15 08:08:55.724 INFO kablam! --> src/client.rs:14:16 Oct 15 08:08:55.724 INFO kablam! | Oct 15 08:08:55.724 INFO kablam! 14 | use std::mem::{transmute}; Oct 15 08:08:55.725 INFO kablam! | ^^^^^^^^^ Oct 15 08:08:55.725 INFO kablam! Oct 15 08:08:55.725 INFO kablam! warning: unused import: `api` Oct 15 08:08:55.726 INFO kablam! --> src/client.rs:18:5 Oct 15 08:08:55.726 INFO kablam! | Oct 15 08:08:55.726 INFO kablam! 18 | use api; Oct 15 08:08:55.727 INFO kablam! | ^^^ Oct 15 08:08:55.727 INFO kablam! Oct 15 08:08:55.735 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 15 08:08:55.735 INFO kablam! --> src/main.rs:26:24 Oct 15 08:08:55.735 INFO kablam! | Oct 15 08:08:55.735 INFO kablam! 26 | let mut config_dir = std::env::home_dir().unwrap(); Oct 15 08:08:55.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.735 INFO kablam! | Oct 15 08:08:55.735 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:08:55.735 INFO kablam! Oct 15 08:08:55.896 INFO kablam! warning: variable does not need to be mutable Oct 15 08:08:55.896 INFO kablam! --> src/client.rs:73:7 Oct 15 08:08:55.896 INFO kablam! | Oct 15 08:08:55.896 INFO kablam! 73 | let mut reader = Cursor::new(buffer); Oct 15 08:08:55.897 INFO kablam! | ----^^^^^^ Oct 15 08:08:55.897 INFO kablam! | | Oct 15 08:08:55.897 INFO kablam! | help: remove this `mut` Oct 15 08:08:55.898 INFO kablam! | Oct 15 08:08:55.898 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:08:55.898 INFO kablam! Oct 15 08:08:55.903 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.904 INFO kablam! --> src/client.rs:79:5 Oct 15 08:08:55.904 INFO kablam! | Oct 15 08:08:55.904 INFO kablam! 79 | fs::create_dir_all(file.name().split_at(sub).0); Oct 15 08:08:55.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.905 INFO kablam! | Oct 15 08:08:55.905 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:08:55.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.905 INFO kablam! Oct 15 08:08:55.906 INFO kablam! warning: variable `diskFile` should have a snake case name such as `disk_file` Oct 15 08:08:55.906 INFO kablam! --> src/client.rs:84:8 Oct 15 08:08:55.906 INFO kablam! | Oct 15 08:08:55.906 INFO kablam! 84 | let mut diskFile = File::create(file.name()).expect("Creating file failed"); Oct 15 08:08:55.907 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:08:55.907 INFO kablam! | Oct 15 08:08:55.907 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:08:55.907 INFO kablam! Oct 15 08:08:55.908 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.908 INFO kablam! --> src/api.rs:40:3 Oct 15 08:08:55.908 INFO kablam! | Oct 15 08:08:55.908 INFO kablam! 40 | output.write_all(&self.command_header.encode()); Oct 15 08:08:55.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.909 INFO kablam! | Oct 15 08:08:55.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.910 INFO kablam! Oct 15 08:08:55.910 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.910 INFO kablam! --> src/api.rs:42:3 Oct 15 08:08:55.910 INFO kablam! | Oct 15 08:08:55.911 INFO kablam! 42 | output.write_all(&len_bytes); Oct 15 08:08:55.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.911 INFO kablam! | Oct 15 08:08:55.911 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.911 INFO kablam! Oct 15 08:08:55.912 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.912 INFO kablam! --> src/api.rs:43:3 Oct 15 08:08:55.912 INFO kablam! | Oct 15 08:08:55.913 INFO kablam! 43 | output.write_all(&self.id); Oct 15 08:08:55.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.913 INFO kablam! | Oct 15 08:08:55.913 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.914 INFO kablam! Oct 15 08:08:55.914 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.914 INFO kablam! --> src/api.rs:86:3 Oct 15 08:08:55.914 INFO kablam! | Oct 15 08:08:55.915 INFO kablam! 86 | output.write_all(&self.command_header.encode()); Oct 15 08:08:55.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.915 INFO kablam! | Oct 15 08:08:55.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.916 INFO kablam! Oct 15 08:08:55.916 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.916 INFO kablam! --> src/api.rs:88:3 Oct 15 08:08:55.916 INFO kablam! | Oct 15 08:08:55.916 INFO kablam! 88 | output.write_all(&len_bytes); Oct 15 08:08:55.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.917 INFO kablam! | Oct 15 08:08:55.917 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.918 INFO kablam! Oct 15 08:08:55.918 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.918 INFO kablam! --> src/api.rs:89:3 Oct 15 08:08:55.918 INFO kablam! | Oct 15 08:08:55.923 INFO kablam! 89 | output.write_all(&self.id); Oct 15 08:08:55.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.923 INFO kablam! | Oct 15 08:08:55.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.924 INFO kablam! Oct 15 08:08:55.924 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.924 INFO kablam! --> src/main.rs:28:3 Oct 15 08:08:55.924 INFO kablam! | Oct 15 08:08:55.925 INFO kablam! 28 | fs::create_dir_all(config_dir.clone()); Oct 15 08:08:55.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.925 INFO kablam! | Oct 15 08:08:55.925 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.925 INFO kablam! Oct 15 08:08:55.926 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:08:55.926 INFO kablam! --> src/main.rs:33:4 Oct 15 08:08:55.926 INFO kablam! | Oct 15 08:08:55.926 INFO kablam! 33 | file.read_to_string(&mut buffer); Oct 15 08:08:55.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:08:55.927 INFO kablam! | Oct 15 08:08:55.927 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:08:55.927 INFO kablam! Oct 15 08:08:57.792 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.63s Oct 15 08:08:57.800 INFO kablam! su: No module specific data is present Oct 15 08:08:58.977 INFO running `"docker" "rm" "-f" "a66ef425456c1158a1f7967a562ef1b7d8e619e5961ed8646e73657b09efae9b"` Oct 15 08:08:59.203 INFO blam! a66ef425456c1158a1f7967a562ef1b7d8e619e5961ed8646e73657b09efae9b Oct 15 08:08:59.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 08:08:59.680 INFO blam! e50a5f8dbdf14780fb18c7771ad12f35e1e99c0ecf6e73a2a9ecd591fd1542af Oct 15 08:08:59.682 INFO running `"docker" "start" "-a" "e50a5f8dbdf14780fb18c7771ad12f35e1e99c0ecf6e73a2a9ecd591fd1542af"` Oct 15 08:09:01.826 INFO kablam! usermod: no changes Oct 15 08:09:01.979 INFO kablam! Compiling ssnr v0.1.0 (/source) Oct 15 08:09:03.115 INFO kablam! warning: unused import: `std::process::Command` Oct 15 08:09:03.115 INFO kablam! --> src/main.rs:4:5 Oct 15 08:09:03.115 INFO kablam! | Oct 15 08:09:03.115 INFO kablam! 4 | use std::process::Command; Oct 15 08:09:03.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.115 INFO kablam! | Oct 15 08:09:03.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:09:03.115 INFO kablam! Oct 15 08:09:03.115 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 08:09:03.115 INFO kablam! --> src/client.rs:6:19 Oct 15 08:09:03.115 INFO kablam! | Oct 15 08:09:03.115 INFO kablam! 6 | use self::rand::{ Rng, OsRng }; Oct 15 08:09:03.115 INFO kablam! | ^^^ ^^^^^ Oct 15 08:09:03.115 INFO kablam! Oct 15 08:09:03.115 INFO kablam! warning: unused import: `transmute` Oct 15 08:09:03.115 INFO kablam! --> src/client.rs:14:16 Oct 15 08:09:03.115 INFO kablam! | Oct 15 08:09:03.115 INFO kablam! 14 | use std::mem::{transmute}; Oct 15 08:09:03.115 INFO kablam! | ^^^^^^^^^ Oct 15 08:09:03.115 INFO kablam! Oct 15 08:09:03.115 INFO kablam! warning: unused import: `api` Oct 15 08:09:03.115 INFO kablam! --> src/client.rs:18:5 Oct 15 08:09:03.115 INFO kablam! | Oct 15 08:09:03.115 INFO kablam! 18 | use api; Oct 15 08:09:03.115 INFO kablam! | ^^^ Oct 15 08:09:03.115 INFO kablam! Oct 15 08:09:03.129 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 15 08:09:03.129 INFO kablam! --> src/main.rs:26:24 Oct 15 08:09:03.129 INFO kablam! | Oct 15 08:09:03.129 INFO kablam! 26 | let mut config_dir = std::env::home_dir().unwrap(); Oct 15 08:09:03.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.129 INFO kablam! | Oct 15 08:09:03.129 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:09:03.130 INFO kablam! Oct 15 08:09:03.311 INFO kablam! warning: variable does not need to be mutable Oct 15 08:09:03.311 INFO kablam! --> src/client.rs:73:7 Oct 15 08:09:03.311 INFO kablam! | Oct 15 08:09:03.311 INFO kablam! 73 | let mut reader = Cursor::new(buffer); Oct 15 08:09:03.311 INFO kablam! | ----^^^^^^ Oct 15 08:09:03.311 INFO kablam! | | Oct 15 08:09:03.311 INFO kablam! | help: remove this `mut` Oct 15 08:09:03.311 INFO kablam! | Oct 15 08:09:03.311 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:09:03.311 INFO kablam! Oct 15 08:09:03.317 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.317 INFO kablam! --> src/client.rs:79:5 Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! 79 | fs::create_dir_all(file.name().split_at(sub).0); Oct 15 08:09:03.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:09:03.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.317 INFO kablam! Oct 15 08:09:03.317 INFO kablam! warning: variable `diskFile` should have a snake case name such as `disk_file` Oct 15 08:09:03.317 INFO kablam! --> src/client.rs:84:8 Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! 84 | let mut diskFile = File::create(file.name()).expect("Creating file failed"); Oct 15 08:09:03.317 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:09:03.317 INFO kablam! Oct 15 08:09:03.317 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.317 INFO kablam! --> src/api.rs:40:3 Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! 40 | output.write_all(&self.command_header.encode()); Oct 15 08:09:03.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.317 INFO kablam! Oct 15 08:09:03.317 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.317 INFO kablam! --> src/api.rs:42:3 Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! 42 | output.write_all(&len_bytes); Oct 15 08:09:03.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.317 INFO kablam! Oct 15 08:09:03.317 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.317 INFO kablam! --> src/api.rs:43:3 Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! 43 | output.write_all(&self.id); Oct 15 08:09:03.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.317 INFO kablam! Oct 15 08:09:03.317 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.317 INFO kablam! --> src/api.rs:86:3 Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! 86 | output.write_all(&self.command_header.encode()); Oct 15 08:09:03.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.317 INFO kablam! | Oct 15 08:09:03.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.317 INFO kablam! Oct 15 08:09:03.317 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.318 INFO kablam! --> src/api.rs:88:3 Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! 88 | output.write_all(&len_bytes); Oct 15 08:09:03.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.318 INFO kablam! Oct 15 08:09:03.318 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.318 INFO kablam! --> src/api.rs:89:3 Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! 89 | output.write_all(&self.id); Oct 15 08:09:03.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.318 INFO kablam! Oct 15 08:09:03.318 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.318 INFO kablam! --> src/main.rs:28:3 Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! 28 | fs::create_dir_all(config_dir.clone()); Oct 15 08:09:03.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.318 INFO kablam! Oct 15 08:09:03.318 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:09:03.318 INFO kablam! --> src/main.rs:33:4 Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! 33 | file.read_to_string(&mut buffer); Oct 15 08:09:03.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:03.318 INFO kablam! | Oct 15 08:09:03.318 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:09:03.318 INFO kablam! Oct 15 08:09:03.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 15 08:09:03.767 INFO kablam! su: No module specific data is present Oct 15 08:09:04.589 INFO running `"docker" "rm" "-f" "e50a5f8dbdf14780fb18c7771ad12f35e1e99c0ecf6e73a2a9ecd591fd1542af"` Oct 15 08:09:04.835 INFO blam! e50a5f8dbdf14780fb18c7771ad12f35e1e99c0ecf6e73a2a9ecd591fd1542af Oct 15 08:09:04.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 08:09:05.279 INFO blam! 6249e2cbaf19840729582aa3dafaa61c00b4cb0f502a240c4ebf1df572ce5fad Oct 15 08:09:05.282 INFO running `"docker" "start" "-a" "6249e2cbaf19840729582aa3dafaa61c00b4cb0f502a240c4ebf1df572ce5fad"` Oct 15 08:09:06.475 INFO kablam! usermod: no changes Oct 15 08:09:06.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 08:09:06.645 INFO kablam! Running /target/debug/deps/ssnr-53ae8adaeee73909 Oct 15 08:09:06.654 INFO blam! Oct 15 08:09:06.654 INFO blam! running 0 tests Oct 15 08:09:06.654 INFO blam! Oct 15 08:09:06.654 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:09:06.654 INFO blam! Oct 15 08:09:06.656 INFO kablam! su: No module specific data is present Oct 15 08:09:07.697 INFO running `"docker" "rm" "-f" "6249e2cbaf19840729582aa3dafaa61c00b4cb0f502a240c4ebf1df572ce5fad"` Oct 15 08:09:08.023 INFO blam! 6249e2cbaf19840729582aa3dafaa61c00b4cb0f502a240c4ebf1df572ce5fad