Oct 15 08:02:07.454 INFO testing OneMoreByte/qm-method-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:02:07.454 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 08:02:07.660 INFO blam! 5c1d4813b048cdf0ce007b8289e1789c5dac93a90825a4ea080839b224026031 Oct 15 08:02:07.661 INFO running `"docker" "start" "-a" "5c1d4813b048cdf0ce007b8289e1789c5dac93a90825a4ea080839b224026031"` Oct 15 08:02:08.111 INFO kablam! usermod: no changes Oct 15 08:02:08.133 INFO kablam! Compiling qm-method-rs v0.1.0 (/source) Oct 15 08:02:08.441 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 08:02:08.441 INFO kablam! --> src/main.rs:78:31 Oct 15 08:02:08.441 INFO kablam! | Oct 15 08:02:08.441 INFO kablam! 78 | z.binary_eqv.push((((m / (t.pow(x as u32))) % 2) as i8)) Oct 15 08:02:08.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:02:08.441 INFO kablam! | Oct 15 08:02:08.441 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:02:08.441 INFO kablam! Oct 15 08:02:08.585 INFO kablam! warning: variable does not need to be mutable Oct 15 08:02:08.585 INFO kablam! --> src/main.rs:258:16 Oct 15 08:02:08.585 INFO kablam! | Oct 15 08:02:08.585 INFO kablam! 258 | fn place_mterm(mut bin: &mut Vec>, m: u64, n: i8) { Oct 15 08:02:08.585 INFO kablam! | ----^^^ Oct 15 08:02:08.585 INFO kablam! | | Oct 15 08:02:08.585 INFO kablam! | help: remove this `mut` Oct 15 08:02:08.585 INFO kablam! | Oct 15 08:02:08.585 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:02:08.585 INFO kablam! Oct 15 08:02:09.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 15 08:02:09.395 INFO kablam! su: No module specific data is present Oct 15 08:02:10.015 INFO running `"docker" "rm" "-f" "5c1d4813b048cdf0ce007b8289e1789c5dac93a90825a4ea080839b224026031"` Oct 15 08:02:10.291 INFO blam! 5c1d4813b048cdf0ce007b8289e1789c5dac93a90825a4ea080839b224026031 Oct 15 08:02:10.299 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 08:02:10.728 INFO blam! a8515d9510b5ec006761be28b2fc7f253aeb59c2f48630b765a327a7ba6573ef Oct 15 08:02:10.731 INFO running `"docker" "start" "-a" "a8515d9510b5ec006761be28b2fc7f253aeb59c2f48630b765a327a7ba6573ef"` Oct 15 08:02:12.258 INFO kablam! usermod: no changes Oct 15 08:02:12.315 INFO kablam! Compiling qm-method-rs v0.1.0 (/source) Oct 15 08:02:13.006 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 08:02:13.007 INFO kablam! --> src/main.rs:78:31 Oct 15 08:02:13.007 INFO kablam! | Oct 15 08:02:13.007 INFO kablam! 78 | z.binary_eqv.push((((m / (t.pow(x as u32))) % 2) as i8)) Oct 15 08:02:13.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:02:13.008 INFO kablam! | Oct 15 08:02:13.008 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:02:13.008 INFO kablam! Oct 15 08:02:13.219 INFO kablam! warning: variable does not need to be mutable Oct 15 08:02:13.220 INFO kablam! --> src/main.rs:258:16 Oct 15 08:02:13.220 INFO kablam! | Oct 15 08:02:13.220 INFO kablam! 258 | fn place_mterm(mut bin: &mut Vec>, m: u64, n: i8) { Oct 15 08:02:13.220 INFO kablam! | ----^^^ Oct 15 08:02:13.221 INFO kablam! | | Oct 15 08:02:13.221 INFO kablam! | help: remove this `mut` Oct 15 08:02:13.221 INFO kablam! | Oct 15 08:02:13.222 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:02:13.222 INFO kablam! Oct 15 08:02:13.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 15 08:02:13.698 INFO kablam! su: No module specific data is present Oct 15 08:02:14.647 INFO running `"docker" "rm" "-f" "a8515d9510b5ec006761be28b2fc7f253aeb59c2f48630b765a327a7ba6573ef"` Oct 15 08:02:14.935 INFO blam! a8515d9510b5ec006761be28b2fc7f253aeb59c2f48630b765a327a7ba6573ef Oct 15 08:02:14.944 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 08:02:15.375 INFO blam! 65edd3ec56437cd73a4e6b29162b1e48c71cb0f48ae3f07a98558f103c6df0dd Oct 15 08:02:15.375 INFO running `"docker" "start" "-a" "65edd3ec56437cd73a4e6b29162b1e48c71cb0f48ae3f07a98558f103c6df0dd"` Oct 15 08:02:16.675 INFO kablam! usermod: no changes Oct 15 08:02:16.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 08:02:16.746 INFO kablam! Running /target/debug/deps/qm_method_rs-c239250f772ad127 Oct 15 08:02:16.755 INFO blam! Oct 15 08:02:16.755 INFO blam! running 0 tests Oct 15 08:02:16.755 INFO blam! Oct 15 08:02:16.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:02:16.755 INFO blam! Oct 15 08:02:16.759 INFO kablam! su: No module specific data is present Oct 15 08:02:17.563 INFO running `"docker" "rm" "-f" "65edd3ec56437cd73a4e6b29162b1e48c71cb0f48ae3f07a98558f103c6df0dd"` Oct 15 08:02:17.903 INFO blam! 65edd3ec56437cd73a4e6b29162b1e48c71cb0f48ae3f07a98558f103c6df0dd