Oct 14 12:59:36.557 INFO testing luki/csvll against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:59:36.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 12:59:37.031 INFO blam! 73f586c44a61cefc5dd0c016d2528670c1061a0f32a3921adbb1ec09332390aa Oct 14 12:59:37.032 INFO running `"docker" "start" "-a" "73f586c44a61cefc5dd0c016d2528670c1061a0f32a3921adbb1ec09332390aa"` Oct 14 12:59:38.371 INFO kablam! usermod: no changes Oct 14 12:59:38.463 INFO kablam! Compiling csvll v0.1.6 (/source) Oct 14 12:59:38.811 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:38.811 INFO kablam! --> src/lib.rs:35:13 Oct 14 12:59:38.811 INFO kablam! | Oct 14 12:59:38.811 INFO kablam! 35 | let mut content = file_help::read(&mut self.file); Oct 14 12:59:38.811 INFO kablam! | ----^^^^^^^ Oct 14 12:59:38.811 INFO kablam! | | Oct 14 12:59:38.811 INFO kablam! | help: remove this `mut` Oct 14 12:59:38.811 INFO kablam! | Oct 14 12:59:38.811 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:59:38.811 INFO kablam! Oct 14 12:59:38.815 INFO kablam! warning: function is never used: `create` Oct 14 12:59:38.815 INFO kablam! --> src/file_help.rs:20:1 Oct 14 12:59:38.815 INFO kablam! | Oct 14 12:59:38.815 INFO kablam! 20 | pub fn create(dir: String, name: String, extension: String) -> File { Oct 14 12:59:38.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:38.815 INFO kablam! | Oct 14 12:59:38.815 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:59:38.815 INFO kablam! Oct 14 12:59:38.815 INFO kablam! warning: function is never used: `write` Oct 14 12:59:38.815 INFO kablam! --> src/file_help.rs:34:1 Oct 14 12:59:38.815 INFO kablam! | Oct 14 12:59:38.815 INFO kablam! 34 | pub fn write(file: &mut File, content: &String) { Oct 14 12:59:38.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:38.815 INFO kablam! Oct 14 12:59:38.815 INFO kablam! warning: function is never used: `delete` Oct 14 12:59:38.815 INFO kablam! --> src/file_help.rs:47:1 Oct 14 12:59:38.815 INFO kablam! | Oct 14 12:59:38.815 INFO kablam! 47 | pub fn delete(dir: String, name: String, extension: String) { Oct 14 12:59:38.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:38.815 INFO kablam! Oct 14 12:59:38.824 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:38.824 INFO kablam! --> src/file_help.rs:35:5 Oct 14 12:59:38.824 INFO kablam! | Oct 14 12:59:38.824 INFO kablam! 35 | file.write_all(content.as_bytes()); Oct 14 12:59:38.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:38.824 INFO kablam! | Oct 14 12:59:38.824 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:59:38.824 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:38.824 INFO kablam! Oct 14 12:59:38.824 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:38.824 INFO kablam! --> src/file_help.rs:48:5 Oct 14 12:59:38.824 INFO kablam! | Oct 14 12:59:38.824 INFO kablam! 48 | fs::remove_file(format!("{}/{}.{}", dir, name, extension)); Oct 14 12:59:38.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:38.824 INFO kablam! | Oct 14 12:59:38.824 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:38.824 INFO kablam! Oct 14 12:59:39.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 14 12:59:39.611 INFO kablam! su: No module specific data is present Oct 14 12:59:40.299 INFO running `"docker" "rm" "-f" "73f586c44a61cefc5dd0c016d2528670c1061a0f32a3921adbb1ec09332390aa"` Oct 14 12:59:40.627 INFO blam! 73f586c44a61cefc5dd0c016d2528670c1061a0f32a3921adbb1ec09332390aa Oct 14 12:59:40.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 12:59:41.175 INFO blam! fea90368b62eae4544623b060aa17150b09ed2496df90f5cd768c23249dc9092 Oct 14 12:59:41.179 INFO running `"docker" "start" "-a" "fea90368b62eae4544623b060aa17150b09ed2496df90f5cd768c23249dc9092"` Oct 14 12:59:42.571 INFO kablam! usermod: no changes Oct 14 12:59:42.679 INFO kablam! Compiling csvll v0.1.6 (/source) Oct 14 12:59:43.039 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:43.039 INFO kablam! --> src/lib.rs:35:13 Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! 35 | let mut content = file_help::read(&mut self.file); Oct 14 12:59:43.039 INFO kablam! | ----^^^^^^^ Oct 14 12:59:43.039 INFO kablam! | | Oct 14 12:59:43.039 INFO kablam! | help: remove this `mut` Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:59:43.039 INFO kablam! Oct 14 12:59:43.039 INFO kablam! warning: function is never used: `create` Oct 14 12:59:43.039 INFO kablam! --> src/file_help.rs:20:1 Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! 20 | pub fn create(dir: String, name: String, extension: String) -> File { Oct 14 12:59:43.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:59:43.039 INFO kablam! Oct 14 12:59:43.039 INFO kablam! warning: function is never used: `write` Oct 14 12:59:43.039 INFO kablam! --> src/file_help.rs:34:1 Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! 34 | pub fn write(file: &mut File, content: &String) { Oct 14 12:59:43.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:43.039 INFO kablam! Oct 14 12:59:43.039 INFO kablam! warning: function is never used: `delete` Oct 14 12:59:43.039 INFO kablam! --> src/file_help.rs:47:1 Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! 47 | pub fn delete(dir: String, name: String, extension: String) { Oct 14 12:59:43.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:43.039 INFO kablam! Oct 14 12:59:43.039 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:43.039 INFO kablam! --> src/file_help.rs:35:5 Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! 35 | file.write_all(content.as_bytes()); Oct 14 12:59:43.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:43.039 INFO kablam! | Oct 14 12:59:43.039 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:59:43.039 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:43.039 INFO kablam! Oct 14 12:59:43.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:43.040 INFO kablam! --> src/file_help.rs:48:5 Oct 14 12:59:43.040 INFO kablam! | Oct 14 12:59:43.040 INFO kablam! 48 | fs::remove_file(format!("{}/{}.{}", dir, name, extension)); Oct 14 12:59:43.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:43.040 INFO kablam! | Oct 14 12:59:43.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:43.040 INFO kablam! Oct 14 12:59:43.486 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 14 12:59:43.488 INFO kablam! su: No module specific data is present Oct 14 12:59:44.224 INFO running `"docker" "rm" "-f" "fea90368b62eae4544623b060aa17150b09ed2496df90f5cd768c23249dc9092"` Oct 14 12:59:44.512 INFO blam! fea90368b62eae4544623b060aa17150b09ed2496df90f5cd768c23249dc9092 Oct 14 12:59:44.532 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 12:59:45.091 INFO blam! 5299e868a4fb870eb212204632adaf2be5a2004b80eaa603cd797bb62b0aff9a Oct 14 12:59:45.099 INFO running `"docker" "start" "-a" "5299e868a4fb870eb212204632adaf2be5a2004b80eaa603cd797bb62b0aff9a"` Oct 14 12:59:47.086 INFO kablam! usermod: no changes Oct 14 12:59:47.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 12:59:47.143 INFO kablam! Running /target/debug/deps/csvll-484aa10f3b921e47 Oct 14 12:59:47.151 INFO blam! Oct 14 12:59:47.151 INFO blam! running 0 tests Oct 14 12:59:47.151 INFO blam! Oct 14 12:59:47.151 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:59:47.151 INFO blam! Oct 14 12:59:47.151 INFO kablam! Doc-tests csvll Oct 14 12:59:47.483 INFO blam! Oct 14 12:59:47.483 INFO blam! running 0 tests Oct 14 12:59:47.483 INFO blam! Oct 14 12:59:47.483 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:59:47.483 INFO blam! Oct 14 12:59:47.489 INFO kablam! su: No module specific data is present Oct 14 12:59:48.312 INFO running `"docker" "rm" "-f" "5299e868a4fb870eb212204632adaf2be5a2004b80eaa603cd797bb62b0aff9a"` Oct 14 12:59:48.581 INFO blam! 5299e868a4fb870eb212204632adaf2be5a2004b80eaa603cd797bb62b0aff9a