Oct 15 08:02:17.987 INFO testing OneMoreByte/booths-algorithm-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:02:17.987 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:18.501 INFO blam! f425659727845f9ff97c7cea12bd9cb82a306fdc35fae2dac6e5bf180b25e6ba Oct 15 08:02:18.504 INFO running `"docker" "start" "-a" "f425659727845f9ff97c7cea12bd9cb82a306fdc35fae2dac6e5bf180b25e6ba"` Oct 15 08:02:20.711 INFO kablam! usermod: no changes Oct 15 08:02:20.771 INFO kablam! Compiling booths-algorithm v0.1.0 (/source) Oct 15 08:02:21.251 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 08:02:21.251 INFO kablam! --> src/main.rs:22:19 Oct 15 08:02:21.251 INFO kablam! | Oct 15 08:02:21.251 INFO kablam! 22 | dec = (dec * -1); Oct 15 08:02:21.251 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 15 08:02:21.251 INFO kablam! | Oct 15 08:02:21.251 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:02:21.251 INFO kablam! Oct 15 08:02:21.355 INFO kablam! warning: unused variable: `a` Oct 15 08:02:21.355 INFO kablam! --> src/main.rs:143:9 Oct 15 08:02:21.355 INFO kablam! | Oct 15 08:02:21.355 INFO kablam! 143 | for a in 0..62 { Oct 15 08:02:21.355 INFO kablam! | ^ help: consider using `_a` instead Oct 15 08:02:21.355 INFO kablam! | Oct 15 08:02:21.356 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:02:21.356 INFO kablam! Oct 15 08:02:21.383 INFO kablam! warning: variable does not need to be mutable Oct 15 08:02:21.383 INFO kablam! --> src/main.rs:264:9 Oct 15 08:02:21.384 INFO kablam! | Oct 15 08:02:21.384 INFO kablam! 264 | let mut mult = Term::new(get_numb()); Oct 15 08:02:21.385 INFO kablam! | ----^^^^ Oct 15 08:02:21.385 INFO kablam! | | Oct 15 08:02:21.385 INFO kablam! | help: remove this `mut` Oct 15 08:02:21.385 INFO kablam! | Oct 15 08:02:21.385 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:02:21.385 INFO kablam! Oct 15 08:02:21.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:02:21.385 INFO kablam! --> src/main.rs:241:5 Oct 15 08:02:21.385 INFO kablam! | Oct 15 08:02:21.385 INFO kablam! 241 | io::stdin().read_line(&mut inp); Oct 15 08:02:21.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:02:21.385 INFO kablam! | Oct 15 08:02:21.385 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:02:21.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:02:21.385 INFO kablam! Oct 15 08:02:22.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 15 08:02:22.059 INFO kablam! su: No module specific data is present Oct 15 08:02:23.266 INFO running `"docker" "rm" "-f" "f425659727845f9ff97c7cea12bd9cb82a306fdc35fae2dac6e5bf180b25e6ba"` Oct 15 08:02:23.703 INFO blam! f425659727845f9ff97c7cea12bd9cb82a306fdc35fae2dac6e5bf180b25e6ba Oct 15 08:02:23.713 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:24.124 INFO blam! be91438e5079729717922187e1e9878f7d2f428ed76198dda187a112e085d668 Oct 15 08:02:24.127 INFO running `"docker" "start" "-a" "be91438e5079729717922187e1e9878f7d2f428ed76198dda187a112e085d668"` Oct 15 08:02:25.631 INFO kablam! usermod: no changes Oct 15 08:02:25.705 INFO kablam! Compiling booths-algorithm v0.1.0 (/source) Oct 15 08:02:26.119 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 08:02:26.119 INFO kablam! --> src/main.rs:22:19 Oct 15 08:02:26.119 INFO kablam! | Oct 15 08:02:26.119 INFO kablam! 22 | dec = (dec * -1); Oct 15 08:02:26.119 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 15 08:02:26.119 INFO kablam! | Oct 15 08:02:26.119 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:02:26.119 INFO kablam! Oct 15 08:02:26.299 INFO kablam! warning: unused variable: `a` Oct 15 08:02:26.299 INFO kablam! --> src/main.rs:143:9 Oct 15 08:02:26.299 INFO kablam! | Oct 15 08:02:26.299 INFO kablam! 143 | for a in 0..62 { Oct 15 08:02:26.299 INFO kablam! | ^ help: consider using `_a` instead Oct 15 08:02:26.299 INFO kablam! | Oct 15 08:02:26.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:02:26.299 INFO kablam! Oct 15 08:02:26.331 INFO kablam! warning: variable does not need to be mutable Oct 15 08:02:26.331 INFO kablam! --> src/main.rs:264:9 Oct 15 08:02:26.332 INFO kablam! | Oct 15 08:02:26.332 INFO kablam! 264 | let mut mult = Term::new(get_numb()); Oct 15 08:02:26.332 INFO kablam! | ----^^^^ Oct 15 08:02:26.333 INFO kablam! | | Oct 15 08:02:26.333 INFO kablam! | help: remove this `mut` Oct 15 08:02:26.333 INFO kablam! | Oct 15 08:02:26.334 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:02:26.334 INFO kablam! Oct 15 08:02:26.334 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:02:26.335 INFO kablam! --> src/main.rs:241:5 Oct 15 08:02:26.335 INFO kablam! | Oct 15 08:02:26.335 INFO kablam! 241 | io::stdin().read_line(&mut inp); Oct 15 08:02:26.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:02:26.336 INFO kablam! | Oct 15 08:02:26.336 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:02:26.336 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:02:26.336 INFO kablam! Oct 15 08:02:26.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 15 08:02:26.823 INFO kablam! su: No module specific data is present Oct 15 08:02:27.444 INFO running `"docker" "rm" "-f" "be91438e5079729717922187e1e9878f7d2f428ed76198dda187a112e085d668"` Oct 15 08:02:27.666 INFO blam! be91438e5079729717922187e1e9878f7d2f428ed76198dda187a112e085d668 Oct 15 08:02:27.669 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:28.018 INFO blam! 9894a06c922855cb9b70ee75aeeedcd252e1e5fb74e69d1b0894353b4e81e719 Oct 15 08:02:28.020 INFO running `"docker" "start" "-a" "9894a06c922855cb9b70ee75aeeedcd252e1e5fb74e69d1b0894353b4e81e719"` Oct 15 08:02:28.657 INFO kablam! usermod: no changes Oct 15 08:02:28.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 08:02:28.714 INFO kablam! Running /target/debug/deps/booths_algorithm-1df60d0f0ed8f2fa Oct 15 08:02:28.715 INFO blam! Oct 15 08:02:28.715 INFO blam! running 0 tests Oct 15 08:02:28.715 INFO blam! Oct 15 08:02:28.715 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:02:28.715 INFO blam! Oct 15 08:02:28.716 INFO kablam! su: No module specific data is present Oct 15 08:02:29.567 INFO running `"docker" "rm" "-f" "9894a06c922855cb9b70ee75aeeedcd252e1e5fb74e69d1b0894353b4e81e719"` Oct 15 08:02:29.671 INFO blam! 9894a06c922855cb9b70ee75aeeedcd252e1e5fb74e69d1b0894353b4e81e719