Oct 12 06:00:58.083 INFO testing anl-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:00:58.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:00:58.559 INFO blam! 7ae88f6027180f979663f475e4e18d897c4bd8ae8f64bd4a034a074ae692c7ed Oct 12 06:00:58.561 INFO running `"docker" "start" "-a" "7ae88f6027180f979663f475e4e18d897c4bd8ae8f64bd4a034a074ae692c7ed"` Oct 12 06:00:59.773 INFO kablam! usermod: no changes Oct 12 06:00:59.920 INFO kablam! Compiling anl v0.3.0 (/source) Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1586:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1586 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1587:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1587 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1600:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1600 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1601:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1601 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1602:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1602 | let zs = interp((z - z0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1618:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1618 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1619:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1619 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1620:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1620 | let zs = interp((z - z0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.545 INFO kablam! --> src/noise_gen.rs:1621:18 Oct 12 06:01:00.545 INFO kablam! | Oct 12 06:01:00.545 INFO kablam! 1621 | let ws = interp((w - w0 as f64)); Oct 12 06:01:00.545 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.545 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1641:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1641 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1642:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1642 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1643:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1643 | let zs = interp((z - z0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1644:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1644 | let ws = interp((w - w0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1645:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1645 | let us = interp((u - u0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1646:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1646 | let vs = interp((v - v0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1658:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1658 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1659:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1659 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1673:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1673 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1674:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1674 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1675:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1675 | let zs = interp((z - z0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1691:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1691 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1692:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1692 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1693:18 Oct 12 06:01:00.546 INFO kablam! | Oct 12 06:01:00.546 INFO kablam! 1693 | let zs = interp((z - z0 as f64)); Oct 12 06:01:00.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.546 INFO kablam! Oct 12 06:01:00.546 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.546 INFO kablam! --> src/noise_gen.rs:1694:18 Oct 12 06:01:00.547 INFO kablam! | Oct 12 06:01:00.547 INFO kablam! 1694 | let ws = interp((w - w0 as f64)); Oct 12 06:01:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.547 INFO kablam! Oct 12 06:01:00.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.547 INFO kablam! --> src/noise_gen.rs:1714:18 Oct 12 06:01:00.547 INFO kablam! | Oct 12 06:01:00.547 INFO kablam! 1714 | let xs = interp((x - x0 as f64)); Oct 12 06:01:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.547 INFO kablam! Oct 12 06:01:00.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.547 INFO kablam! --> src/noise_gen.rs:1715:18 Oct 12 06:01:00.547 INFO kablam! | Oct 12 06:01:00.547 INFO kablam! 1715 | let ys = interp((y - y0 as f64)); Oct 12 06:01:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.547 INFO kablam! Oct 12 06:01:00.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.547 INFO kablam! --> src/noise_gen.rs:1716:18 Oct 12 06:01:00.547 INFO kablam! | Oct 12 06:01:00.547 INFO kablam! 1716 | let zs = interp((z - z0 as f64)); Oct 12 06:01:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.547 INFO kablam! Oct 12 06:01:00.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.547 INFO kablam! --> src/noise_gen.rs:1717:18 Oct 12 06:01:00.547 INFO kablam! | Oct 12 06:01:00.547 INFO kablam! 1717 | let ws = interp((w - w0 as f64)); Oct 12 06:01:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.547 INFO kablam! Oct 12 06:01:00.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.547 INFO kablam! --> src/noise_gen.rs:1718:18 Oct 12 06:01:00.547 INFO kablam! | Oct 12 06:01:00.547 INFO kablam! 1718 | let us = interp((u - u0 as f64)); Oct 12 06:01:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.547 INFO kablam! Oct 12 06:01:00.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.547 INFO kablam! --> src/noise_gen.rs:1719:18 Oct 12 06:01:00.547 INFO kablam! | Oct 12 06:01:00.547 INFO kablam! 1719 | let vs = interp((v - v0 as f64)); Oct 12 06:01:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.547 INFO kablam! Oct 12 06:01:00.564 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.564 INFO kablam! --> src/rgba_blend.rs:73:20 Oct 12 06:01:00.564 INFO kablam! | Oct 12 06:01:00.564 INFO kablam! 73 | Rgba::with_all((low[0] + control * (high[0] - low[0])), Oct 12 06:01:00.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.564 INFO kablam! Oct 12 06:01:00.564 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.564 INFO kablam! --> src/rgba_blend.rs:74:20 Oct 12 06:01:00.564 INFO kablam! | Oct 12 06:01:00.564 INFO kablam! 74 | (low[1] + control * (high[1] - low[1])), Oct 12 06:01:00.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.564 INFO kablam! Oct 12 06:01:00.564 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.564 INFO kablam! --> src/rgba_blend.rs:75:20 Oct 12 06:01:00.564 INFO kablam! | Oct 12 06:01:00.564 INFO kablam! 75 | (low[2] + control * (high[2] - low[2])), Oct 12 06:01:00.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.564 INFO kablam! Oct 12 06:01:00.564 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:00.564 INFO kablam! --> src/rgba_blend.rs:76:20 Oct 12 06:01:00.564 INFO kablam! | Oct 12 06:01:00.564 INFO kablam! 76 | (low[3] + control * (high[3] - low[3]))) Oct 12 06:01:00.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:00.564 INFO kablam! Oct 12 06:01:04.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.87s Oct 12 06:01:04.677 INFO kablam! su: No module specific data is present Oct 12 06:01:05.606 INFO running `"docker" "rm" "-f" "7ae88f6027180f979663f475e4e18d897c4bd8ae8f64bd4a034a074ae692c7ed"` Oct 12 06:01:05.860 INFO blam! 7ae88f6027180f979663f475e4e18d897c4bd8ae8f64bd4a034a074ae692c7ed Oct 12 06:01:05.868 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:01:06.389 INFO blam! ff405d75159c00662799a40f8e22839e9c516daffc9841e1b44b10c1bd2398a8 Oct 12 06:01:06.392 INFO running `"docker" "start" "-a" "ff405d75159c00662799a40f8e22839e9c516daffc9841e1b44b10c1bd2398a8"` Oct 12 06:01:08.103 INFO kablam! usermod: no changes Oct 12 06:01:08.284 INFO kablam! Compiling png v0.5.2 Oct 12 06:01:10.410 INFO kablam! Compiling image v0.10.4 Oct 12 06:01:25.879 INFO kablam! Compiling anl v0.3.0 (/source) Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1586:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1586 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1587:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1587 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1600:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1600 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1601:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1601 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1602:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1602 | let zs = interp((z - z0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1618:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1618 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1619:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1619 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1620:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1620 | let zs = interp((z - z0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1621:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1621 | let ws = interp((w - w0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1641:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1641 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1642:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1642 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.941 INFO kablam! Oct 12 06:01:26.941 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.941 INFO kablam! --> src/noise_gen.rs:1643:18 Oct 12 06:01:26.941 INFO kablam! | Oct 12 06:01:26.941 INFO kablam! 1643 | let zs = interp((z - z0 as f64)); Oct 12 06:01:26.941 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1644:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1644 | let ws = interp((w - w0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1645:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1645 | let us = interp((u - u0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1646:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1646 | let vs = interp((v - v0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1658:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1658 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1659:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1659 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1673:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1673 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1674:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1674 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1675:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1675 | let zs = interp((z - z0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1691:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1691 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1692:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1692 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.942 INFO kablam! Oct 12 06:01:26.942 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.942 INFO kablam! --> src/noise_gen.rs:1693:18 Oct 12 06:01:26.942 INFO kablam! | Oct 12 06:01:26.942 INFO kablam! 1693 | let zs = interp((z - z0 as f64)); Oct 12 06:01:26.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.944 INFO kablam! Oct 12 06:01:26.944 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.944 INFO kablam! --> src/noise_gen.rs:1694:18 Oct 12 06:01:26.944 INFO kablam! | Oct 12 06:01:26.944 INFO kablam! 1694 | let ws = interp((w - w0 as f64)); Oct 12 06:01:26.944 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.944 INFO kablam! Oct 12 06:01:26.944 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.944 INFO kablam! --> src/noise_gen.rs:1714:18 Oct 12 06:01:26.944 INFO kablam! | Oct 12 06:01:26.944 INFO kablam! 1714 | let xs = interp((x - x0 as f64)); Oct 12 06:01:26.944 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.944 INFO kablam! Oct 12 06:01:26.944 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.944 INFO kablam! --> src/noise_gen.rs:1715:18 Oct 12 06:01:26.944 INFO kablam! | Oct 12 06:01:26.944 INFO kablam! 1715 | let ys = interp((y - y0 as f64)); Oct 12 06:01:26.944 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.944 INFO kablam! Oct 12 06:01:26.944 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.944 INFO kablam! --> src/noise_gen.rs:1716:18 Oct 12 06:01:26.944 INFO kablam! | Oct 12 06:01:26.944 INFO kablam! 1716 | let zs = interp((z - z0 as f64)); Oct 12 06:01:26.944 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.944 INFO kablam! Oct 12 06:01:26.948 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.948 INFO kablam! --> src/noise_gen.rs:1717:18 Oct 12 06:01:26.948 INFO kablam! | Oct 12 06:01:26.948 INFO kablam! 1717 | let ws = interp((w - w0 as f64)); Oct 12 06:01:26.948 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.948 INFO kablam! Oct 12 06:01:26.948 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.948 INFO kablam! --> src/noise_gen.rs:1718:18 Oct 12 06:01:26.948 INFO kablam! | Oct 12 06:01:26.948 INFO kablam! 1718 | let us = interp((u - u0 as f64)); Oct 12 06:01:26.948 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.948 INFO kablam! Oct 12 06:01:26.948 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.948 INFO kablam! --> src/noise_gen.rs:1719:18 Oct 12 06:01:26.948 INFO kablam! | Oct 12 06:01:26.948 INFO kablam! 1719 | let vs = interp((v - v0 as f64)); Oct 12 06:01:26.948 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.948 INFO kablam! Oct 12 06:01:26.960 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.960 INFO kablam! --> src/rgba_blend.rs:73:20 Oct 12 06:01:26.960 INFO kablam! | Oct 12 06:01:26.960 INFO kablam! 73 | Rgba::with_all((low[0] + control * (high[0] - low[0])), Oct 12 06:01:26.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.960 INFO kablam! Oct 12 06:01:26.960 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.960 INFO kablam! --> src/rgba_blend.rs:74:20 Oct 12 06:01:26.960 INFO kablam! | Oct 12 06:01:26.960 INFO kablam! 74 | (low[1] + control * (high[1] - low[1])), Oct 12 06:01:26.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.960 INFO kablam! Oct 12 06:01:26.960 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.960 INFO kablam! --> src/rgba_blend.rs:75:20 Oct 12 06:01:26.960 INFO kablam! | Oct 12 06:01:26.960 INFO kablam! 75 | (low[2] + control * (high[2] - low[2])), Oct 12 06:01:26.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.960 INFO kablam! Oct 12 06:01:26.960 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:01:26.960 INFO kablam! --> src/rgba_blend.rs:76:20 Oct 12 06:01:26.960 INFO kablam! | Oct 12 06:01:26.960 INFO kablam! 76 | (low[3] + control * (high[3] - low[3]))) Oct 12 06:01:26.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:01:26.960 INFO kablam! Oct 12 06:01:27.079 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:01:27.079 INFO kablam! --> examples/intro.rs:20:2 Oct 12 06:01:27.079 INFO kablam! | Oct 12 06:01:27.079 INFO kablam! 20 | /// This example is kind of a neat one (if a trifle useless). Oct 12 06:01:27.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:01:27.079 INFO kablam! | Oct 12 06:01:27.079 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 06:01:27.079 INFO kablam! Oct 12 06:01:27.079 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:01:27.079 INFO kablam! --> examples/intro.rs:45:2 Oct 12 06:01:27.079 INFO kablam! | Oct 12 06:01:27.080 INFO kablam! 45 | /// AutoCorrect modules attempt to "tame" the output of a function and remap it to a different range. Some functions (mult-fractals especially) Oct 12 06:01:27.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:01:27.080 INFO kablam! Oct 12 06:01:27.080 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:01:27.080 INFO kablam! --> examples/intro.rs:75:2 Oct 12 06:01:27.080 INFO kablam! | Oct 12 06:01:27.080 INFO kablam! 75 | /// The next function created is an RGBA function, CompositeChannels. This function accepts up to 4 inputs from Implicit modules, one each for the channels Oct 12 06:01:27.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:01:27.080 INFO kablam! Oct 12 06:01:27.080 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:01:27.080 INFO kablam! --> examples/intro.rs:89:2 Oct 12 06:01:27.080 INFO kablam! | Oct 12 06:01:27.080 INFO kablam! 89 | /// snuk182 - ATTENTION. The RotateColor here does not work as intended and is not used in this example. Should be a bug in a Rust version. Oct 12 06:01:27.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:01:27.080 INFO kablam! Oct 12 06:01:32.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.55s Oct 12 06:01:32.681 INFO kablam! su: No module specific data is present Oct 12 06:01:33.198 INFO running `"docker" "rm" "-f" "ff405d75159c00662799a40f8e22839e9c516daffc9841e1b44b10c1bd2398a8"` Oct 12 06:01:33.444 INFO blam! ff405d75159c00662799a40f8e22839e9c516daffc9841e1b44b10c1bd2398a8