Oct 16 13:53:43.212 INFO testing csv_reader-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:53:43.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 13:53:43.519 INFO blam! cec993e170bbf68261fac2a5583c775ef5d2f4883870ece2207353e6166902e5 Oct 16 13:53:43.523 INFO running `"docker" "start" "-a" "cec993e170bbf68261fac2a5583c775ef5d2f4883870ece2207353e6166902e5"` Oct 16 13:53:44.490 INFO kablam! usermod: no changes Oct 16 13:53:44.547 INFO kablam! Compiling csv_reader v0.1.1 (/source) Oct 16 13:53:45.219 INFO kablam! warning: variable does not need to be mutable Oct 16 13:53:45.219 INFO kablam! --> src/main.rs:26:13 Oct 16 13:53:45.219 INFO kablam! | Oct 16 13:53:45.219 INFO kablam! 26 | let mut content = file_help::read(&mut self.file); Oct 16 13:53:45.219 INFO kablam! | ----^^^^^^^ Oct 16 13:53:45.219 INFO kablam! | | Oct 16 13:53:45.219 INFO kablam! | help: remove this `mut` Oct 16 13:53:45.219 INFO kablam! | Oct 16 13:53:45.219 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:53:45.219 INFO kablam! Oct 16 13:53:45.235 INFO kablam! warning: function is never used: `create` Oct 16 13:53:45.236 INFO kablam! --> src/file_help.rs:16:1 Oct 16 13:53:45.236 INFO kablam! | Oct 16 13:53:45.236 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 16 13:53:45.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:45.237 INFO kablam! | Oct 16 13:53:45.237 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:53:45.238 INFO kablam! Oct 16 13:53:45.238 INFO kablam! warning: function is never used: `write` Oct 16 13:53:45.238 INFO kablam! --> src/file_help.rs:30:1 Oct 16 13:53:45.238 INFO kablam! | Oct 16 13:53:45.239 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 16 13:53:45.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:45.240 INFO kablam! Oct 16 13:53:45.240 INFO kablam! warning: function is never used: `delete` Oct 16 13:53:45.240 INFO kablam! --> src/file_help.rs:43:1 Oct 16 13:53:45.240 INFO kablam! | Oct 16 13:53:45.241 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 16 13:53:45.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:45.241 INFO kablam! Oct 16 13:53:45.242 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:45.242 INFO kablam! --> src/file_help.rs:31:5 Oct 16 13:53:45.242 INFO kablam! | Oct 16 13:53:45.243 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 16 13:53:45.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:45.243 INFO kablam! | Oct 16 13:53:45.244 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:53:45.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:45.244 INFO kablam! Oct 16 13:53:45.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:45.245 INFO kablam! --> src/file_help.rs:44:5 Oct 16 13:53:45.245 INFO kablam! | Oct 16 13:53:45.245 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 16 13:53:45.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:45.246 INFO kablam! | Oct 16 13:53:45.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:45.247 INFO kablam! Oct 16 13:53:45.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 16 13:53:45.950 INFO kablam! su: No module specific data is present Oct 16 13:53:46.499 INFO running `"docker" "rm" "-f" "cec993e170bbf68261fac2a5583c775ef5d2f4883870ece2207353e6166902e5"` Oct 16 13:53:46.795 INFO blam! cec993e170bbf68261fac2a5583c775ef5d2f4883870ece2207353e6166902e5 Oct 16 13:53:46.798 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 13:53:47.199 INFO blam! 6be249ae854bf9080fbe554078f4944b4eb0e77b39f13cdb98f9680835d64b70 Oct 16 13:53:47.203 INFO running `"docker" "start" "-a" "6be249ae854bf9080fbe554078f4944b4eb0e77b39f13cdb98f9680835d64b70"` Oct 16 13:53:48.161 INFO kablam! usermod: no changes Oct 16 13:53:48.283 INFO kablam! Compiling csv_reader v0.1.1 (/source) Oct 16 13:53:49.191 INFO kablam! warning: variable does not need to be mutable Oct 16 13:53:49.191 INFO kablam! --> src/main.rs:26:13 Oct 16 13:53:49.191 INFO kablam! | Oct 16 13:53:49.191 INFO kablam! 26 | let mut content = file_help::read(&mut self.file); Oct 16 13:53:49.191 INFO kablam! | ----^^^^^^^ Oct 16 13:53:49.191 INFO kablam! | | Oct 16 13:53:49.191 INFO kablam! | help: remove this `mut` Oct 16 13:53:49.191 INFO kablam! | Oct 16 13:53:49.191 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:53:49.191 INFO kablam! Oct 16 13:53:49.201 INFO kablam! warning: function is never used: `create` Oct 16 13:53:49.201 INFO kablam! --> src/file_help.rs:16:1 Oct 16 13:53:49.201 INFO kablam! | Oct 16 13:53:49.201 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 16 13:53:49.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:49.201 INFO kablam! | Oct 16 13:53:49.201 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:53:49.201 INFO kablam! Oct 16 13:53:49.201 INFO kablam! warning: function is never used: `write` Oct 16 13:53:49.201 INFO kablam! --> src/file_help.rs:30:1 Oct 16 13:53:49.201 INFO kablam! | Oct 16 13:53:49.201 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 16 13:53:49.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:49.202 INFO kablam! Oct 16 13:53:49.202 INFO kablam! warning: function is never used: `delete` Oct 16 13:53:49.202 INFO kablam! --> src/file_help.rs:43:1 Oct 16 13:53:49.202 INFO kablam! | Oct 16 13:53:49.202 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 16 13:53:49.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:49.202 INFO kablam! Oct 16 13:53:49.211 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:49.211 INFO kablam! --> src/file_help.rs:31:5 Oct 16 13:53:49.211 INFO kablam! | Oct 16 13:53:49.211 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 16 13:53:49.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:49.211 INFO kablam! | Oct 16 13:53:49.211 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:53:49.211 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:49.211 INFO kablam! Oct 16 13:53:49.211 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:49.211 INFO kablam! --> src/file_help.rs:44:5 Oct 16 13:53:49.211 INFO kablam! | Oct 16 13:53:49.211 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 16 13:53:49.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:49.211 INFO kablam! | Oct 16 13:53:49.211 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:49.211 INFO kablam! Oct 16 13:53:49.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 16 13:53:49.659 INFO kablam! su: No module specific data is present Oct 16 13:53:50.073 INFO running `"docker" "rm" "-f" "6be249ae854bf9080fbe554078f4944b4eb0e77b39f13cdb98f9680835d64b70"` Oct 16 13:53:50.313 INFO blam! 6be249ae854bf9080fbe554078f4944b4eb0e77b39f13cdb98f9680835d64b70 Oct 16 13:53:50.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 13:53:50.508 INFO blam! 7de9d081ddcead5690f5b65f12ce5f00b83323c94275f41afd48dba98f80a1d8 Oct 16 13:53:50.519 INFO running `"docker" "start" "-a" "7de9d081ddcead5690f5b65f12ce5f00b83323c94275f41afd48dba98f80a1d8"` Oct 16 13:53:51.014 INFO kablam! usermod: no changes Oct 16 13:53:51.033 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 13:53:51.038 INFO kablam! Running /target/debug/deps/csv_reader-4bb16e0a7fec6947 Oct 16 13:53:51.038 INFO blam! Oct 16 13:53:51.038 INFO blam! running 0 tests Oct 16 13:53:51.038 INFO blam! Oct 16 13:53:51.038 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:53:51.038 INFO blam! Oct 16 13:53:51.039 INFO kablam! su: No module specific data is present Oct 16 13:53:51.365 INFO running `"docker" "rm" "-f" "7de9d081ddcead5690f5b65f12ce5f00b83323c94275f41afd48dba98f80a1d8"` Oct 16 13:53:51.522 INFO blam! 7de9d081ddcead5690f5b65f12ce5f00b83323c94275f41afd48dba98f80a1d8