Oct 10 23:18:33.308 INFO testing exitc0d3/factors-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:18:33.308 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:18:33.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:18:33.756 INFO blam! 813b2583194718ed6b433193ffccfcf17fea318a250d7c427baf01bfcbdcdd1a Oct 10 23:18:33.784 INFO running `"docker" "start" "-a" "813b2583194718ed6b433193ffccfcf17fea318a250d7c427baf01bfcbdcdd1a"` Oct 10 23:18:34.868 INFO kablam! usermod: no changes Oct 10 23:18:34.887 INFO kablam! Compiling rusty v0.1.0 (/source) Oct 10 23:18:35.001 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:18:35.001 INFO kablam! --> src/main.rs:8:12 Oct 10 23:18:35.001 INFO kablam! | Oct 10 23:18:35.001 INFO kablam! 8 | if (i%iter == 0) { Oct 10 23:18:35.001 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:18:35.001 INFO kablam! | Oct 10 23:18:35.001 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:18:35.001 INFO kablam! Oct 10 23:18:35.001 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:18:35.001 INFO kablam! --> src/main.rs:17:8 Oct 10 23:18:35.001 INFO kablam! | Oct 10 23:18:35.001 INFO kablam! 17 | if (factors.len() == 2) { Oct 10 23:18:35.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:18:35.001 INFO kablam! Oct 10 23:18:35.027 INFO kablam! warning: variable `maxPrime` should have a snake case name such as `max_prime` Oct 10 23:18:35.027 INFO kablam! --> src/main.rs:4:9 Oct 10 23:18:35.027 INFO kablam! | Oct 10 23:18:35.027 INFO kablam! 4 | let maxPrime: i64 = i/2; Oct 10 23:18:35.027 INFO kablam! | ^^^^^^^^ Oct 10 23:18:35.027 INFO kablam! | Oct 10 23:18:35.027 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:18:35.027 INFO kablam! Oct 10 23:18:35.348 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.47s Oct 10 23:18:35.352 INFO kablam! su: No module specific data is present Oct 10 23:18:35.690 INFO running `"docker" "rm" "-f" "813b2583194718ed6b433193ffccfcf17fea318a250d7c427baf01bfcbdcdd1a"` Oct 10 23:18:35.752 INFO blam! 813b2583194718ed6b433193ffccfcf17fea318a250d7c427baf01bfcbdcdd1a Oct 10 23:18:35.753 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:18:35.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:18:36.015 INFO blam! b8102c644dbf35a9dca8b9d2c9a83773d244fa1d96b18c02aaab6a1010858c7e Oct 10 23:18:36.019 INFO running `"docker" "start" "-a" "b8102c644dbf35a9dca8b9d2c9a83773d244fa1d96b18c02aaab6a1010858c7e"` Oct 10 23:18:36.446 INFO kablam! usermod: no changes Oct 10 23:18:36.474 INFO kablam! Compiling rusty v0.1.0 (/source) Oct 10 23:18:36.645 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:18:36.645 INFO kablam! --> src/main.rs:8:12 Oct 10 23:18:36.645 INFO kablam! | Oct 10 23:18:36.645 INFO kablam! 8 | if (i%iter == 0) { Oct 10 23:18:36.645 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:18:36.645 INFO kablam! | Oct 10 23:18:36.645 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:18:36.645 INFO kablam! Oct 10 23:18:36.645 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:18:36.645 INFO kablam! --> src/main.rs:17:8 Oct 10 23:18:36.645 INFO kablam! | Oct 10 23:18:36.645 INFO kablam! 17 | if (factors.len() == 2) { Oct 10 23:18:36.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:18:36.645 INFO kablam! Oct 10 23:18:36.679 INFO kablam! warning: variable `maxPrime` should have a snake case name such as `max_prime` Oct 10 23:18:36.679 INFO kablam! --> src/main.rs:4:9 Oct 10 23:18:36.679 INFO kablam! | Oct 10 23:18:36.679 INFO kablam! 4 | let maxPrime: i64 = i/2; Oct 10 23:18:36.679 INFO kablam! | ^^^^^^^^ Oct 10 23:18:36.679 INFO kablam! | Oct 10 23:18:36.679 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:18:36.679 INFO kablam! Oct 10 23:18:37.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 10 23:18:37.065 INFO kablam! su: No module specific data is present Oct 10 23:18:37.326 INFO running `"docker" "rm" "-f" "b8102c644dbf35a9dca8b9d2c9a83773d244fa1d96b18c02aaab6a1010858c7e"` Oct 10 23:18:37.441 INFO blam! b8102c644dbf35a9dca8b9d2c9a83773d244fa1d96b18c02aaab6a1010858c7e Oct 10 23:18:37.444 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:18:37.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:18:37.652 INFO blam! f7c6e892744274d92649a79d0c7f97565a5898e9c3ee1a85b438fe9fd6757bf5 Oct 10 23:18:37.652 INFO running `"docker" "start" "-a" "f7c6e892744274d92649a79d0c7f97565a5898e9c3ee1a85b438fe9fd6757bf5"` Oct 10 23:18:38.227 INFO kablam! usermod: no changes Oct 10 23:18:38.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 23:18:38.260 INFO kablam! Running /target/debug/deps/rusty-d42facc2c1601871 Oct 10 23:18:38.268 INFO blam! Oct 10 23:18:38.269 INFO blam! running 0 tests Oct 10 23:18:38.269 INFO blam! Oct 10 23:18:38.269 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:18:38.270 INFO blam! Oct 10 23:18:38.273 INFO kablam! su: No module specific data is present Oct 10 23:18:38.539 INFO running `"docker" "rm" "-f" "f7c6e892744274d92649a79d0c7f97565a5898e9c3ee1a85b438fe9fd6757bf5"` Oct 10 23:18:38.721 INFO blam! f7c6e892744274d92649a79d0c7f97565a5898e9c3ee1a85b438fe9fd6757bf5