Oct 12 02:05:38.599 INFO testing csvll-0.1.6 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:05:38.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 02:05:39.054 INFO blam! 052e0aa8e2f137ea0c2fbeb5e58b3928a3d37d71cdedd1790541cbc07764d553 Oct 12 02:05:39.059 INFO running `"docker" "start" "-a" "052e0aa8e2f137ea0c2fbeb5e58b3928a3d37d71cdedd1790541cbc07764d553"` Oct 12 02:05:39.916 INFO kablam! usermod: no changes Oct 12 02:05:39.947 INFO kablam! Compiling csvll v0.1.6 (/source) Oct 12 02:05:40.131 INFO kablam! warning: variable does not need to be mutable Oct 12 02:05:40.131 INFO kablam! --> src/lib.rs:29:13 Oct 12 02:05:40.131 INFO kablam! | Oct 12 02:05:40.131 INFO kablam! 29 | let mut content = file_help::read(&mut self.file); Oct 12 02:05:40.131 INFO kablam! | ----^^^^^^^ Oct 12 02:05:40.131 INFO kablam! | | Oct 12 02:05:40.131 INFO kablam! | help: remove this `mut` Oct 12 02:05:40.131 INFO kablam! | Oct 12 02:05:40.131 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 02:05:40.131 INFO kablam! Oct 12 02:05:40.144 INFO kablam! warning: function is never used: `create` Oct 12 02:05:40.144 INFO kablam! --> src/file_help.rs:16:1 Oct 12 02:05:40.144 INFO kablam! | Oct 12 02:05:40.144 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 12 02:05:40.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:40.145 INFO kablam! | Oct 12 02:05:40.145 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:05:40.145 INFO kablam! Oct 12 02:05:40.145 INFO kablam! warning: function is never used: `write` Oct 12 02:05:40.145 INFO kablam! --> src/file_help.rs:30:1 Oct 12 02:05:40.145 INFO kablam! | Oct 12 02:05:40.145 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 12 02:05:40.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:40.145 INFO kablam! Oct 12 02:05:40.145 INFO kablam! warning: function is never used: `delete` Oct 12 02:05:40.145 INFO kablam! --> src/file_help.rs:43:1 Oct 12 02:05:40.145 INFO kablam! | Oct 12 02:05:40.145 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 12 02:05:40.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:40.145 INFO kablam! Oct 12 02:05:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:40.157 INFO kablam! --> src/file_help.rs:31:5 Oct 12 02:05:40.157 INFO kablam! | Oct 12 02:05:40.157 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 12 02:05:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:40.157 INFO kablam! | Oct 12 02:05:40.157 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:05:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:40.157 INFO kablam! Oct 12 02:05:40.157 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:40.157 INFO kablam! --> src/file_help.rs:44:5 Oct 12 02:05:40.157 INFO kablam! | Oct 12 02:05:40.157 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 12 02:05:40.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:40.157 INFO kablam! | Oct 12 02:05:40.157 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:40.157 INFO kablam! Oct 12 02:05:40.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Oct 12 02:05:40.472 INFO kablam! su: No module specific data is present Oct 12 02:05:40.864 INFO running `"docker" "rm" "-f" "052e0aa8e2f137ea0c2fbeb5e58b3928a3d37d71cdedd1790541cbc07764d553"` Oct 12 02:05:41.260 INFO blam! 052e0aa8e2f137ea0c2fbeb5e58b3928a3d37d71cdedd1790541cbc07764d553 Oct 12 02:05:41.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 02:05:41.882 INFO blam! 74134deaa878bed46d854a97cda6d4a1ea0c8013bb63572401f569b91d36d74e Oct 12 02:05:41.888 INFO running `"docker" "start" "-a" "74134deaa878bed46d854a97cda6d4a1ea0c8013bb63572401f569b91d36d74e"` Oct 12 02:05:42.850 INFO kablam! usermod: no changes Oct 12 02:05:42.957 INFO kablam! Compiling csvll v0.1.6 (/source) Oct 12 02:05:43.268 INFO kablam! warning: variable does not need to be mutable Oct 12 02:05:43.268 INFO kablam! --> src/lib.rs:29:13 Oct 12 02:05:43.268 INFO kablam! | Oct 12 02:05:43.268 INFO kablam! 29 | let mut content = file_help::read(&mut self.file); Oct 12 02:05:43.268 INFO kablam! | ----^^^^^^^ Oct 12 02:05:43.268 INFO kablam! | | Oct 12 02:05:43.268 INFO kablam! | help: remove this `mut` Oct 12 02:05:43.268 INFO kablam! | Oct 12 02:05:43.268 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 02:05:43.268 INFO kablam! Oct 12 02:05:43.276 INFO kablam! warning: function is never used: `create` Oct 12 02:05:43.276 INFO kablam! --> src/file_help.rs:16:1 Oct 12 02:05:43.277 INFO kablam! | Oct 12 02:05:43.277 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 12 02:05:43.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:43.277 INFO kablam! | Oct 12 02:05:43.277 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:05:43.277 INFO kablam! Oct 12 02:05:43.277 INFO kablam! warning: function is never used: `write` Oct 12 02:05:43.278 INFO kablam! --> src/file_help.rs:30:1 Oct 12 02:05:43.278 INFO kablam! | Oct 12 02:05:43.278 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 12 02:05:43.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:43.278 INFO kablam! Oct 12 02:05:43.278 INFO kablam! warning: function is never used: `delete` Oct 12 02:05:43.279 INFO kablam! --> src/file_help.rs:43:1 Oct 12 02:05:43.279 INFO kablam! | Oct 12 02:05:43.279 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 12 02:05:43.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:43.279 INFO kablam! Oct 12 02:05:43.279 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:43.279 INFO kablam! --> src/file_help.rs:31:5 Oct 12 02:05:43.280 INFO kablam! | Oct 12 02:05:43.280 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 12 02:05:43.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:43.280 INFO kablam! | Oct 12 02:05:43.280 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:05:43.281 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:43.281 INFO kablam! Oct 12 02:05:43.281 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:43.281 INFO kablam! --> src/file_help.rs:44:5 Oct 12 02:05:43.281 INFO kablam! | Oct 12 02:05:43.282 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 12 02:05:43.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:43.282 INFO kablam! | Oct 12 02:05:43.282 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:43.282 INFO kablam! Oct 12 02:05:43.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 12 02:05:43.766 INFO kablam! su: No module specific data is present Oct 12 02:05:44.650 INFO running `"docker" "rm" "-f" "74134deaa878bed46d854a97cda6d4a1ea0c8013bb63572401f569b91d36d74e"` Oct 12 02:05:44.942 INFO blam! 74134deaa878bed46d854a97cda6d4a1ea0c8013bb63572401f569b91d36d74e Oct 12 02:05:44.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 02:05:45.329 INFO blam! 5e89902ae7b99dc89a92c9012b38aa30a3d91ee08b4f2f6e1ffc0544620380e3 Oct 12 02:05:45.331 INFO running `"docker" "start" "-a" "5e89902ae7b99dc89a92c9012b38aa30a3d91ee08b4f2f6e1ffc0544620380e3"` Oct 12 02:05:46.136 INFO kablam! usermod: no changes Oct 12 02:05:46.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 02:05:46.203 INFO kablam! Running /target/debug/deps/csvll-192e226ba2ddaf1d Oct 12 02:05:46.208 INFO kablam! Doc-tests csvll Oct 12 02:05:46.208 INFO blam! Oct 12 02:05:46.208 INFO blam! running 0 tests Oct 12 02:05:46.208 INFO blam! Oct 12 02:05:46.209 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:05:46.209 INFO blam! Oct 12 02:05:46.444 INFO blam! Oct 12 02:05:46.444 INFO blam! running 0 tests Oct 12 02:05:46.444 INFO blam! Oct 12 02:05:46.444 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:05:46.444 INFO blam! Oct 12 02:05:46.450 INFO kablam! su: No module specific data is present Oct 12 02:05:46.986 INFO running `"docker" "rm" "-f" "5e89902ae7b99dc89a92c9012b38aa30a3d91ee08b4f2f6e1ffc0544620380e3"` Oct 12 02:05:47.300 INFO blam! 5e89902ae7b99dc89a92c9012b38aa30a3d91ee08b4f2f6e1ffc0544620380e3