Oct 14 12:59:47.188 INFO testing luki/2do against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:59:47.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:47.699 INFO blam! eb364709650240aaf008b9002ea3ef904ce09d8605901d47763a5b0083691c5a Oct 14 12:59:47.710 INFO running `"docker" "start" "-a" "eb364709650240aaf008b9002ea3ef904ce09d8605901d47763a5b0083691c5a"` Oct 14 12:59:48.678 INFO kablam! usermod: no changes Oct 14 12:59:48.795 INFO kablam! Compiling libc v0.2.18 Oct 14 12:59:49.682 INFO kablam! Compiling time v0.1.35 Oct 14 12:59:51.319 INFO kablam! Compiling chrono v0.2.25 Oct 14 12:59:54.545 INFO kablam! Compiling todo v0.1.0 (/source) Oct 14 12:59:54.863 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:54.863 INFO kablam! --> src/main.rs:43:13 Oct 14 12:59:54.863 INFO kablam! | Oct 14 12:59:54.863 INFO kablam! 43 | let mut content = read_from_file(file); Oct 14 12:59:54.863 INFO kablam! | ----^^^^^^^ Oct 14 12:59:54.863 INFO kablam! | | Oct 14 12:59:54.863 INFO kablam! | help: remove this `mut` Oct 14 12:59:54.863 INFO kablam! | Oct 14 12:59:54.863 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:59:54.863 INFO kablam! Oct 14 12:59:54.863 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:54.863 INFO kablam! --> src/main.rs:44:13 Oct 14 12:59:54.863 INFO kablam! | Oct 14 12:59:54.863 INFO kablam! 44 | let mut content_vec: Vec<&str> = content.split("\n\n").collect(); Oct 14 12:59:54.863 INFO kablam! | ----^^^^^^^^^^^ Oct 14 12:59:54.863 INFO kablam! | | Oct 14 12:59:54.863 INFO kablam! | help: remove this `mut` Oct 14 12:59:54.863 INFO kablam! Oct 14 12:59:54.863 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:54.863 INFO kablam! --> src/main.rs:81:9 Oct 14 12:59:54.863 INFO kablam! | Oct 14 12:59:54.863 INFO kablam! 81 | let mut file = match File::create(format!("{}.{}", file_name, file_extension)) { Oct 14 12:59:54.863 INFO kablam! | ----^^^^ Oct 14 12:59:54.863 INFO kablam! | | Oct 14 12:59:54.863 INFO kablam! | help: remove this `mut` Oct 14 12:59:54.863 INFO kablam! Oct 14 12:59:54.870 INFO kablam! warning: method is never used: `save_as_file` Oct 14 12:59:54.870 INFO kablam! --> src/main.rs:32:5 Oct 14 12:59:54.870 INFO kablam! | Oct 14 12:59:54.870 INFO kablam! 32 | fn save_as_file(&self) { Oct 14 12:59:54.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:54.870 INFO kablam! | Oct 14 12:59:54.870 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:59:54.870 INFO kablam! Oct 14 12:59:54.870 INFO kablam! warning: function is never used: `create_file` Oct 14 12:59:54.870 INFO kablam! --> src/main.rs:80:1 Oct 14 12:59:54.870 INFO kablam! | Oct 14 12:59:54.870 INFO kablam! 80 | fn create_file(file_name: &str, file_extension: &str) -> File { Oct 14 12:59:54.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:54.870 INFO kablam! Oct 14 12:59:54.870 INFO kablam! warning: function is never used: `write_to_file` Oct 14 12:59:54.870 INFO kablam! --> src/main.rs:105:1 Oct 14 12:59:54.870 INFO kablam! | Oct 14 12:59:54.870 INFO kablam! 105 | fn write_to_file(file: &mut File, content: &str) { Oct 14 12:59:54.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:54.870 INFO kablam! Oct 14 12:59:54.870 INFO kablam! warning: function is never used: `override_file` Oct 14 12:59:54.870 INFO kablam! --> src/main.rs:110:1 Oct 14 12:59:54.870 INFO kablam! | Oct 14 12:59:54.870 INFO kablam! 110 | fn override_file(file: &mut File, content: &str) { Oct 14 12:59:54.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:54.870 INFO kablam! Oct 14 12:59:54.875 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:54.875 INFO kablam! --> src/main.rs:107:5 Oct 14 12:59:54.875 INFO kablam! | Oct 14 12:59:54.875 INFO kablam! 107 | file.write_all(content.as_bytes()); Oct 14 12:59:54.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:54.875 INFO kablam! | Oct 14 12:59:54.875 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:59:54.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:54.875 INFO kablam! Oct 14 12:59:54.875 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:54.875 INFO kablam! --> src/main.rs:111:5 Oct 14 12:59:54.875 INFO kablam! | Oct 14 12:59:54.875 INFO kablam! 111 | file.write_all(content.as_bytes()); Oct 14 12:59:54.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:54.875 INFO kablam! | Oct 14 12:59:54.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:54.875 INFO kablam! Oct 14 12:59:55.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.09s Oct 14 12:59:55.792 INFO kablam! su: No module specific data is present Oct 14 12:59:56.457 INFO running `"docker" "rm" "-f" "eb364709650240aaf008b9002ea3ef904ce09d8605901d47763a5b0083691c5a"` Oct 14 12:59:56.854 INFO blam! eb364709650240aaf008b9002ea3ef904ce09d8605901d47763a5b0083691c5a Oct 14 12:59:56.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:57.323 INFO blam! c6bec71be0c1fb4563ed939dcc65ddaac3f504240ced1948393cbe0d0de87e98 Oct 14 12:59:57.329 INFO running `"docker" "start" "-a" "c6bec71be0c1fb4563ed939dcc65ddaac3f504240ced1948393cbe0d0de87e98"` Oct 14 12:59:58.522 INFO kablam! usermod: no changes Oct 14 12:59:58.579 INFO kablam! Compiling todo v0.1.0 (/source) Oct 14 12:59:58.997 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:58.997 INFO kablam! --> src/main.rs:43:13 Oct 14 12:59:58.997 INFO kablam! | Oct 14 12:59:58.997 INFO kablam! 43 | let mut content = read_from_file(file); Oct 14 12:59:58.997 INFO kablam! | ----^^^^^^^ Oct 14 12:59:58.997 INFO kablam! | | Oct 14 12:59:58.997 INFO kablam! | help: remove this `mut` Oct 14 12:59:58.997 INFO kablam! | Oct 14 12:59:58.997 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:59:58.997 INFO kablam! Oct 14 12:59:58.997 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:58.997 INFO kablam! --> src/main.rs:44:13 Oct 14 12:59:58.997 INFO kablam! | Oct 14 12:59:58.997 INFO kablam! 44 | let mut content_vec: Vec<&str> = content.split("\n\n").collect(); Oct 14 12:59:58.997 INFO kablam! | ----^^^^^^^^^^^ Oct 14 12:59:58.997 INFO kablam! | | Oct 14 12:59:58.997 INFO kablam! | help: remove this `mut` Oct 14 12:59:58.997 INFO kablam! Oct 14 12:59:58.997 INFO kablam! warning: variable does not need to be mutable Oct 14 12:59:58.997 INFO kablam! --> src/main.rs:81:9 Oct 14 12:59:58.997 INFO kablam! | Oct 14 12:59:58.997 INFO kablam! 81 | let mut file = match File::create(format!("{}.{}", file_name, file_extension)) { Oct 14 12:59:58.997 INFO kablam! | ----^^^^ Oct 14 12:59:58.997 INFO kablam! | | Oct 14 12:59:58.997 INFO kablam! | help: remove this `mut` Oct 14 12:59:58.997 INFO kablam! Oct 14 12:59:58.997 INFO kablam! warning: method is never used: `save_as_file` Oct 14 12:59:58.997 INFO kablam! --> src/main.rs:32:5 Oct 14 12:59:58.997 INFO kablam! | Oct 14 12:59:58.997 INFO kablam! 32 | fn save_as_file(&self) { Oct 14 12:59:58.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:58.997 INFO kablam! | Oct 14 12:59:58.997 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:59:58.997 INFO kablam! Oct 14 12:59:58.997 INFO kablam! warning: function is never used: `create_file` Oct 14 12:59:58.997 INFO kablam! --> src/main.rs:80:1 Oct 14 12:59:58.997 INFO kablam! | Oct 14 12:59:58.997 INFO kablam! 80 | fn create_file(file_name: &str, file_extension: &str) -> File { Oct 14 12:59:58.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:58.998 INFO kablam! Oct 14 12:59:58.998 INFO kablam! warning: function is never used: `write_to_file` Oct 14 12:59:58.998 INFO kablam! --> src/main.rs:105:1 Oct 14 12:59:58.998 INFO kablam! | Oct 14 12:59:58.998 INFO kablam! 105 | fn write_to_file(file: &mut File, content: &str) { Oct 14 12:59:58.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:58.998 INFO kablam! Oct 14 12:59:58.998 INFO kablam! warning: function is never used: `override_file` Oct 14 12:59:58.998 INFO kablam! --> src/main.rs:110:1 Oct 14 12:59:58.998 INFO kablam! | Oct 14 12:59:58.998 INFO kablam! 110 | fn override_file(file: &mut File, content: &str) { Oct 14 12:59:58.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:58.998 INFO kablam! Oct 14 12:59:58.998 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:58.998 INFO kablam! --> src/main.rs:107:5 Oct 14 12:59:58.998 INFO kablam! | Oct 14 12:59:58.998 INFO kablam! 107 | file.write_all(content.as_bytes()); Oct 14 12:59:58.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:58.998 INFO kablam! | Oct 14 12:59:58.998 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:59:58.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:58.998 INFO kablam! Oct 14 12:59:58.998 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:58.998 INFO kablam! --> src/main.rs:111:5 Oct 14 12:59:58.998 INFO kablam! | Oct 14 12:59:58.998 INFO kablam! 111 | file.write_all(content.as_bytes()); Oct 14 12:59:58.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:59:58.998 INFO kablam! | Oct 14 12:59:58.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:58.998 INFO kablam! Oct 14 12:59:59.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 14 12:59:59.435 INFO kablam! su: No module specific data is present Oct 14 13:00:00.082 INFO running `"docker" "rm" "-f" "c6bec71be0c1fb4563ed939dcc65ddaac3f504240ced1948393cbe0d0de87e98"` Oct 14 13:00:00.359 INFO blam! c6bec71be0c1fb4563ed939dcc65ddaac3f504240ced1948393cbe0d0de87e98 Oct 14 13:00:00.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13:00:00.758 INFO blam! 8ed32db84f85e9a93c76db76c983514d10ff25c7e94ab2386c03d98be4a95477 Oct 14 13:00:00.759 INFO running `"docker" "start" "-a" "8ed32db84f85e9a93c76db76c983514d10ff25c7e94ab2386c03d98be4a95477"` Oct 14 13:00:01.746 INFO kablam! usermod: no changes Oct 14 13:00:01.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 13:00:01.821 INFO kablam! Running /target/debug/deps/todo-5dd416db7d79fee4 Oct 14 13:00:01.822 INFO blam! Oct 14 13:00:01.822 INFO blam! running 0 tests Oct 14 13:00:01.822 INFO blam! Oct 14 13:00:01.822 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:00:01.822 INFO blam! Oct 14 13:00:01.824 INFO kablam! su: No module specific data is present Oct 14 13:00:02.637 INFO running `"docker" "rm" "-f" "8ed32db84f85e9a93c76db76c983514d10ff25c7e94ab2386c03d98be4a95477"` Oct 14 13:00:02.883 INFO blam! 8ed32db84f85e9a93c76db76c983514d10ff25c7e94ab2386c03d98be4a95477