Oct 12 02:05:31.589 INFO testing csvlm-0.1.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:05:31.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:31.962 INFO blam! 7c4efb9a449e298f53306c7d28f6b950c579cba52da4276d7309ac5ca5bc5d97 Oct 12 02:05:31.962 INFO running `"docker" "start" "-a" "7c4efb9a449e298f53306c7d28f6b950c579cba52da4276d7309ac5ca5bc5d97"` Oct 12 02:05:32.709 INFO kablam! usermod: no changes Oct 12 02:05:32.748 INFO kablam! Compiling csvlm v0.1.4 (/source) Oct 12 02:05:32.961 INFO kablam! warning: variable does not need to be mutable Oct 12 02:05:32.961 INFO kablam! --> src/lib.rs:28:13 Oct 12 02:05:32.961 INFO kablam! | Oct 12 02:05:32.962 INFO kablam! 28 | let mut content = file_help::read(&mut self.file); Oct 12 02:05:32.962 INFO kablam! | ----^^^^^^^ Oct 12 02:05:32.962 INFO kablam! | | Oct 12 02:05:32.963 INFO kablam! | help: remove this `mut` Oct 12 02:05:32.963 INFO kablam! | Oct 12 02:05:32.963 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 02:05:32.964 INFO kablam! Oct 12 02:05:32.965 INFO kablam! warning: function is never used: `create` Oct 12 02:05:32.972 INFO kablam! --> src/file_help.rs:16:1 Oct 12 02:05:32.972 INFO kablam! | Oct 12 02:05:32.972 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 12 02:05:32.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:32.972 INFO kablam! | Oct 12 02:05:32.972 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:05:32.972 INFO kablam! Oct 12 02:05:32.972 INFO kablam! warning: function is never used: `write` Oct 12 02:05:32.972 INFO kablam! --> src/file_help.rs:30:1 Oct 12 02:05:32.972 INFO kablam! | Oct 12 02:05:32.972 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 12 02:05:32.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:32.972 INFO kablam! Oct 12 02:05:32.972 INFO kablam! warning: function is never used: `delete` Oct 12 02:05:32.972 INFO kablam! --> src/file_help.rs:43:1 Oct 12 02:05:32.972 INFO kablam! | Oct 12 02:05:32.972 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 12 02:05:32.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:32.972 INFO kablam! Oct 12 02:05:32.975 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:32.975 INFO kablam! --> src/file_help.rs:31:5 Oct 12 02:05:32.975 INFO kablam! | Oct 12 02:05:32.975 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 12 02:05:32.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:32.976 INFO kablam! | Oct 12 02:05:32.976 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:05:32.976 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:32.976 INFO kablam! Oct 12 02:05:32.976 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:32.976 INFO kablam! --> src/file_help.rs:44:5 Oct 12 02:05:32.976 INFO kablam! | Oct 12 02:05:32.976 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 12 02:05:32.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:32.976 INFO kablam! | Oct 12 02:05:32.976 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:32.976 INFO kablam! Oct 12 02:05:33.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 12 02:05:33.488 INFO kablam! su: No module specific data is present Oct 12 02:05:33.989 INFO running `"docker" "rm" "-f" "7c4efb9a449e298f53306c7d28f6b950c579cba52da4276d7309ac5ca5bc5d97"` Oct 12 02:05:34.260 INFO blam! 7c4efb9a449e298f53306c7d28f6b950c579cba52da4276d7309ac5ca5bc5d97 Oct 12 02:05:34.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:34.632 INFO blam! 07b37bd29db493a36bb58150f472be952df73bf1531cc6a157b4754990fafab9 Oct 12 02:05:34.633 INFO running `"docker" "start" "-a" "07b37bd29db493a36bb58150f472be952df73bf1531cc6a157b4754990fafab9"` Oct 12 02:05:35.608 INFO kablam! usermod: no changes Oct 12 02:05:35.648 INFO kablam! Compiling csvlm v0.1.4 (/source) Oct 12 02:05:35.933 INFO kablam! warning: variable does not need to be mutable Oct 12 02:05:35.933 INFO kablam! --> src/lib.rs:28:13 Oct 12 02:05:35.934 INFO kablam! | Oct 12 02:05:35.935 INFO kablam! 28 | let mut content = file_help::read(&mut self.file); Oct 12 02:05:35.936 INFO kablam! | ----^^^^^^^ Oct 12 02:05:35.936 INFO kablam! | | Oct 12 02:05:35.936 INFO kablam! | help: remove this `mut` Oct 12 02:05:35.937 INFO kablam! | Oct 12 02:05:35.937 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 02:05:35.937 INFO kablam! Oct 12 02:05:35.941 INFO kablam! warning: function is never used: `create` Oct 12 02:05:35.942 INFO kablam! --> src/file_help.rs:16:1 Oct 12 02:05:35.942 INFO kablam! | Oct 12 02:05:35.942 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 12 02:05:35.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:35.943 INFO kablam! | Oct 12 02:05:35.945 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:05:35.946 INFO kablam! Oct 12 02:05:35.946 INFO kablam! warning: function is never used: `write` Oct 12 02:05:35.946 INFO kablam! --> src/file_help.rs:30:1 Oct 12 02:05:35.947 INFO kablam! | Oct 12 02:05:35.947 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 12 02:05:35.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:35.947 INFO kablam! Oct 12 02:05:35.948 INFO kablam! warning: function is never used: `delete` Oct 12 02:05:35.948 INFO kablam! --> src/file_help.rs:43:1 Oct 12 02:05:35.948 INFO kablam! | Oct 12 02:05:35.948 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 12 02:05:35.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:35.949 INFO kablam! Oct 12 02:05:35.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:35.956 INFO kablam! --> src/file_help.rs:31:5 Oct 12 02:05:35.956 INFO kablam! | Oct 12 02:05:35.956 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 12 02:05:35.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:35.956 INFO kablam! | Oct 12 02:05:35.956 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:05:35.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:35.956 INFO kablam! Oct 12 02:05:35.956 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:05:35.956 INFO kablam! --> src/file_help.rs:44:5 Oct 12 02:05:35.956 INFO kablam! | Oct 12 02:05:35.956 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 12 02:05:35.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:05:35.956 INFO kablam! | Oct 12 02:05:35.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:05:35.956 INFO kablam! Oct 12 02:05:36.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 12 02:05:36.460 INFO kablam! su: No module specific data is present Oct 12 02:05:36.969 INFO running `"docker" "rm" "-f" "07b37bd29db493a36bb58150f472be952df73bf1531cc6a157b4754990fafab9"` Oct 12 02:05:37.295 INFO blam! 07b37bd29db493a36bb58150f472be952df73bf1531cc6a157b4754990fafab9 Oct 12 02:05:37.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:37.653 INFO blam! 5ae012c68498643995ad27dcea21bd5cf546e4a69b0ee31f38bf620380dae78d Oct 12 02:05:37.661 INFO running `"docker" "start" "-a" "5ae012c68498643995ad27dcea21bd5cf546e4a69b0ee31f38bf620380dae78d"` Oct 12 02:05:38.342 INFO kablam! usermod: no changes Oct 12 02:05:38.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 02:05:38.379 INFO kablam! Running /target/debug/deps/csvlm-0df8fef534d68ebb Oct 12 02:05:38.384 INFO blam! Oct 12 02:05:38.384 INFO kablam! Doc-tests csvlm Oct 12 02:05:38.384 INFO blam! running 0 tests Oct 12 02:05:38.384 INFO blam! Oct 12 02:05:38.384 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:05:38.384 INFO blam! Oct 12 02:05:38.540 INFO kablam! su: No module specific data is present Oct 12 02:05:38.541 INFO blam! Oct 12 02:05:38.541 INFO blam! running 0 tests Oct 12 02:05:38.541 INFO blam! Oct 12 02:05:38.541 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:05:38.542 INFO blam! Oct 12 02:05:39.146 INFO running `"docker" "rm" "-f" "5ae012c68498643995ad27dcea21bd5cf546e4a69b0ee31f38bf620380dae78d"` Oct 12 02:05:39.404 INFO blam! 5ae012c68498643995ad27dcea21bd5cf546e4a69b0ee31f38bf620380dae78d