Oct 21 14:42:32.080 INFO checking pontuslaestadius/goliath against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:42:32.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 14:42:32.646 INFO blam! 6105884f64eb1ec02460d7508bee1c0b3f87b4b326d1655501721f1e501b1722 Oct 21 14:42:32.648 INFO running `"docker" "start" "-a" "6105884f64eb1ec02460d7508bee1c0b3f87b4b326d1655501721f1e501b1722"` Oct 21 14:42:34.134 INFO kablam! usermod: no changes Oct 21 14:42:34.220 INFO kablam! Checking goliath v0.1.0 (/source) Oct 21 14:42:34.581 INFO kablam! warning: unused import: `std::fs::File` Oct 21 14:42:34.581 INFO kablam! --> src/lib.rs:3:5 Oct 21 14:42:34.581 INFO kablam! | Oct 21 14:42:34.581 INFO kablam! 3 | use std::fs::File; Oct 21 14:42:34.581 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:42:34.581 INFO kablam! | Oct 21 14:42:34.582 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:42:34.583 INFO kablam! Oct 21 14:42:34.698 INFO kablam! warning: unused import: `std::io::prelude` Oct 21 14:42:34.698 INFO kablam! --> src/lib.rs:2:5 Oct 21 14:42:34.698 INFO kablam! | Oct 21 14:42:34.698 INFO kablam! 2 | use std::io::prelude::*; Oct 21 14:42:34.698 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:42:34.708 INFO kablam! Oct 21 14:42:34.741 INFO kablam! warning: function is never used: `index` Oct 21 14:42:34.741 INFO kablam! --> src/lib.rs:6:1 Oct 21 14:42:34.741 INFO kablam! | Oct 21 14:42:34.741 INFO kablam! 6 | fn index<'a>(string: &'a mut String) -> Vec> { Oct 21 14:42:34.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:34.741 INFO kablam! | Oct 21 14:42:34.742 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:42:34.742 INFO kablam! Oct 21 14:42:34.742 INFO kablam! warning: function is never used: `get_most_valued_sentence` Oct 21 14:42:34.742 INFO kablam! --> src/lib.rs:41:1 Oct 21 14:42:34.742 INFO kablam! | Oct 21 14:42:34.742 INFO kablam! 41 | fn get_most_valued_sentence<'a>(string: &'a mut String, vec: Vec) -> &'a str { Oct 21 14:42:34.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:34.742 INFO kablam! Oct 21 14:42:34.742 INFO kablam! warning: function is never used: `get_value` Oct 21 14:42:34.742 INFO kablam! --> src/lib.rs:70:1 Oct 21 14:42:34.742 INFO kablam! | Oct 21 14:42:34.742 INFO kablam! 70 | fn get_value(string: &str) -> usize { Oct 21 14:42:34.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:34.742 INFO kablam! Oct 21 14:42:34.742 INFO kablam! warning: method is never used: `increase_value` Oct 21 14:42:34.742 INFO kablam! --> src/lib.rs:96:5 Oct 21 14:42:34.742 INFO kablam! | Oct 21 14:42:34.742 INFO kablam! 96 | fn increase_value(&mut self) { Oct 21 14:42:34.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:34.742 INFO kablam! Oct 21 14:42:34.742 INFO kablam! warning: method is never used: `get_value` Oct 21 14:42:34.742 INFO kablam! --> src/lib.rs:100:5 Oct 21 14:42:34.742 INFO kablam! | Oct 21 14:42:34.742 INFO kablam! 100 | fn get_value(&self) -> usize { Oct 21 14:42:34.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:34.742 INFO kablam! Oct 21 14:42:34.742 INFO kablam! warning: method is never used: `get_key` Oct 21 14:42:34.742 INFO kablam! --> src/lib.rs:104:5 Oct 21 14:42:34.742 INFO kablam! | Oct 21 14:42:34.742 INFO kablam! 104 | fn get_key(&self) -> &str { Oct 21 14:42:34.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:42:34.742 INFO kablam! Oct 21 14:42:34.795 INFO kablam! warning: unused import: `std::fs::File` Oct 21 14:42:34.795 INFO kablam! --> src/lib.rs:3:5 Oct 21 14:42:34.795 INFO kablam! | Oct 21 14:42:34.795 INFO kablam! 3 | use std::fs::File; Oct 21 14:42:34.795 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:42:34.800 INFO kablam! | Oct 21 14:42:34.800 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:42:34.800 INFO kablam! Oct 21 14:42:34.923 INFO kablam! warning: unused import: `std::io::prelude` Oct 21 14:42:34.923 INFO kablam! --> src/lib.rs:2:5 Oct 21 14:42:34.923 INFO kablam! | Oct 21 14:42:34.923 INFO kablam! 2 | use std::io::prelude::*; Oct 21 14:42:34.923 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 14:42:34.923 INFO kablam! Oct 21 14:42:34.949 INFO kablam! warning: variable does not need to be mutable Oct 21 14:42:34.949 INFO kablam! --> src/lib.rs:147:13 Oct 21 14:42:34.949 INFO kablam! | Oct 21 14:42:34.949 INFO kablam! 147 | let mut vec = index(&mut string); Oct 21 14:42:34.949 INFO kablam! | ----^^^ Oct 21 14:42:34.949 INFO kablam! | | Oct 21 14:42:34.949 INFO kablam! | help: remove this `mut` Oct 21 14:42:34.949 INFO kablam! | Oct 21 14:42:34.949 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:42:34.949 INFO kablam! Oct 21 14:42:34.951 INFO kablam! warning: variable does not need to be mutable Oct 21 14:42:34.951 INFO kablam! --> src/lib.rs:158:13 Oct 21 14:42:34.951 INFO kablam! | Oct 21 14:42:34.951 INFO kablam! 158 | let mut vec = index(&mut string); Oct 21 14:42:34.951 INFO kablam! | ----^^^ Oct 21 14:42:34.951 INFO kablam! | | Oct 21 14:42:34.951 INFO kablam! | help: remove this `mut` Oct 21 14:42:34.951 INFO kablam! Oct 21 14:42:35.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 21 14:42:35.026 INFO kablam! su: No module specific data is present Oct 21 14:42:35.831 INFO running `"docker" "rm" "-f" "6105884f64eb1ec02460d7508bee1c0b3f87b4b326d1655501721f1e501b1722"` Oct 21 14:42:36.160 INFO blam! 6105884f64eb1ec02460d7508bee1c0b3f87b4b326d1655501721f1e501b1722