Sep 18 03:46:48.008 INFO checking anl-0.3.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:46:48.008 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:46:48.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:46:48.179 INFO blam! 14c2a72ea3adcdd76e2591435ad28a117252918b3afa6babdcc57dad66cd586d Sep 18 03:46:48.181 INFO running `"docker" "start" "-a" "14c2a72ea3adcdd76e2591435ad28a117252918b3afa6babdcc57dad66cd586d"` Sep 18 03:46:49.276 INFO kablam! usermod: no changes Sep 18 03:46:49.361 INFO kablam! Checking png v0.5.2 Sep 18 03:46:49.361 INFO kablam! Checking anl v0.3.0 (/source) Sep 18 03:46:50.006 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.006 INFO kablam! --> src/noise_gen.rs:1586:18 Sep 18 03:46:50.006 INFO kablam! | Sep 18 03:46:50.006 INFO kablam! 1586 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.006 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.006 INFO kablam! | Sep 18 03:46:50.006 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 03:46:50.006 INFO kablam! Sep 18 03:46:50.006 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.006 INFO kablam! --> src/noise_gen.rs:1587:18 Sep 18 03:46:50.006 INFO kablam! | Sep 18 03:46:50.006 INFO kablam! 1587 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.006 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.006 INFO kablam! Sep 18 03:46:50.006 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.006 INFO kablam! --> src/noise_gen.rs:1600:18 Sep 18 03:46:50.006 INFO kablam! | Sep 18 03:46:50.006 INFO kablam! 1600 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.006 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.006 INFO kablam! Sep 18 03:46:50.006 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.006 INFO kablam! --> src/noise_gen.rs:1601:18 Sep 18 03:46:50.006 INFO kablam! | Sep 18 03:46:50.006 INFO kablam! 1601 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.006 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.007 INFO kablam! Sep 18 03:46:50.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.007 INFO kablam! --> src/noise_gen.rs:1602:18 Sep 18 03:46:50.007 INFO kablam! | Sep 18 03:46:50.007 INFO kablam! 1602 | let zs = interp((z - z0 as f64)); Sep 18 03:46:50.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.007 INFO kablam! Sep 18 03:46:50.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.007 INFO kablam! --> src/noise_gen.rs:1618:18 Sep 18 03:46:50.007 INFO kablam! | Sep 18 03:46:50.007 INFO kablam! 1618 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.007 INFO kablam! Sep 18 03:46:50.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.007 INFO kablam! --> src/noise_gen.rs:1619:18 Sep 18 03:46:50.007 INFO kablam! | Sep 18 03:46:50.007 INFO kablam! 1619 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.007 INFO kablam! Sep 18 03:46:50.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.007 INFO kablam! --> src/noise_gen.rs:1620:18 Sep 18 03:46:50.007 INFO kablam! | Sep 18 03:46:50.007 INFO kablam! 1620 | let zs = interp((z - z0 as f64)); Sep 18 03:46:50.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.007 INFO kablam! Sep 18 03:46:50.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.007 INFO kablam! --> src/noise_gen.rs:1621:18 Sep 18 03:46:50.007 INFO kablam! | Sep 18 03:46:50.007 INFO kablam! 1621 | let ws = interp((w - w0 as f64)); Sep 18 03:46:50.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.007 INFO kablam! Sep 18 03:46:50.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.007 INFO kablam! --> src/noise_gen.rs:1641:18 Sep 18 03:46:50.007 INFO kablam! | Sep 18 03:46:50.007 INFO kablam! 1641 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.007 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.007 INFO kablam! Sep 18 03:46:50.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.007 INFO kablam! --> src/noise_gen.rs:1642:18 Sep 18 03:46:50.007 INFO kablam! | Sep 18 03:46:50.007 INFO kablam! 1642 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1643:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1643 | let zs = interp((z - z0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1644:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1644 | let ws = interp((w - w0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1645:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1645 | let us = interp((u - u0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1646:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1646 | let vs = interp((v - v0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1658:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1658 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1659:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1659 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1673:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1673 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1674:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.008 INFO kablam! 1674 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.008 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.008 INFO kablam! Sep 18 03:46:50.008 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.008 INFO kablam! --> src/noise_gen.rs:1675:18 Sep 18 03:46:50.008 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1675 | let zs = interp((z - z0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1691:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1691 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1692:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1692 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1693:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1693 | let zs = interp((z - z0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1694:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1694 | let ws = interp((w - w0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1714:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1714 | let xs = interp((x - x0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1715:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1715 | let ys = interp((y - y0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1716:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1716 | let zs = interp((z - z0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1717:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.009 INFO kablam! 1717 | let ws = interp((w - w0 as f64)); Sep 18 03:46:50.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.009 INFO kablam! Sep 18 03:46:50.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.009 INFO kablam! --> src/noise_gen.rs:1718:18 Sep 18 03:46:50.009 INFO kablam! | Sep 18 03:46:50.010 INFO kablam! 1718 | let us = interp((u - u0 as f64)); Sep 18 03:46:50.010 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.010 INFO kablam! Sep 18 03:46:50.010 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.010 INFO kablam! --> src/noise_gen.rs:1719:18 Sep 18 03:46:50.010 INFO kablam! | Sep 18 03:46:50.010 INFO kablam! 1719 | let vs = interp((v - v0 as f64)); Sep 18 03:46:50.010 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.010 INFO kablam! Sep 18 03:46:50.020 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.020 INFO kablam! --> src/rgba_blend.rs:73:20 Sep 18 03:46:50.020 INFO kablam! | Sep 18 03:46:50.020 INFO kablam! 73 | Rgba::with_all((low[0] + control * (high[0] - low[0])), Sep 18 03:46:50.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.020 INFO kablam! Sep 18 03:46:50.020 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.021 INFO kablam! --> src/rgba_blend.rs:74:20 Sep 18 03:46:50.021 INFO kablam! | Sep 18 03:46:50.021 INFO kablam! 74 | (low[1] + control * (high[1] - low[1])), Sep 18 03:46:50.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.021 INFO kablam! Sep 18 03:46:50.021 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.021 INFO kablam! --> src/rgba_blend.rs:75:20 Sep 18 03:46:50.021 INFO kablam! | Sep 18 03:46:50.021 INFO kablam! 75 | (low[2] + control * (high[2] - low[2])), Sep 18 03:46:50.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.021 INFO kablam! Sep 18 03:46:50.021 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:50.021 INFO kablam! --> src/rgba_blend.rs:76:20 Sep 18 03:46:50.021 INFO kablam! | Sep 18 03:46:50.021 INFO kablam! 76 | (low[3] + control * (high[3] - low[3]))) Sep 18 03:46:50.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:50.021 INFO kablam! Sep 18 03:46:50.423 INFO kablam! Checking image v0.10.4 Sep 18 03:46:56.926 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.927 INFO kablam! --> src/noise_gen.rs:1586:18 Sep 18 03:46:56.927 INFO kablam! | Sep 18 03:46:56.927 INFO kablam! 1586 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.927 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.927 INFO kablam! | Sep 18 03:46:56.927 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 18 03:46:56.927 INFO kablam! Sep 18 03:46:56.927 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.927 INFO kablam! --> src/noise_gen.rs:1587:18 Sep 18 03:46:56.927 INFO kablam! | Sep 18 03:46:56.927 INFO kablam! 1587 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.927 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.927 INFO kablam! Sep 18 03:46:56.927 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.927 INFO kablam! --> src/noise_gen.rs:1600:18 Sep 18 03:46:56.927 INFO kablam! | Sep 18 03:46:56.927 INFO kablam! 1600 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.927 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.927 INFO kablam! Sep 18 03:46:56.927 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.927 INFO kablam! --> src/noise_gen.rs:1601:18 Sep 18 03:46:56.927 INFO kablam! | Sep 18 03:46:56.927 INFO kablam! 1601 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.927 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.927 INFO kablam! Sep 18 03:46:56.927 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.927 INFO kablam! --> src/noise_gen.rs:1602:18 Sep 18 03:46:56.927 INFO kablam! | Sep 18 03:46:56.927 INFO kablam! 1602 | let zs = interp((z - z0 as f64)); Sep 18 03:46:56.927 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.927 INFO kablam! Sep 18 03:46:56.927 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.927 INFO kablam! --> src/noise_gen.rs:1618:18 Sep 18 03:46:56.927 INFO kablam! | Sep 18 03:46:56.927 INFO kablam! 1618 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.927 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.927 INFO kablam! Sep 18 03:46:56.927 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.930 INFO kablam! --> src/noise_gen.rs:1619:18 Sep 18 03:46:56.931 INFO kablam! | Sep 18 03:46:56.931 INFO kablam! 1619 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.931 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.931 INFO kablam! Sep 18 03:46:56.931 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.931 INFO kablam! --> src/noise_gen.rs:1620:18 Sep 18 03:46:56.931 INFO kablam! | Sep 18 03:46:56.931 INFO kablam! 1620 | let zs = interp((z - z0 as f64)); Sep 18 03:46:56.931 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.931 INFO kablam! Sep 18 03:46:56.931 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.931 INFO kablam! --> src/noise_gen.rs:1621:18 Sep 18 03:46:56.931 INFO kablam! | Sep 18 03:46:56.931 INFO kablam! 1621 | let ws = interp((w - w0 as f64)); Sep 18 03:46:56.931 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.931 INFO kablam! Sep 18 03:46:56.931 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.931 INFO kablam! --> src/noise_gen.rs:1641:18 Sep 18 03:46:56.931 INFO kablam! | Sep 18 03:46:56.931 INFO kablam! 1641 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.931 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.932 INFO kablam! Sep 18 03:46:56.934 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.935 INFO kablam! --> src/noise_gen.rs:1642:18 Sep 18 03:46:56.935 INFO kablam! | Sep 18 03:46:56.935 INFO kablam! 1642 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.935 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.935 INFO kablam! Sep 18 03:46:56.935 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.935 INFO kablam! --> src/noise_gen.rs:1643:18 Sep 18 03:46:56.935 INFO kablam! | Sep 18 03:46:56.935 INFO kablam! 1643 | let zs = interp((z - z0 as f64)); Sep 18 03:46:56.935 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.935 INFO kablam! Sep 18 03:46:56.935 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.935 INFO kablam! --> src/noise_gen.rs:1644:18 Sep 18 03:46:56.935 INFO kablam! | Sep 18 03:46:56.935 INFO kablam! 1644 | let ws = interp((w - w0 as f64)); Sep 18 03:46:56.935 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.935 INFO kablam! Sep 18 03:46:56.936 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.936 INFO kablam! --> src/noise_gen.rs:1645:18 Sep 18 03:46:56.936 INFO kablam! | Sep 18 03:46:56.936 INFO kablam! 1645 | let us = interp((u - u0 as f64)); Sep 18 03:46:56.937 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.937 INFO kablam! Sep 18 03:46:56.937 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.937 INFO kablam! --> src/noise_gen.rs:1646:18 Sep 18 03:46:56.937 INFO kablam! | Sep 18 03:46:56.937 INFO kablam! 1646 | let vs = interp((v - v0 as f64)); Sep 18 03:46:56.937 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.937 INFO kablam! Sep 18 03:46:56.939 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.939 INFO kablam! --> src/noise_gen.rs:1658:18 Sep 18 03:46:56.939 INFO kablam! | Sep 18 03:46:56.939 INFO kablam! 1658 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.939 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.939 INFO kablam! Sep 18 03:46:56.939 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.939 INFO kablam! --> src/noise_gen.rs:1659:18 Sep 18 03:46:56.942 INFO kablam! | Sep 18 03:46:56.942 INFO kablam! 1659 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.942 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.943 INFO kablam! Sep 18 03:46:56.943 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.943 INFO kablam! --> src/noise_gen.rs:1673:18 Sep 18 03:46:56.943 INFO kablam! | Sep 18 03:46:56.943 INFO kablam! 1673 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.943 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.943 INFO kablam! Sep 18 03:46:56.943 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.943 INFO kablam! --> src/noise_gen.rs:1674:18 Sep 18 03:46:56.943 INFO kablam! | Sep 18 03:46:56.943 INFO kablam! 1674 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.943 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.943 INFO kablam! Sep 18 03:46:56.943 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.943 INFO kablam! --> src/noise_gen.rs:1675:18 Sep 18 03:46:56.943 INFO kablam! | Sep 18 03:46:56.946 INFO kablam! 1675 | let zs = interp((z - z0 as f64)); Sep 18 03:46:56.946 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.946 INFO kablam! Sep 18 03:46:56.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.947 INFO kablam! --> src/noise_gen.rs:1691:18 Sep 18 03:46:56.947 INFO kablam! | Sep 18 03:46:56.947 INFO kablam! 1691 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.947 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.947 INFO kablam! Sep 18 03:46:56.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.947 INFO kablam! --> src/noise_gen.rs:1692:18 Sep 18 03:46:56.947 INFO kablam! | Sep 18 03:46:56.947 INFO kablam! 1692 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.947 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.947 INFO kablam! Sep 18 03:46:56.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.947 INFO kablam! --> src/noise_gen.rs:1693:18 Sep 18 03:46:56.947 INFO kablam! | Sep 18 03:46:56.947 INFO kablam! 1693 | let zs = interp((z - z0 as f64)); Sep 18 03:46:56.947 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.947 INFO kablam! Sep 18 03:46:56.948 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.948 INFO kablam! --> src/noise_gen.rs:1694:18 Sep 18 03:46:56.948 INFO kablam! | Sep 18 03:46:56.948 INFO kablam! 1694 | let ws = interp((w - w0 as f64)); Sep 18 03:46:56.949 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.950 INFO kablam! Sep 18 03:46:56.950 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.951 INFO kablam! --> src/noise_gen.rs:1714:18 Sep 18 03:46:56.951 INFO kablam! | Sep 18 03:46:56.951 INFO kablam! 1714 | let xs = interp((x - x0 as f64)); Sep 18 03:46:56.951 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.951 INFO kablam! Sep 18 03:46:56.951 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.951 INFO kablam! --> src/noise_gen.rs:1715:18 Sep 18 03:46:56.951 INFO kablam! | Sep 18 03:46:56.951 INFO kablam! 1715 | let ys = interp((y - y0 as f64)); Sep 18 03:46:56.954 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.954 INFO kablam! Sep 18 03:46:56.955 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.955 INFO kablam! --> src/noise_gen.rs:1716:18 Sep 18 03:46:56.955 INFO kablam! | Sep 18 03:46:56.955 INFO kablam! 1716 | let zs = interp((z - z0 as f64)); Sep 18 03:46:56.955 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.955 INFO kablam! Sep 18 03:46:56.955 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.955 INFO kablam! --> src/noise_gen.rs:1717:18 Sep 18 03:46:56.955 INFO kablam! | Sep 18 03:46:56.955 INFO kablam! 1717 | let ws = interp((w - w0 as f64)); Sep 18 03:46:56.955 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.955 INFO kablam! Sep 18 03:46:56.955 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.955 INFO kablam! --> src/noise_gen.rs:1718:18 Sep 18 03:46:56.955 INFO kablam! | Sep 18 03:46:56.955 INFO kablam! 1718 | let us = interp((u - u0 as f64)); Sep 18 03:46:56.955 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.955 INFO kablam! Sep 18 03:46:56.958 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.958 INFO kablam! --> src/noise_gen.rs:1719:18 Sep 18 03:46:56.959 INFO kablam! | Sep 18 03:46:56.959 INFO kablam! 1719 | let vs = interp((v - v0 as f64)); Sep 18 03:46:56.959 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.959 INFO kablam! Sep 18 03:46:56.970 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.971 INFO kablam! --> src/rgba_blend.rs:73:20 Sep 18 03:46:56.971 INFO kablam! | Sep 18 03:46:56.971 INFO kablam! 73 | Rgba::with_all((low[0] + control * (high[0] - low[0])), Sep 18 03:46:56.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.971 INFO kablam! Sep 18 03:46:56.971 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.971 INFO kablam! --> src/rgba_blend.rs:74:20 Sep 18 03:46:56.971 INFO kablam! | Sep 18 03:46:56.971 INFO kablam! 74 | (low[1] + control * (high[1] - low[1])), Sep 18 03:46:56.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.971 INFO kablam! Sep 18 03:46:56.971 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.971 INFO kablam! --> src/rgba_blend.rs:75:20 Sep 18 03:46:56.971 INFO kablam! | Sep 18 03:46:56.971 INFO kablam! 75 | (low[2] + control * (high[2] - low[2])), Sep 18 03:46:56.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.975 INFO kablam! Sep 18 03:46:56.975 INFO kablam! warning: unnecessary parentheses around function argument Sep 18 03:46:56.975 INFO kablam! --> src/rgba_blend.rs:76:20 Sep 18 03:46:56.975 INFO kablam! | Sep 18 03:46:56.975 INFO kablam! 76 | (low[3] + control * (high[3] - low[3]))) Sep 18 03:46:56.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 18 03:46:56.975 INFO kablam! Sep 18 03:46:57.745 INFO kablam! warning: doc comment not used by rustdoc Sep 18 03:46:57.745 INFO kablam! --> examples/intro.rs:20:2 Sep 18 03:46:57.745 INFO kablam! | Sep 18 03:46:57.745 INFO kablam! 20 | /// This example is kind of a neat one (if a trifle useless). Sep 18 03:46:57.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:46:57.745 INFO kablam! | Sep 18 03:46:57.745 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 18 03:46:57.745 INFO kablam! Sep 18 03:46:57.746 INFO kablam! warning: doc comment not used by rustdoc Sep 18 03:46:57.746 INFO kablam! --> examples/intro.rs:45:2 Sep 18 03:46:57.746 INFO kablam! | Sep 18 03:46:57.746 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) Sep 18 03:46:57.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:46:57.746 INFO kablam! Sep 18 03:46:57.746 INFO kablam! warning: doc comment not used by rustdoc Sep 18 03:46:57.746 INFO kablam! --> examples/intro.rs:75:2 Sep 18 03:46:57.746 INFO kablam! | Sep 18 03:46:57.746 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 Sep 18 03:46:57.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:46:57.746 INFO kablam! Sep 18 03:46:57.746 INFO kablam! warning: doc comment not used by rustdoc Sep 18 03:46:57.746 INFO kablam! --> examples/intro.rs:89:2 Sep 18 03:46:57.746 INFO kablam! | Sep 18 03:46:57.746 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. Sep 18 03:46:57.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:46:57.746 INFO kablam! Sep 18 03:46:58.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.65s Sep 18 03:46:58.958 INFO kablam! su: No module specific data is present Sep 18 03:46:59.778 INFO running `"docker" "rm" "-f" "14c2a72ea3adcdd76e2591435ad28a117252918b3afa6babdcc57dad66cd586d"` Sep 18 03:46:59.844 INFO blam! 14c2a72ea3adcdd76e2591435ad28a117252918b3afa6babdcc57dad66cd586d