Oct 14 21:06:53.853 INFO testing exitc0d3/factors-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:06:53.853 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 21:06:54.032 INFO blam! 231211a1c637e4db2867a8eb5fc96177ccff16902824d1220bf58831aa31537b Oct 14 21:06:54.037 INFO running `"docker" "start" "-a" "231211a1c637e4db2867a8eb5fc96177ccff16902824d1220bf58831aa31537b"` Oct 14 21:06:54.546 INFO kablam! usermod: no changes Oct 14 21:06:54.602 INFO kablam! Compiling rusty v0.1.0 (/source) Oct 14 21:06:54.829 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:06:54.829 INFO kablam! --> src/main.rs:8:12 Oct 14 21:06:54.829 INFO kablam! | Oct 14 21:06:54.829 INFO kablam! 8 | if (i%iter == 0) { Oct 14 21:06:54.829 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:06:54.829 INFO kablam! | Oct 14 21:06:54.829 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:06:54.829 INFO kablam! Oct 14 21:06:54.829 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:06:54.829 INFO kablam! --> src/main.rs:17:8 Oct 14 21:06:54.829 INFO kablam! | Oct 14 21:06:54.829 INFO kablam! 17 | if (factors.len() == 2) { Oct 14 21:06:54.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:06:54.829 INFO kablam! Oct 14 21:06:54.863 INFO kablam! warning: variable `maxPrime` should have a snake case name such as `max_prime` Oct 14 21:06:54.863 INFO kablam! --> src/main.rs:4:9 Oct 14 21:06:54.863 INFO kablam! | Oct 14 21:06:54.863 INFO kablam! 4 | let maxPrime: i64 = i/2; Oct 14 21:06:54.863 INFO kablam! | ^^^^^^^^ Oct 14 21:06:54.863 INFO kablam! | Oct 14 21:06:54.863 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:06:54.863 INFO kablam! Oct 14 21:06:55.178 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 14 21:06:55.182 INFO kablam! su: No module specific data is present Oct 14 21:06:55.566 INFO running `"docker" "rm" "-f" "231211a1c637e4db2867a8eb5fc96177ccff16902824d1220bf58831aa31537b"` Oct 14 21:06:55.666 INFO blam! 231211a1c637e4db2867a8eb5fc96177ccff16902824d1220bf58831aa31537b Oct 14 21:06:55.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 21:06:55.883 INFO blam! c356fcb7e43324bc86fcab640689187cceb26f920b4fc7267f9cc5978425d1d5 Oct 14 21:06:55.888 INFO running `"docker" "start" "-a" "c356fcb7e43324bc86fcab640689187cceb26f920b4fc7267f9cc5978425d1d5"` Oct 14 21:06:56.347 INFO kablam! usermod: no changes Oct 14 21:06:56.403 INFO kablam! Compiling rusty v0.1.0 (/source) Oct 14 21:06:56.667 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:06:56.667 INFO kablam! --> src/main.rs:8:12 Oct 14 21:06:56.668 INFO kablam! | Oct 14 21:06:56.668 INFO kablam! 8 | if (i%iter == 0) { Oct 14 21:06:56.668 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:06:56.669 INFO kablam! | Oct 14 21:06:56.669 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:06:56.678 INFO kablam! Oct 14 21:06:56.679 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:06:56.679 INFO kablam! --> src/main.rs:17:8 Oct 14 21:06:56.679 INFO kablam! | Oct 14 21:06:56.679 INFO kablam! 17 | if (factors.len() == 2) { Oct 14 21:06:56.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:06:56.679 INFO kablam! Oct 14 21:06:56.703 INFO kablam! warning: variable `maxPrime` should have a snake case name such as `max_prime` Oct 14 21:06:56.703 INFO kablam! --> src/main.rs:4:9 Oct 14 21:06:56.703 INFO kablam! | Oct 14 21:06:56.703 INFO kablam! 4 | let maxPrime: i64 = i/2; Oct 14 21:06:56.703 INFO kablam! | ^^^^^^^^ Oct 14 21:06:56.703 INFO kablam! | Oct 14 21:06:56.703 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:06:56.703 INFO kablam! Oct 14 21:06:57.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 14 21:06:57.077 INFO kablam! su: No module specific data is present Oct 14 21:06:57.380 INFO running `"docker" "rm" "-f" "c356fcb7e43324bc86fcab640689187cceb26f920b4fc7267f9cc5978425d1d5"` Oct 14 21:06:57.449 INFO blam! c356fcb7e43324bc86fcab640689187cceb26f920b4fc7267f9cc5978425d1d5 Oct 14 21:06:57.451 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 21:06:57.664 INFO blam! 2668eede3cf5a42b0a8d82ed7f6649e503068da82acfba9bacb1ec77dda5ae45 Oct 14 21:06:57.666 INFO running `"docker" "start" "-a" "2668eede3cf5a42b0a8d82ed7f6649e503068da82acfba9bacb1ec77dda5ae45"` Oct 14 21:06:58.095 INFO kablam! usermod: no changes Oct 14 21:06:58.117 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 21:06:58.117 INFO kablam! Running /target/debug/deps/rusty-f78fbb73b20c6558 Oct 14 21:06:58.120 INFO blam! Oct 14 21:06:58.120 INFO blam! running 0 tests Oct 14 21:06:58.120 INFO blam! Oct 14 21:06:58.120 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:06:58.120 INFO blam! Oct 14 21:06:58.123 INFO kablam! su: No module specific data is present Oct 14 21:06:58.422 INFO running `"docker" "rm" "-f" "2668eede3cf5a42b0a8d82ed7f6649e503068da82acfba9bacb1ec77dda5ae45"` Oct 14 21:06:58.552 INFO blam! 2668eede3cf5a42b0a8d82ed7f6649e503068da82acfba9bacb1ec77dda5ae45