Oct 14 13:57:44.513 INFO testing lelandbatey/rust_buddhabrot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:57:44.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:57:45.076 INFO blam! 00c1207f0a13e346992dff62bc56d94240da06c5b65ead9f04645e5f4b3c9f71 Oct 14 13:57:45.078 INFO running `"docker" "start" "-a" "00c1207f0a13e346992dff62bc56d94240da06c5b65ead9f04645e5f4b3c9f71"` Oct 14 13:57:47.637 INFO kablam! usermod: no changes Oct 14 13:57:47.787 INFO kablam! Compiling rayon-core v1.0.0 Oct 14 13:57:47.787 INFO kablam! Compiling deque v0.3.2 Oct 14 13:57:47.787 INFO kablam! Compiling dtoa v0.4.1 Oct 14 13:57:47.787 INFO kablam! Compiling itoa v0.3.1 Oct 14 13:57:47.787 INFO kablam! Compiling serde v1.0.8 Oct 14 13:57:47.787 INFO kablam! Compiling rand v0.3.15 Oct 14 13:57:47.787 INFO kablam! Compiling num_cpus v1.4.0 Oct 14 13:57:47.787 INFO kablam! Compiling thread-id v3.1.0 Oct 14 13:57:49.283 INFO kablam! Compiling memchr v1.0.1 Oct 14 13:57:49.693 INFO kablam! Compiling time v0.1.37 Oct 14 13:57:50.265 INFO kablam! Compiling num-integer v0.1.34 Oct 14 13:57:51.379 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 13:57:52.964 INFO kablam! Compiling num-complex v0.1.37 Oct 14 13:57:52.966 INFO kablam! Compiling deflate v0.7.9 Oct 14 13:57:53.036 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 13:57:53.039 INFO kablam! Compiling thread_local v0.3.3 Oct 14 13:57:53.443 INFO kablam! Compiling num-iter v0.1.33 Oct 14 13:57:55.175 INFO kablam! Compiling serde_derive v1.0.8 Oct 14 13:57:59.235 INFO kablam! Compiling regex v0.2.2 Oct 14 13:58:01.391 INFO kablam! Compiling num-bigint v0.1.37 Oct 14 13:58:06.748 INFO kablam! Compiling png v0.7.0 Oct 14 13:58:11.379 INFO kablam! Compiling rayon v0.7.0 Oct 14 13:58:11.584 INFO kablam! Compiling num-rational v0.1.36 Oct 14 13:58:14.267 INFO kablam! Compiling num v0.1.37 Oct 14 13:58:29.625 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 14 13:58:37.764 INFO kablam! Compiling image v0.13.0 Oct 14 13:58:41.479 INFO kablam! Compiling serde_json v1.0.2 Oct 14 13:58:58.243 INFO kablam! Compiling buddhabrot v0.1.0 (/source) Oct 14 13:58:58.771 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 13:58:58.771 INFO kablam! --> src/buddha.rs:168:34 Oct 14 13:58:58.771 INFO kablam! | Oct 14 13:58:58.771 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 14 13:58:58.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 13:58:58.771 INFO kablam! | Oct 14 13:58:58.771 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 13:58:58.771 INFO kablam! Oct 14 13:58:58.771 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 13:58:58.771 INFO kablam! --> src/buddha.rs:169:53 Oct 14 13:58:58.771 INFO kablam! | Oct 14 13:58:58.771 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 14 13:58:58.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 13:58:58.771 INFO kablam! Oct 14 13:58:58.771 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 13:58:58.771 INFO kablam! --> src/buddha.rs:283:32 Oct 14 13:58:58.771 INFO kablam! | Oct 14 13:58:58.771 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 14 13:58:58.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 13:58:58.771 INFO kablam! Oct 14 13:59:03.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 14 13:59:03.528 INFO kablam! su: No module specific data is present Oct 14 13:59:04.185 INFO running `"docker" "rm" "-f" "00c1207f0a13e346992dff62bc56d94240da06c5b65ead9f04645e5f4b3c9f71"` Oct 14 13:59:04.415 INFO blam! 00c1207f0a13e346992dff62bc56d94240da06c5b65ead9f04645e5f4b3c9f71 Oct 14 13:59:04.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:59:04.871 INFO blam! 3e41caec7cff938c503fb1c0c67de47f7a981692401493fda0118510ff2caba2 Oct 14 13:59:04.872 INFO running `"docker" "start" "-a" "3e41caec7cff938c503fb1c0c67de47f7a981692401493fda0118510ff2caba2"` Oct 14 13:59:06.521 INFO kablam! usermod: no changes Oct 14 13:59:06.621 INFO kablam! Compiling buddhabrot v0.1.0 (/source) Oct 14 13:59:07.191 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 13:59:07.191 INFO kablam! --> src/buddha.rs:168:34 Oct 14 13:59:07.191 INFO kablam! | Oct 14 13:59:07.191 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 14 13:59:07.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 13:59:07.191 INFO kablam! | Oct 14 13:59:07.191 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 13:59:07.191 INFO kablam! Oct 14 13:59:07.191 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 13:59:07.191 INFO kablam! --> src/buddha.rs:169:53 Oct 14 13:59:07.191 INFO kablam! | Oct 14 13:59:07.191 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 14 13:59:07.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 13:59:07.192 INFO kablam! Oct 14 13:59:07.192 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 13:59:07.192 INFO kablam! --> src/buddha.rs:283:32 Oct 14 13:59:07.192 INFO kablam! | Oct 14 13:59:07.192 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 14 13:59:07.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 13:59:07.193 INFO kablam! Oct 14 13:59:08.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 14 13:59:08.265 INFO kablam! su: No module specific data is present Oct 14 13:59:08.979 INFO running `"docker" "rm" "-f" "3e41caec7cff938c503fb1c0c67de47f7a981692401493fda0118510ff2caba2"` Oct 14 13:59:09.255 INFO blam! 3e41caec7cff938c503fb1c0c67de47f7a981692401493fda0118510ff2caba2 Oct 14 13:59:09.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 13:59:09.723 INFO blam! faa41abff599495a6661901cf50852921bba8e9d4a2eda0180e045f4d9a7eaf1 Oct 14 13:59:09.727 INFO running `"docker" "start" "-a" "faa41abff599495a6661901cf50852921bba8e9d4a2eda0180e045f4d9a7eaf1"` Oct 14 13:59:10.478 INFO kablam! usermod: no changes Oct 14 13:59:10.598 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 13:59:10.623 INFO kablam! Running /target/debug/deps/buddhabrot-b1d164b721fe758c Oct 14 13:59:10.630 INFO kablam! su: No module specific data is present Oct 14 13:59:10.630 INFO blam! Oct 14 13:59:10.630 INFO blam! running 0 tests Oct 14 13:59:10.630 INFO blam! Oct 14 13:59:10.630 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:59:10.630 INFO blam! Oct 14 13:59:11.332 INFO running `"docker" "rm" "-f" "faa41abff599495a6661901cf50852921bba8e9d4a2eda0180e045f4d9a7eaf1"` Oct 14 13:59:11.555 INFO blam! faa41abff599495a6661901cf50852921bba8e9d4a2eda0180e045f4d9a7eaf1