Oct 15 11:51:38.193 INFO testing Chronum94/Knight_vs_Dragon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:51:38.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:51:38.833 INFO blam! efce417d0aedc21477dfff188b440e2f7b2de31eab5fa2675377d49d0c648dba Oct 15 11:51:38.839 INFO running `"docker" "start" "-a" "efce417d0aedc21477dfff188b440e2f7b2de31eab5fa2675377d49d0c648dba"` Oct 15 11:51:39.949 INFO kablam! usermod: no changes Oct 15 11:51:40.008 INFO kablam! Compiling Knights_vs_Dragons v0.1.0 (/source) Oct 15 11:51:40.624 INFO kablam! warning: unused variable: `dfn_f2` Oct 15 11:51:40.624 INFO kablam! --> src/main.rs:18:26 Oct 15 11:51:40.624 INFO kablam! | Oct 15 11:51:40.624 INFO kablam! 18 | fn attack(&self, dfn_f2: i32, dodge: f32) -> f32 { Oct 15 11:51:40.624 INFO kablam! | ^^^^^^ help: consider using `_dfn_f2` instead Oct 15 11:51:40.625 INFO kablam! | Oct 15 11:51:40.625 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:51:40.625 INFO kablam! Oct 15 11:51:40.625 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:40.625 INFO kablam! --> src/main.rs:50:17 Oct 15 11:51:40.625 INFO kablam! | Oct 15 11:51:40.625 INFO kablam! 50 | let mut knight_dmg: f32 = knight.attack(dragon.dfn, dragon.dodge); Oct 15 11:51:40.625 INFO kablam! | ----^^^^^^^^^^ Oct 15 11:51:40.625 INFO kablam! | | Oct 15 11:51:40.625 INFO kablam! | help: remove this `mut` Oct 15 11:51:40.625 INFO kablam! | Oct 15 11:51:40.625 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:51:40.625 INFO kablam! Oct 15 11:51:40.625 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:40.625 INFO kablam! --> src/main.rs:51:17 Oct 15 11:51:40.625 INFO kablam! | Oct 15 11:51:40.625 INFO kablam! 51 | let mut dragon_dmg: f32 = dragon.attack(knight.dfn, knight.dodge); Oct 15 11:51:40.625 INFO kablam! | ----^^^^^^^^^^ Oct 15 11:51:40.625 INFO kablam! | | Oct 15 11:51:40.625 INFO kablam! | help: remove this `mut` Oct 15 11:51:40.625 INFO kablam! Oct 15 11:51:40.640 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:40.640 INFO kablam! --> src/main.rs:19:17 Oct 15 11:51:40.640 INFO kablam! | Oct 15 11:51:40.640 INFO kablam! 19 | let mut acc = rand::thread_rng().gen::(); Oct 15 11:51:40.640 INFO kablam! | ----^^^ Oct 15 11:51:40.640 INFO kablam! | | Oct 15 11:51:40.640 INFO kablam! | help: remove this `mut` Oct 15 11:51:40.640 INFO kablam! Oct 15 11:51:40.640 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:40.640 INFO kablam! --> src/main.rs:24:21 Oct 15 11:51:40.640 INFO kablam! | Oct 15 11:51:40.640 INFO kablam! 24 | let mut crit = rand::thread_rng().gen::(); Oct 15 11:51:40.640 INFO kablam! | ----^^^^ Oct 15 11:51:40.640 INFO kablam! | | Oct 15 11:51:40.640 INFO kablam! | help: remove this `mut` Oct 15 11:51:40.640 INFO kablam! Oct 15 11:51:40.640 INFO kablam! warning: crate `Knights_vs_Dragons` should have a snake case name such as `knights_vs_dragons` Oct 15 11:51:40.640 INFO kablam! | Oct 15 11:51:40.640 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:51:40.640 INFO kablam! Oct 15 11:51:41.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 15 11:51:41.223 INFO kablam! su: No module specific data is present Oct 15 11:51:42.175 INFO running `"docker" "rm" "-f" "efce417d0aedc21477dfff188b440e2f7b2de31eab5fa2675377d49d0c648dba"` Oct 15 11:51:42.483 INFO blam! efce417d0aedc21477dfff188b440e2f7b2de31eab5fa2675377d49d0c648dba Oct 15 11:51:42.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:51:43.004 INFO blam! f29ffe1a9b3fc463870f602b08e65081a7afaa5eec75714f857245b39274f52d Oct 15 11:51:43.015 INFO running `"docker" "start" "-a" "f29ffe1a9b3fc463870f602b08e65081a7afaa5eec75714f857245b39274f52d"` Oct 15 11:51:44.431 INFO kablam! usermod: no changes Oct 15 11:51:44.611 INFO kablam! Compiling Knights_vs_Dragons v0.1.0 (/source) Oct 15 11:51:45.143 INFO kablam! warning: unused variable: `dfn_f2` Oct 15 11:51:45.143 INFO kablam! --> src/main.rs:18:26 Oct 15 11:51:45.143 INFO kablam! | Oct 15 11:51:45.143 INFO kablam! 18 | fn attack(&self, dfn_f2: i32, dodge: f32) -> f32 { Oct 15 11:51:45.143 INFO kablam! | ^^^^^^ help: consider using `_dfn_f2` instead Oct 15 11:51:45.143 INFO kablam! | Oct 15 11:51:45.143 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:51:45.143 INFO kablam! Oct 15 11:51:45.146 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:45.146 INFO kablam! --> src/main.rs:50:17 Oct 15 11:51:45.146 INFO kablam! | Oct 15 11:51:45.146 INFO kablam! 50 | let mut knight_dmg: f32 = knight.attack(dragon.dfn, dragon.dodge); Oct 15 11:51:45.146 INFO kablam! | ----^^^^^^^^^^ Oct 15 11:51:45.146 INFO kablam! | | Oct 15 11:51:45.146 INFO kablam! | help: remove this `mut` Oct 15 11:51:45.146 INFO kablam! | Oct 15 11:51:45.146 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:51:45.146 INFO kablam! Oct 15 11:51:45.146 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:45.146 INFO kablam! --> src/main.rs:51:17 Oct 15 11:51:45.146 INFO kablam! | Oct 15 11:51:45.146 INFO kablam! 51 | let mut dragon_dmg: f32 = dragon.attack(knight.dfn, knight.dodge); Oct 15 11:51:45.146 INFO kablam! | ----^^^^^^^^^^ Oct 15 11:51:45.146 INFO kablam! | | Oct 15 11:51:45.146 INFO kablam! | help: remove this `mut` Oct 15 11:51:45.146 INFO kablam! Oct 15 11:51:45.146 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:45.146 INFO kablam! --> src/main.rs:19:17 Oct 15 11:51:45.146 INFO kablam! | Oct 15 11:51:45.146 INFO kablam! 19 | let mut acc = rand::thread_rng().gen::(); Oct 15 11:51:45.146 INFO kablam! | ----^^^ Oct 15 11:51:45.146 INFO kablam! | | Oct 15 11:51:45.146 INFO kablam! | help: remove this `mut` Oct 15 11:51:45.146 INFO kablam! Oct 15 11:51:45.146 INFO kablam! warning: variable does not need to be mutable Oct 15 11:51:45.146 INFO kablam! --> src/main.rs:24:21 Oct 15 11:51:45.146 INFO kablam! | Oct 15 11:51:45.146 INFO kablam! 24 | let mut crit = rand::thread_rng().gen::(); Oct 15 11:51:45.146 INFO kablam! | ----^^^^ Oct 15 11:51:45.146 INFO kablam! | | Oct 15 11:51:45.146 INFO kablam! | help: remove this `mut` Oct 15 11:51:45.146 INFO kablam! Oct 15 11:51:45.146 INFO kablam! warning: crate `Knights_vs_Dragons` should have a snake case name such as `knights_vs_dragons` Oct 15 11:51:45.146 INFO kablam! | Oct 15 11:51:45.146 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:51:45.146 INFO kablam! Oct 15 11:51:45.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 15 11:51:45.738 INFO kablam! su: No module specific data is present Oct 15 11:51:46.408 INFO running `"docker" "rm" "-f" "f29ffe1a9b3fc463870f602b08e65081a7afaa5eec75714f857245b39274f52d"` Oct 15 11:51:46.698 INFO blam! f29ffe1a9b3fc463870f602b08e65081a7afaa5eec75714f857245b39274f52d Oct 15 11:51:46.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:51:47.125 INFO blam! 06fadbeef602cd6b29de878e4ba9b11ee42d585fac87718bff1e76a21d0adfc1 Oct 15 11:51:47.129 INFO running `"docker" "start" "-a" "06fadbeef602cd6b29de878e4ba9b11ee42d585fac87718bff1e76a21d0adfc1"` Oct 15 11:51:48.293 INFO kablam! usermod: no changes Oct 15 11:51:48.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 11:51:48.387 INFO kablam! Running /target/debug/deps/Knights_vs_Dragons-9df73b02d9c711d7 Oct 15 11:51:48.419 INFO blam! Oct 15 11:51:48.419 INFO blam! running 0 tests Oct 15 11:51:48.419 INFO blam! Oct 15 11:51:48.419 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:51:48.419 INFO blam! Oct 15 11:51:48.427 INFO kablam! su: No module specific data is present Oct 15 11:51:48.906 INFO running `"docker" "rm" "-f" "06fadbeef602cd6b29de878e4ba9b11ee42d585fac87718bff1e76a21d0adfc1"` Oct 15 11:51:49.213 INFO blam! 06fadbeef602cd6b29de878e4ba9b11ee42d585fac87718bff1e76a21d0adfc1