Oct 15 04:13:49.058 INFO testing ammongit/markov-music against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:13:49.059 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 15 04:13:49.689 INFO blam! dc17cf83976c935a3750da00f61682fef0bc3809ce2f1eb3622f82efa5f7361d Oct 15 04:13:49.707 INFO running `"docker" "start" "-a" "dc17cf83976c935a3750da00f61682fef0bc3809ce2f1eb3622f82efa5f7361d"` Oct 15 04:13:50.758 INFO kablam! usermod: no changes Oct 15 04:13:50.919 INFO kablam! Compiling bufstream v0.1.3 Oct 15 04:13:50.919 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 15 04:13:50.928 INFO kablam! Compiling term_size v0.3.0 Oct 15 04:13:50.928 INFO kablam! Compiling thread-id v3.2.0 Oct 15 04:13:50.928 INFO kablam! Compiling atty v0.2.2 Oct 15 04:13:50.933 INFO kablam! Compiling syn v0.11.11 Oct 15 04:13:52.763 INFO kablam! Compiling mpd v0.0.12 Oct 15 04:13:52.803 INFO kablam! Compiling simple-logging v2.0.1 Oct 15 04:13:52.907 INFO kablam! Compiling textwrap v0.7.0 Oct 15 04:13:56.135 INFO kablam! Compiling clap v2.26.0 Oct 15 04:14:04.607 INFO kablam! Compiling serde_derive_internals v0.19.0 Oct 15 04:14:04.607 INFO kablam! Compiling diesel_derives v1.1.0 Oct 15 04:14:09.024 INFO kablam! Compiling serde_derive v1.0.27 Oct 15 04:14:15.222 INFO kablam! Compiling diesel v1.1.1 Oct 15 04:14:24.735 INFO kablam! Compiling serde v1.0.11 Oct 15 04:14:40.936 INFO kablam! Compiling toml v0.4.4 Oct 15 04:14:46.036 INFO kablam! Compiling markov-music v0.1.0 (/source) Oct 15 04:14:47.307 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 04:14:47.307 INFO kablam! --> src/utils.rs:25:40 Oct 15 04:14:47.307 INFO kablam! | Oct 15 04:14:47.307 INFO kablam! 25 | pub static ref HOME_DIR: PathBuf = env::home_dir().expect("Unable to get home directory"); Oct 15 04:14:47.307 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:14:47.307 INFO kablam! | Oct 15 04:14:47.307 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 04:14:47.307 INFO kablam! Oct 15 04:14:47.763 INFO kablam! warning: function is never used: `random_key` Oct 15 04:14:47.764 INFO kablam! --> src/choose.rs:29:1 Oct 15 04:14:47.764 INFO kablam! | Oct 15 04:14:47.764 INFO kablam! 29 | pub fn random_key<'a, K: Eq + Hash, V>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 15 04:14:47.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.764 INFO kablam! | Oct 15 04:14:47.765 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:14:47.765 INFO kablam! Oct 15 04:14:47.765 INFO kablam! warning: function is never used: `roulette_wheel` Oct 15 04:14:47.765 INFO kablam! --> src/choose.rs:34:1 Oct 15 04:14:47.765 INFO kablam! | Oct 15 04:14:47.766 INFO kablam! 34 | pub fn roulette_wheel<'a, K: Eq + Hash>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 15 04:14:47.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.766 INFO kablam! Oct 15 04:14:47.766 INFO kablam! warning: method is never used: `modify_weight` Oct 15 04:14:47.766 INFO kablam! --> src/markov.rs:47:5 Oct 15 04:14:47.767 INFO kablam! | Oct 15 04:14:47.767 INFO kablam! 47 | pub fn modify_weight(&mut self, prev: T, next: T, diff: f32) { Oct 15 04:14:47.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.767 INFO kablam! Oct 15 04:14:47.768 INFO kablam! warning: method is never used: `clear` Oct 15 04:14:47.768 INFO kablam! --> src/markov.rs:55:5 Oct 15 04:14:47.768 INFO kablam! | Oct 15 04:14:47.768 INFO kablam! 55 | / pub fn clear(&mut self, item: &U) Oct 15 04:14:47.769 INFO kablam! 56 | | where U: Borrow, Oct 15 04:14:47.769 INFO kablam! 57 | | U: ?Sized, Oct 15 04:14:47.769 INFO kablam! 58 | | { Oct 15 04:14:47.769 INFO kablam! ... | Oct 15 04:14:47.770 INFO kablam! 61 | | } Oct 15 04:14:47.770 INFO kablam! 62 | | } Oct 15 04:14:47.770 INFO kablam! | |_____^ Oct 15 04:14:47.771 INFO kablam! Oct 15 04:14:47.771 INFO kablam! warning: method is never used: `start` Oct 15 04:14:47.771 INFO kablam! --> src/markov.rs:64:5 Oct 15 04:14:47.772 INFO kablam! | Oct 15 04:14:47.772 INFO kablam! 64 | pub fn start(&self, rng: &mut Rng) -> Option<&T> { Oct 15 04:14:47.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.772 INFO kablam! Oct 15 04:14:47.773 INFO kablam! warning: method is never used: `next` Oct 15 04:14:47.773 INFO kablam! --> src/markov.rs:68:5 Oct 15 04:14:47.773 INFO kablam! | Oct 15 04:14:47.773 INFO kablam! 68 | / pub fn next(&self, current: &U, rng: &mut Rng) -> Option<&T> Oct 15 04:14:47.774 INFO kablam! 69 | | where U: Borrow, Oct 15 04:14:47.774 INFO kablam! 70 | | U: ?Sized, Oct 15 04:14:47.774 INFO kablam! 71 | | { Oct 15 04:14:47.775 INFO kablam! ... | Oct 15 04:14:47.775 INFO kablam! 75 | | } Oct 15 04:14:47.775 INFO kablam! 76 | | } Oct 15 04:14:47.775 INFO kablam! | |_____^ Oct 15 04:14:47.775 INFO kablam! Oct 15 04:14:47.775 INFO kablam! warning: method is never used: `possible_next` Oct 15 04:14:47.775 INFO kablam! --> src/markov.rs:78:5 Oct 15 04:14:47.775 INFO kablam! | Oct 15 04:14:47.775 INFO kablam! 78 | / pub fn possible_next(&self, current: &U) -> Option<&HashMap> Oct 15 04:14:47.775 INFO kablam! 79 | | where U: Borrow, Oct 15 04:14:47.775 INFO kablam! 80 | | U: ?Sized, Oct 15 04:14:47.775 INFO kablam! 81 | | { Oct 15 04:14:47.775 INFO kablam! 82 | | self.assocs.get(current.borrow()) Oct 15 04:14:47.775 INFO kablam! 83 | | } Oct 15 04:14:47.775 INFO kablam! | |_____^ Oct 15 04:14:47.775 INFO kablam! Oct 15 04:14:47.775 INFO kablam! warning: function is never used: `split_cmd` Oct 15 04:14:47.776 INFO kablam! --> src/socket.rs:28:1 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 28 | fn split_cmd(command: &mut str) -> (&mut str, &mut str) { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:47.776 INFO kablam! warning: struct is never constructed: `SocketServer` Oct 15 04:14:47.776 INFO kablam! --> src/socket.rs:36:1 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 36 | pub struct SocketServer { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:47.776 INFO kablam! warning: method is never used: `bind` Oct 15 04:14:47.776 INFO kablam! --> src/socket.rs:41:5 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 41 | pub fn bind(config: &DaemonConfig) -> Result { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:47.776 INFO kablam! warning: method is never used: `wait` Oct 15 04:14:47.776 INFO kablam! --> src/socket.rs:47:5 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 47 | pub fn wait(&self) -> Result<()> { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:47.776 INFO kablam! warning: method is never used: `respond` Oct 15 04:14:47.776 INFO kablam! --> src/socket.rs:58:5 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 58 | fn respond(&self, command: &mut str) -> Result<&'static str> { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:47.776 INFO kablam! warning: method is never used: `set_recommend` Oct 15 04:14:47.776 INFO kablam! --> src/socket.rs:72:5 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 72 | fn set_recommend(&self, arg: &mut str) -> &'static str { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:47.776 INFO kablam! warning: function is never used: `empty_mut_str` Oct 15 04:14:47.776 INFO kablam! --> src/utils.rs:29:1 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 29 | pub fn empty_mut_str() -> &'static mut str { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:47.776 INFO kablam! warning: function is never used: `sigmoid` Oct 15 04:14:47.776 INFO kablam! --> src/utils.rs:34:1 Oct 15 04:14:47.776 INFO kablam! | Oct 15 04:14:47.776 INFO kablam! 34 | pub fn sigmoid(n: f32) -> f32 { Oct 15 04:14:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:47.776 INFO kablam! Oct 15 04:14:50.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.89s Oct 15 04:14:50.686 INFO kablam! su: No module specific data is present Oct 15 04:14:51.133 INFO running `"docker" "rm" "-f" "dc17cf83976c935a3750da00f61682fef0bc3809ce2f1eb3622f82efa5f7361d"` Oct 15 04:14:51.300 INFO blam! dc17cf83976c935a3750da00f61682fef0bc3809ce2f1eb3622f82efa5f7361d Oct 15 04:14:51.303 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 15 04:14:51.725 INFO blam! 859f3e499c164ef84b2b43829f42ca4356298ae624781b60591f477d63f0404a Oct 15 04:14:51.727 INFO running `"docker" "start" "-a" "859f3e499c164ef84b2b43829f42ca4356298ae624781b60591f477d63f0404a"` Oct 15 04:14:52.792 INFO kablam! usermod: no changes Oct 15 04:14:52.919 INFO kablam! Compiling markov-music v0.1.0 (/source) Oct 15 04:14:54.175 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 04:14:54.175 INFO kablam! --> src/utils.rs:25:40 Oct 15 04:14:54.175 INFO kablam! | Oct 15 04:14:54.175 INFO kablam! 25 | pub static ref HOME_DIR: PathBuf = env::home_dir().expect("Unable to get home directory"); Oct 15 04:14:54.175 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:14:54.175 INFO kablam! | Oct 15 04:14:54.175 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 04:14:54.175 INFO kablam! Oct 15 04:14:54.707 INFO kablam! warning: function is never used: `random_key` Oct 15 04:14:54.707 INFO kablam! --> src/choose.rs:29:1 Oct 15 04:14:54.707 INFO kablam! | Oct 15 04:14:54.707 INFO kablam! 29 | pub fn random_key<'a, K: Eq + Hash, V>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 15 04:14:54.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.707 INFO kablam! | Oct 15 04:14:54.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:14:54.707 INFO kablam! Oct 15 04:14:54.707 INFO kablam! warning: function is never used: `roulette_wheel` Oct 15 04:14:54.707 INFO kablam! --> src/choose.rs:34:1 Oct 15 04:14:54.707 INFO kablam! | Oct 15 04:14:54.707 INFO kablam! 34 | pub fn roulette_wheel<'a, K: Eq + Hash>(map: &'a HashMap, rng: &mut Rng) -> Option<&'a K> { Oct 15 04:14:54.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.707 INFO kablam! Oct 15 04:14:54.707 INFO kablam! warning: method is never used: `modify_weight` Oct 15 04:14:54.707 INFO kablam! --> src/markov.rs:47:5 Oct 15 04:14:54.707 INFO kablam! | Oct 15 04:14:54.708 INFO kablam! 47 | pub fn modify_weight(&mut self, prev: T, next: T, diff: f32) { Oct 15 04:14:54.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.708 INFO kablam! Oct 15 04:14:54.708 INFO kablam! warning: method is never used: `clear` Oct 15 04:14:54.708 INFO kablam! --> src/markov.rs:55:5 Oct 15 04:14:54.708 INFO kablam! | Oct 15 04:14:54.708 INFO kablam! 55 | / pub fn clear(&mut self, item: &U) Oct 15 04:14:54.708 INFO kablam! 56 | | where U: Borrow, Oct 15 04:14:54.708 INFO kablam! 57 | | U: ?Sized, Oct 15 04:14:54.708 INFO kablam! 58 | | { Oct 15 04:14:54.708 INFO kablam! ... | Oct 15 04:14:54.708 INFO kablam! 61 | | } Oct 15 04:14:54.708 INFO kablam! 62 | | } Oct 15 04:14:54.708 INFO kablam! | |_____^ Oct 15 04:14:54.708 INFO kablam! Oct 15 04:14:54.708 INFO kablam! warning: method is never used: `start` Oct 15 04:14:54.708 INFO kablam! --> src/markov.rs:64:5 Oct 15 04:14:54.708 INFO kablam! | Oct 15 04:14:54.708 INFO kablam! 64 | pub fn start(&self, rng: &mut Rng) -> Option<&T> { Oct 15 04:14:54.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.708 INFO kablam! Oct 15 04:14:54.708 INFO kablam! warning: method is never used: `next` Oct 15 04:14:54.708 INFO kablam! --> src/markov.rs:68:5 Oct 15 04:14:54.708 INFO kablam! | Oct 15 04:14:54.709 INFO kablam! 68 | / pub fn next(&self, current: &U, rng: &mut Rng) -> Option<&T> Oct 15 04:14:54.709 INFO kablam! 69 | | where U: Borrow, Oct 15 04:14:54.709 INFO kablam! 70 | | U: ?Sized, Oct 15 04:14:54.709 INFO kablam! 71 | | { Oct 15 04:14:54.709 INFO kablam! ... | Oct 15 04:14:54.709 INFO kablam! 75 | | } Oct 15 04:14:54.709 INFO kablam! 76 | | } Oct 15 04:14:54.709 INFO kablam! | |_____^ Oct 15 04:14:54.709 INFO kablam! Oct 15 04:14:54.709 INFO kablam! warning: method is never used: `possible_next` Oct 15 04:14:54.709 INFO kablam! --> src/markov.rs:78:5 Oct 15 04:14:54.709 INFO kablam! | Oct 15 04:14:54.709 INFO kablam! 78 | / pub fn possible_next(&self, current: &U) -> Option<&HashMap> Oct 15 04:14:54.709 INFO kablam! 79 | | where U: Borrow, Oct 15 04:14:54.709 INFO kablam! 80 | | U: ?Sized, Oct 15 04:14:54.709 INFO kablam! 81 | | { Oct 15 04:14:54.709 INFO kablam! 82 | | self.assocs.get(current.borrow()) Oct 15 04:14:54.709 INFO kablam! 83 | | } Oct 15 04:14:54.709 INFO kablam! | |_____^ Oct 15 04:14:54.709 INFO kablam! Oct 15 04:14:54.709 INFO kablam! warning: function is never used: `split_cmd` Oct 15 04:14:54.709 INFO kablam! --> src/socket.rs:28:1 Oct 15 04:14:54.709 INFO kablam! | Oct 15 04:14:54.709 INFO kablam! 28 | fn split_cmd(command: &mut str) -> (&mut str, &mut str) { Oct 15 04:14:54.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.710 INFO kablam! Oct 15 04:14:54.710 INFO kablam! warning: struct is never constructed: `SocketServer` Oct 15 04:14:54.710 INFO kablam! --> src/socket.rs:36:1 Oct 15 04:14:54.710 INFO kablam! | Oct 15 04:14:54.710 INFO kablam! 36 | pub struct SocketServer { Oct 15 04:14:54.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.710 INFO kablam! Oct 15 04:14:54.710 INFO kablam! warning: method is never used: `bind` Oct 15 04:14:54.710 INFO kablam! --> src/socket.rs:41:5 Oct 15 04:14:54.710 INFO kablam! | Oct 15 04:14:54.710 INFO kablam! 41 | pub fn bind(config: &DaemonConfig) -> Result { Oct 15 04:14:54.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.710 INFO kablam! Oct 15 04:14:54.710 INFO kablam! warning: method is never used: `wait` Oct 15 04:14:54.710 INFO kablam! --> src/socket.rs:47:5 Oct 15 04:14:54.710 INFO kablam! | Oct 15 04:14:54.710 INFO kablam! 47 | pub fn wait(&self) -> Result<()> { Oct 15 04:14:54.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.710 INFO kablam! Oct 15 04:14:54.711 INFO kablam! warning: method is never used: `respond` Oct 15 04:14:54.711 INFO kablam! --> src/socket.rs:58:5 Oct 15 04:14:54.711 INFO kablam! | Oct 15 04:14:54.711 INFO kablam! 58 | fn respond(&self, command: &mut str) -> Result<&'static str> { Oct 15 04:14:54.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.711 INFO kablam! Oct 15 04:14:54.711 INFO kablam! warning: method is never used: `set_recommend` Oct 15 04:14:54.711 INFO kablam! --> src/socket.rs:72:5 Oct 15 04:14:54.711 INFO kablam! | Oct 15 04:14:54.711 INFO kablam! 72 | fn set_recommend(&self, arg: &mut str) -> &'static str { Oct 15 04:14:54.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.711 INFO kablam! Oct 15 04:14:54.711 INFO kablam! warning: function is never used: `empty_mut_str` Oct 15 04:14:54.711 INFO kablam! --> src/utils.rs:29:1 Oct 15 04:14:54.711 INFO kablam! | Oct 15 04:14:54.711 INFO kablam! 29 | pub fn empty_mut_str() -> &'static mut str { Oct 15 04:14:54.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.711 INFO kablam! Oct 15 04:14:54.711 INFO kablam! warning: function is never used: `sigmoid` Oct 15 04:14:54.712 INFO kablam! --> src/utils.rs:34:1 Oct 15 04:14:54.712 INFO kablam! | Oct 15 04:14:54.712 INFO kablam! 34 | pub fn sigmoid(n: f32) -> f32 { Oct 15 04:14:54.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:14:54.712 INFO kablam! Oct 15 04:14:55.253 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 15 04:14:55.259 INFO kablam! su: No module specific data is present Oct 15 04:14:55.658 INFO running `"docker" "rm" "-f" "859f3e499c164ef84b2b43829f42ca4356298ae624781b60591f477d63f0404a"` Oct 15 04:14:55.785 INFO blam! 859f3e499c164ef84b2b43829f42ca4356298ae624781b60591f477d63f0404a Oct 15 04:14:55.803 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 15 04:14:56.083 INFO blam! 5b1260dd59ada5957136ffd2d111ed5a4a8d7a58ed4c6a5a58e1b8af3933959a Oct 15 04:14:56.088 INFO running `"docker" "start" "-a" "5b1260dd59ada5957136ffd2d111ed5a4a8d7a58ed4c6a5a58e1b8af3933959a"` Oct 15 04:14:56.614 INFO kablam! usermod: no changes Oct 15 04:14:56.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 04:14:56.718 INFO kablam! Running /target/debug/deps/markov_music-2a1e414abf048a07 Oct 15 04:14:56.731 INFO kablam! su: No module specific data is present Oct 15 04:14:56.731 INFO blam! Oct 15 04:14:56.731 INFO blam! running 0 tests Oct 15 04:14:56.731 INFO blam! Oct 15 04:14:56.731 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:14:56.731 INFO blam! Oct 15 04:14:57.095 INFO running `"docker" "rm" "-f" "5b1260dd59ada5957136ffd2d111ed5a4a8d7a58ed4c6a5a58e1b8af3933959a"` Oct 15 04:14:57.209 INFO blam! 5b1260dd59ada5957136ffd2d111ed5a4a8d7a58ed4c6a5a58e1b8af3933959a