Nov 16 21:31:47.556 INFO testing lelandbatey/rust_buddhabrot against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 21:31:47.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 21:31:47.987 INFO [stdout] b39b1ed55e2ab5a88e37da41632e452731732c4d8bd0814423356ac838aaf705 Nov 16 21:31:47.993 INFO running `"docker" "start" "-a" "b39b1ed55e2ab5a88e37da41632e452731732c4d8bd0814423356ac838aaf705"` Nov 16 21:31:50.015 INFO [stderr] usermod: no changes Nov 16 21:31:50.175 INFO [stderr] Compiling deflate v0.7.9 Nov 16 21:31:50.175 INFO [stderr] Compiling rayon-core v1.0.0 Nov 16 21:31:50.176 INFO [stderr] Compiling num-bigint v0.1.37 Nov 16 21:31:50.203 INFO [stderr] Compiling regex v0.2.2 Nov 16 21:31:56.107 INFO [stderr] Compiling rayon v0.7.0 Nov 16 21:31:56.328 INFO [stderr] Compiling num-rational v0.1.36 Nov 16 21:31:58.861 INFO [stderr] Compiling png v0.7.0 Nov 16 21:31:59.347 INFO [stderr] Compiling num v0.1.37 Nov 16 21:32:05.671 INFO [stderr] Compiling jpeg-decoder v0.1.12 Nov 16 21:32:11.203 INFO [stderr] Compiling image v0.13.0 Nov 16 21:32:21.542 INFO [stderr] Compiling buddhabrot v0.1.0 (/source) Nov 16 21:32:22.462 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 21:32:22.462 INFO [stderr] --> src/buddha.rs:168:34 Nov 16 21:32:22.462 INFO [stderr] | Nov 16 21:32:22.462 INFO [stderr] 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Nov 16 21:32:22.462 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 21:32:22.462 INFO [stderr] | Nov 16 21:32:22.462 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 16 21:32:22.462 INFO [stderr] Nov 16 21:32:22.462 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 21:32:22.462 INFO [stderr] --> src/buddha.rs:169:53 Nov 16 21:32:22.462 INFO [stderr] | Nov 16 21:32:22.462 INFO [stderr] 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Nov 16 21:32:22.462 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 21:32:22.462 INFO [stderr] Nov 16 21:32:22.462 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 21:32:22.462 INFO [stderr] --> src/buddha.rs:283:32 Nov 16 21:32:22.462 INFO [stderr] | Nov 16 21:32:22.462 INFO [stderr] 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Nov 16 21:32:22.462 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 21:32:22.462 INFO [stderr] Nov 16 21:32:25.901 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.86s Nov 16 21:32:25.908 INFO [stderr] su: No module specific data is present Nov 16 21:32:26.204 INFO running `"docker" "inspect" "b39b1ed55e2ab5a88e37da41632e452731732c4d8bd0814423356ac838aaf705"` Nov 16 21:32:26.286 INFO running `"docker" "rm" "-f" "b39b1ed55e2ab5a88e37da41632e452731732c4d8bd0814423356ac838aaf705"` Nov 16 21:32:26.400 INFO [stdout] b39b1ed55e2ab5a88e37da41632e452731732c4d8bd0814423356ac838aaf705 Nov 16 21:32:26.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 21:32:26.591 INFO [stdout] 97c48cf01bc2c9f0a5fbde2d2b3193d04d2430139a60cd63454122f06f48caac Nov 16 21:32:26.593 INFO running `"docker" "start" "-a" "97c48cf01bc2c9f0a5fbde2d2b3193d04d2430139a60cd63454122f06f48caac"` Nov 16 21:32:27.061 INFO [stderr] usermod: no changes Nov 16 21:32:27.174 INFO [stderr] Compiling buddhabrot v0.1.0 (/source) Nov 16 21:32:28.046 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 21:32:28.046 INFO [stderr] --> src/buddha.rs:168:34 Nov 16 21:32:28.046 INFO [stderr] | Nov 16 21:32:28.046 INFO [stderr] 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Nov 16 21:32:28.046 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 21:32:28.046 INFO [stderr] | Nov 16 21:32:28.047 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 16 21:32:28.047 INFO [stderr] Nov 16 21:32:28.047 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 21:32:28.047 INFO [stderr] --> src/buddha.rs:169:53 Nov 16 21:32:28.047 INFO [stderr] | Nov 16 21:32:28.047 INFO [stderr] 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Nov 16 21:32:28.047 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 21:32:28.047 INFO [stderr] Nov 16 21:32:28.047 INFO [stderr] warning: unnecessary parentheses around function argument Nov 16 21:32:28.047 INFO [stderr] --> src/buddha.rs:283:32 Nov 16 21:32:28.047 INFO [stderr] | Nov 16 21:32:28.047 INFO [stderr] 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Nov 16 21:32:28.047 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 16 21:32:28.047 INFO [stderr] Nov 16 21:32:28.696 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.61s Nov 16 21:32:28.703 INFO [stderr] su: No module specific data is present Nov 16 21:32:28.974 INFO running `"docker" "inspect" "97c48cf01bc2c9f0a5fbde2d2b3193d04d2430139a60cd63454122f06f48caac"` Nov 16 21:32:29.089 INFO running `"docker" "rm" "-f" "97c48cf01bc2c9f0a5fbde2d2b3193d04d2430139a60cd63454122f06f48caac"` Nov 16 21:32:29.243 INFO [stdout] 97c48cf01bc2c9f0a5fbde2d2b3193d04d2430139a60cd63454122f06f48caac Nov 16 21:32:29.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 21:32:29.502 INFO [stdout] f2e5ff800ab9ec9a4a92f7035a55b294dff003e3c2f28768e62126ea356be5ef Nov 16 21:32:29.503 INFO running `"docker" "start" "-a" "f2e5ff800ab9ec9a4a92f7035a55b294dff003e3c2f28768e62126ea356be5ef"` Nov 16 21:32:30.269 INFO [stderr] usermod: no changes Nov 16 21:32:30.353 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Nov 16 21:32:30.371 INFO [stderr] Running /target/debug/deps/buddhabrot-32d78afb647ae072 Nov 16 21:32:30.371 INFO [stdout] Nov 16 21:32:30.371 INFO [stdout] running 0 tests Nov 16 21:32:30.371 INFO [stdout] Nov 16 21:32:30.371 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 21:32:30.371 INFO [stdout] Nov 16 21:32:30.371 INFO [stderr] su: No module specific data is present Nov 16 21:32:30.799 INFO running `"docker" "inspect" "f2e5ff800ab9ec9a4a92f7035a55b294dff003e3c2f28768e62126ea356be5ef"` Nov 16 21:32:31.115 INFO running `"docker" "rm" "-f" "f2e5ff800ab9ec9a4a92f7035a55b294dff003e3c2f28768e62126ea356be5ef"` Nov 16 21:32:31.382 INFO [stdout] f2e5ff800ab9ec9a4a92f7035a55b294dff003e3c2f28768e62126ea356be5ef