Oct 10 19:14:25.350 INFO testing luki/2do against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:14:25.351 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:14:25.352 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:14:25.862 INFO blam! 69848f4290db07550d2b9efbf51f69b33fde8cc0077900992fc8b41dcde3b8cb Oct 10 19:14:25.912 INFO running `"docker" "start" "-a" "69848f4290db07550d2b9efbf51f69b33fde8cc0077900992fc8b41dcde3b8cb"` Oct 10 19:14:27.000 INFO kablam! usermod: no changes Oct 10 19:14:27.100 INFO kablam! Compiling chrono v0.2.25 Oct 10 19:14:29.963 INFO kablam! Compiling todo v0.1.0 (/source) Oct 10 19:14:30.617 INFO kablam! warning: variable does not need to be mutable Oct 10 19:14:30.617 INFO kablam! --> src/main.rs:43:13 Oct 10 19:14:30.617 INFO kablam! | Oct 10 19:14:30.617 INFO kablam! 43 | let mut content = read_from_file(file); Oct 10 19:14:30.617 INFO kablam! | ----^^^^^^^ Oct 10 19:14:30.617 INFO kablam! | | Oct 10 19:14:30.617 INFO kablam! | help: remove this `mut` Oct 10 19:14:30.617 INFO kablam! | Oct 10 19:14:30.618 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:14:30.618 INFO kablam! Oct 10 19:14:30.618 INFO kablam! warning: variable does not need to be mutable Oct 10 19:14:30.618 INFO kablam! --> src/main.rs:44:13 Oct 10 19:14:30.618 INFO kablam! | Oct 10 19:14:30.618 INFO kablam! 44 | let mut content_vec: Vec<&str> = content.split("\n\n").collect(); Oct 10 19:14:30.618 INFO kablam! | ----^^^^^^^^^^^ Oct 10 19:14:30.618 INFO kablam! | | Oct 10 19:14:30.618 INFO kablam! | help: remove this `mut` Oct 10 19:14:30.618 INFO kablam! Oct 10 19:14:30.618 INFO kablam! warning: variable does not need to be mutable Oct 10 19:14:30.618 INFO kablam! --> src/main.rs:81:9 Oct 10 19:14:30.618 INFO kablam! | Oct 10 19:14:30.618 INFO kablam! 81 | let mut file = match File::create(format!("{}.{}", file_name, file_extension)) { Oct 10 19:14:30.618 INFO kablam! | ----^^^^ Oct 10 19:14:30.618 INFO kablam! | | Oct 10 19:14:30.618 INFO kablam! | help: remove this `mut` Oct 10 19:14:30.618 INFO kablam! Oct 10 19:14:30.624 INFO kablam! warning: method is never used: `save_as_file` Oct 10 19:14:30.624 INFO kablam! --> src/main.rs:32:5 Oct 10 19:14:30.624 INFO kablam! | Oct 10 19:14:30.624 INFO kablam! 32 | fn save_as_file(&self) { Oct 10 19:14:30.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:30.624 INFO kablam! | Oct 10 19:14:30.624 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:14:30.624 INFO kablam! Oct 10 19:14:30.624 INFO kablam! warning: function is never used: `create_file` Oct 10 19:14:30.624 INFO kablam! --> src/main.rs:80:1 Oct 10 19:14:30.624 INFO kablam! | Oct 10 19:14:30.624 INFO kablam! 80 | fn create_file(file_name: &str, file_extension: &str) -> File { Oct 10 19:14:30.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:30.624 INFO kablam! Oct 10 19:14:30.624 INFO kablam! warning: function is never used: `write_to_file` Oct 10 19:14:30.624 INFO kablam! --> src/main.rs:105:1 Oct 10 19:14:30.624 INFO kablam! | Oct 10 19:14:30.624 INFO kablam! 105 | fn write_to_file(file: &mut File, content: &str) { Oct 10 19:14:30.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:30.624 INFO kablam! Oct 10 19:14:30.624 INFO kablam! warning: function is never used: `override_file` Oct 10 19:14:30.624 INFO kablam! --> src/main.rs:110:1 Oct 10 19:14:30.624 INFO kablam! | Oct 10 19:14:30.624 INFO kablam! 110 | fn override_file(file: &mut File, content: &str) { Oct 10 19:14:30.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:30.625 INFO kablam! Oct 10 19:14:30.640 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:14:30.640 INFO kablam! --> src/main.rs:107:5 Oct 10 19:14:30.640 INFO kablam! | Oct 10 19:14:30.640 INFO kablam! 107 | file.write_all(content.as_bytes()); Oct 10 19:14:30.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:30.641 INFO kablam! | Oct 10 19:14:30.641 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:14:30.641 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:14:30.641 INFO kablam! Oct 10 19:14:30.641 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:14:30.641 INFO kablam! --> src/main.rs:111:5 Oct 10 19:14:30.642 INFO kablam! | Oct 10 19:14:30.642 INFO kablam! 111 | file.write_all(content.as_bytes()); Oct 10 19:14:30.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:30.642 INFO kablam! | Oct 10 19:14:30.642 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:14:30.642 INFO kablam! Oct 10 19:14:31.102 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.07s Oct 10 19:14:31.104 INFO kablam! su: No module specific data is present Oct 10 19:14:31.413 INFO running `"docker" "rm" "-f" "69848f4290db07550d2b9efbf51f69b33fde8cc0077900992fc8b41dcde3b8cb"` Oct 10 19:14:31.624 INFO blam! 69848f4290db07550d2b9efbf51f69b33fde8cc0077900992fc8b41dcde3b8cb Oct 10 19:14:31.625 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:14:31.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:14:32.280 INFO blam! a298b8be270bc5fd5c59c0433c5a0088595f4540f3a80341ba92d01df6930c57 Oct 10 19:14:32.282 INFO running `"docker" "start" "-a" "a298b8be270bc5fd5c59c0433c5a0088595f4540f3a80341ba92d01df6930c57"` Oct 10 19:14:33.244 INFO kablam! usermod: no changes Oct 10 19:14:33.318 INFO kablam! Compiling todo v0.1.0 (/source) Oct 10 19:14:34.352 INFO kablam! warning: variable does not need to be mutable Oct 10 19:14:34.353 INFO kablam! --> src/main.rs:43:13 Oct 10 19:14:34.353 INFO kablam! | Oct 10 19:14:34.353 INFO kablam! 43 | let mut content = read_from_file(file); Oct 10 19:14:34.354 INFO kablam! | ----^^^^^^^ Oct 10 19:14:34.354 INFO kablam! | | Oct 10 19:14:34.354 INFO kablam! | help: remove this `mut` Oct 10 19:14:34.354 INFO kablam! | Oct 10 19:14:34.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:14:34.355 INFO kablam! Oct 10 19:14:34.355 INFO kablam! warning: variable does not need to be mutable Oct 10 19:14:34.356 INFO kablam! --> src/main.rs:44:13 Oct 10 19:14:34.356 INFO kablam! | Oct 10 19:14:34.356 INFO kablam! 44 | let mut content_vec: Vec<&str> = content.split("\n\n").collect(); Oct 10 19:14:34.357 INFO kablam! | ----^^^^^^^^^^^ Oct 10 19:14:34.357 INFO kablam! | | Oct 10 19:14:34.357 INFO kablam! | help: remove this `mut` Oct 10 19:14:34.357 INFO kablam! Oct 10 19:14:34.358 INFO kablam! warning: variable does not need to be mutable Oct 10 19:14:34.358 INFO kablam! --> src/main.rs:81:9 Oct 10 19:14:34.358 INFO kablam! | Oct 10 19:14:34.358 INFO kablam! 81 | let mut file = match File::create(format!("{}.{}", file_name, file_extension)) { Oct 10 19:14:34.359 INFO kablam! | ----^^^^ Oct 10 19:14:34.359 INFO kablam! | | Oct 10 19:14:34.359 INFO kablam! | help: remove this `mut` Oct 10 19:14:34.359 INFO kablam! Oct 10 19:14:34.369 INFO kablam! warning: method is never used: `save_as_file` Oct 10 19:14:34.369 INFO kablam! --> src/main.rs:32:5 Oct 10 19:14:34.369 INFO kablam! | Oct 10 19:14:34.369 INFO kablam! 32 | fn save_as_file(&self) { Oct 10 19:14:34.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:34.370 INFO kablam! | Oct 10 19:14:34.370 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:14:34.370 INFO kablam! Oct 10 19:14:34.371 INFO kablam! warning: function is never used: `create_file` Oct 10 19:14:34.371 INFO kablam! --> src/main.rs:80:1 Oct 10 19:14:34.371 INFO kablam! | Oct 10 19:14:34.371 INFO kablam! 80 | fn create_file(file_name: &str, file_extension: &str) -> File { Oct 10 19:14:34.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:34.372 INFO kablam! Oct 10 19:14:34.372 INFO kablam! warning: function is never used: `write_to_file` Oct 10 19:14:34.372 INFO kablam! --> src/main.rs:105:1 Oct 10 19:14:34.372 INFO kablam! | Oct 10 19:14:34.373 INFO kablam! 105 | fn write_to_file(file: &mut File, content: &str) { Oct 10 19:14:34.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:34.373 INFO kablam! Oct 10 19:14:34.373 INFO kablam! warning: function is never used: `override_file` Oct 10 19:14:34.374 INFO kablam! --> src/main.rs:110:1 Oct 10 19:14:34.374 INFO kablam! | Oct 10 19:14:34.374 INFO kablam! 110 | fn override_file(file: &mut File, content: &str) { Oct 10 19:14:34.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:34.374 INFO kablam! Oct 10 19:14:34.375 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:14:34.375 INFO kablam! --> src/main.rs:107:5 Oct 10 19:14:34.375 INFO kablam! | Oct 10 19:14:34.375 INFO kablam! 107 | file.write_all(content.as_bytes()); Oct 10 19:14:34.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:34.376 INFO kablam! | Oct 10 19:14:34.376 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:14:34.376 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:14:34.377 INFO kablam! Oct 10 19:14:34.377 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:14:34.377 INFO kablam! --> src/main.rs:111:5 Oct 10 19:14:34.377 INFO kablam! | Oct 10 19:14:34.378 INFO kablam! 111 | file.write_all(content.as_bytes()); Oct 10 19:14:34.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:14:34.378 INFO kablam! | Oct 10 19:14:34.378 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:14:34.378 INFO kablam! Oct 10 19:14:34.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Oct 10 19:14:34.790 INFO kablam! su: No module specific data is present Oct 10 19:14:35.140 INFO running `"docker" "rm" "-f" "a298b8be270bc5fd5c59c0433c5a0088595f4540f3a80341ba92d01df6930c57"` Oct 10 19:14:35.322 INFO blam! a298b8be270bc5fd5c59c0433c5a0088595f4540f3a80341ba92d01df6930c57 Oct 10 19:14:35.324 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:14:35.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:14:35.648 INFO blam! 260b2b9344e7f5a210817714efb77c33ef4f886afa01bdada85fcc77385bb072 Oct 10 19:14:35.657 INFO running `"docker" "start" "-a" "260b2b9344e7f5a210817714efb77c33ef4f886afa01bdada85fcc77385bb072"` Oct 10 19:14:36.398 INFO kablam! usermod: no changes Oct 10 19:14:36.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 19:14:36.438 INFO kablam! Running /target/debug/deps/todo-5dd416db7d79fee4 Oct 10 19:14:36.448 INFO blam! Oct 10 19:14:36.448 INFO kablam! su: No module specific data is present Oct 10 19:14:36.448 INFO blam! running 0 tests Oct 10 19:14:36.448 INFO blam! Oct 10 19:14:36.448 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:14:36.448 INFO blam! Oct 10 19:14:36.743 INFO running `"docker" "rm" "-f" "260b2b9344e7f5a210817714efb77c33ef4f886afa01bdada85fcc77385bb072"` Oct 10 19:14:36.821 INFO blam! 260b2b9344e7f5a210817714efb77c33ef4f886afa01bdada85fcc77385bb072