[INFO] crate anl 0.3.0 is already in cache [INFO] extracting crate anl 0.3.0 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/anl/0.3.0 [INFO] extracting crate anl 0.3.0 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/anl/0.3.0 [INFO] validating manifest of anl-0.3.0 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of anl-0.3.0 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing anl-0.3.0 [INFO] finished frobbing anl-0.3.0 [INFO] frobbed toml for anl-0.3.0 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/anl/0.3.0/Cargo.toml [INFO] started frobbing anl-0.3.0 [INFO] finished frobbing anl-0.3.0 [INFO] frobbed toml for anl-0.3.0 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/anl/0.3.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking anl-0.3.0 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-3/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/anl/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c509a39452b1f00bfa4208910b84e32984a457db0768f167d15a1f823d8c64a8 [INFO] running `"docker" "start" "-a" "c509a39452b1f00bfa4208910b84e32984a457db0768f167d15a1f823d8c64a8"` [INFO] [stderr] Checking anl v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Checking image v0.10.4 [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1586:18 [INFO] [stderr] | [INFO] [stderr] 1586 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1587:18 [INFO] [stderr] | [INFO] [stderr] 1587 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1600:18 [INFO] [stderr] | [INFO] [stderr] 1600 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1601:18 [INFO] [stderr] | [INFO] [stderr] 1601 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1602:18 [INFO] [stderr] | [INFO] [stderr] 1602 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1618:18 [INFO] [stderr] | [INFO] [stderr] 1618 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1619:18 [INFO] [stderr] | [INFO] [stderr] 1619 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1620:18 [INFO] [stderr] | [INFO] [stderr] 1620 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1621:18 [INFO] [stderr] | [INFO] [stderr] 1621 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1641:18 [INFO] [stderr] | [INFO] [stderr] 1641 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1642:18 [INFO] [stderr] | [INFO] [stderr] 1642 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1643:18 [INFO] [stderr] | [INFO] [stderr] 1643 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1644:18 [INFO] [stderr] | [INFO] [stderr] 1644 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1645:18 [INFO] [stderr] | [INFO] [stderr] 1645 | let us = interp((u - u0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1646:18 [INFO] [stderr] | [INFO] [stderr] 1646 | let vs = interp((v - v0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1658:18 [INFO] [stderr] | [INFO] [stderr] 1658 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1659:18 [INFO] [stderr] | [INFO] [stderr] 1659 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1673:18 [INFO] [stderr] | [INFO] [stderr] 1673 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1674:18 [INFO] [stderr] | [INFO] [stderr] 1674 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1675:18 [INFO] [stderr] | [INFO] [stderr] 1675 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1691:18 [INFO] [stderr] | [INFO] [stderr] 1691 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1692:18 [INFO] [stderr] | [INFO] [stderr] 1692 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1693:18 [INFO] [stderr] | [INFO] [stderr] 1693 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1694:18 [INFO] [stderr] | [INFO] [stderr] 1694 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1714:18 [INFO] [stderr] | [INFO] [stderr] 1714 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1715:18 [INFO] [stderr] | [INFO] [stderr] 1715 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1716:18 [INFO] [stderr] | [INFO] [stderr] 1716 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1717:18 [INFO] [stderr] | [INFO] [stderr] 1717 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1718:18 [INFO] [stderr] | [INFO] [stderr] 1718 | let us = interp((u - u0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1719:18 [INFO] [stderr] | [INFO] [stderr] 1719 | let vs = interp((v - v0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | Rgba::with_all((low[0] + control * (high[0] - low[0])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:74:20 [INFO] [stderr] | [INFO] [stderr] 74 | (low[1] + control * (high[1] - low[1])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | (low[2] + control * (high[2] - low[2])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:76:20 [INFO] [stderr] | [INFO] [stderr] 76 | (low[3] + control * (high[3] - low[3]))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> examples/intro.rs:20:2 [INFO] [stderr] | [INFO] [stderr] 20 | /// This example is kind of a neat one (if a trifle useless). [INFO] [stderr] | _____^ [INFO] [stderr] 21 | | /// The first thing the example does is to create a random number generator(RNG). ANL provides a number of different RNGs encapsulated in classes, [INFO] [stderr] 22 | | /// and based on variants of RNGs devised by George Marsaglia. It seeds the generator using the system time. After that, 7 noise fractal modules are created. [INFO] [stderr] 23 | | /// Many applications won't require nearly so many, and the fewer you can use the better your performance will be. After the fractals are generated, [INFO] [stderr] 24 | | /// they are seeded from the RNG then 7 more modules of type AutoCorrect are created. [INFO] [stderr] | |_________________________________________________________________________________________^ [INFO] [stderr] 25 | [INFO] [stderr] 26 | let mut rnd = anl::random_gen::CMWC4096::new(); [INFO] [stderr] | ----------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> examples/intro.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | /// AutoCorrect modules attempt to "tame" the output of a function and remap it to a different range. Some functions (mult-fractals especially) [INFO] [stderr] | _____^ [INFO] [stderr] 46 | | /// are difficult to correct into an optimal range, and so AutoCorrect provides a way of doing it manually. When a function is set as the source to AutoCorrect, [INFO] [stderr] 47 | | /// the module will iterate some number of times, and generate that many samples from random locations in the input source. It will determine the max and min values [INFO] [stderr] 48 | | /// in the sample set, and from those will determine a scale/translate pair that is used to correct the output of the function into a desired range. [INFO] [stderr] ... | [INFO] [stderr] 56 | | /// Once the AutoCorrect modules are constructed, their sources are set from the fractals created earlier. Now, when the get() methods of the AutoCorrect modules [INFO] [stderr] 57 | | /// are called, they will first call their respective source module for a value, then apply their scale/translate pairs to "fix" the value before returning it. [INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] 58 | [INFO] [stderr] 59 | let ac1 = Rc::new(RefCell::new(anl::ImplicitAutoCorrect::with_range(0.0, 1.0))); [INFO] [stderr] | -------------------------------------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> examples/intro.rs:75:2 [INFO] [stderr] | [INFO] [stderr] 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 [INFO] [stderr] | _____^ [INFO] [stderr] 76 | | /// of Red, Green, Blue and Alpha. (Or Hue, Saturation, Value and Alpha, if the function is operating in HSV space, settable via the mode parameter in the constructor.) [INFO] [stderr] 77 | | /// This function represents how input parameters to functions work. If a function takes an Implicit input, the input may be over-ridden to a constant double- [INFO] [stderr] 78 | | /// precision value, or it may be set to the output of another Implicit function. [INFO] [stderr] 79 | | /// [INFO] [stderr] 80 | | /// In this case, the output of the function would have been a constant value (magenta). Any combination of constants and functional inputs may be used. In our case, [INFO] [stderr] 81 | | /// we are using functions for the Red, Green and Blue channels, and a constant value of 1.0 for Alpha. [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] 82 | [INFO] [stderr] 83 | let compose1 = Rc::new(RefCell::new(anl::RgbaComposeChannels::with_mode(anl::CompositeChannelsMode::Rgb))); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> examples/intro.rs:89:2 [INFO] [stderr] | [INFO] [stderr] 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. [INFO] [stderr] | _____^ [INFO] [stderr] 90 | | /// [INFO] [stderr] 91 | | /// Now, next we create an RGBA module of type RotateColor. This function takes an RGBA input, and 4 Implicit inputs. [INFO] [stderr] 92 | | /// The Implicit inputs represent the (ax,ay,az,angle) components of an axis/angle rotation. The quantity being rotated is the RGBA color, in colorspace. [INFO] [stderr] ... | [INFO] [stderr] 95 | | /// for the (ax,ay,az,angle) inputs. Again, as before, it is just as easy to use double-precision constants for these inputs, and it is also as easy to specify [INFO] [stderr] 96 | | /// an RGBA constant for the RGBA input, rather than the compose function. [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] 97 | [INFO] [stderr] 98 | let rot = Rc::new(RefCell::new(anl::RgbaRotateColor::with_axises_angles(0.0, 0.0, 0.0, 0.0))); [INFO] [stderr] | ---------------------------------------------------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> examples/intro.rs:125:5 [INFO] [stderr] | [INFO] [stderr] 125 | / /// To recap, we compose an RGBA from 3 channels of fractal noise, then rotate the color around an axis represented by 3 more channels of fractal noise, [INFO] [stderr] 126 | | /// rotating by an angle specified by a final channel of fractal noise. The results are pretty, but also pretty useless. However, it does demonstrate the basic idea [INFO] [stderr] 127 | | /// of the library. [INFO] [stderr] | |_______________________^ [INFO] [stderr] 128 | [INFO] [stderr] 129 | println!("\nPlease visit the 'target' folder for the results"); [INFO] [stderr] | --------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1586:18 [INFO] [stderr] | [INFO] [stderr] 1586 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1587:18 [INFO] [stderr] | [INFO] [stderr] 1587 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1600:18 [INFO] [stderr] | [INFO] [stderr] 1600 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1601:18 [INFO] [stderr] | [INFO] [stderr] 1601 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1602:18 [INFO] [stderr] | [INFO] [stderr] 1602 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1618:18 [INFO] [stderr] | [INFO] [stderr] 1618 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1619:18 [INFO] [stderr] | [INFO] [stderr] 1619 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1620:18 [INFO] [stderr] | [INFO] [stderr] 1620 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1621:18 [INFO] [stderr] | [INFO] [stderr] 1621 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1641:18 [INFO] [stderr] | [INFO] [stderr] 1641 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1642:18 [INFO] [stderr] | [INFO] [stderr] 1642 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1643:18 [INFO] [stderr] | [INFO] [stderr] 1643 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1644:18 [INFO] [stderr] | [INFO] [stderr] 1644 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1645:18 [INFO] [stderr] | [INFO] [stderr] 1645 | let us = interp((u - u0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1646:18 [INFO] [stderr] | [INFO] [stderr] 1646 | let vs = interp((v - v0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1658:18 [INFO] [stderr] | [INFO] [stderr] 1658 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1659:18 [INFO] [stderr] | [INFO] [stderr] 1659 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1673:18 [INFO] [stderr] | [INFO] [stderr] 1673 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1674:18 [INFO] [stderr] | [INFO] [stderr] 1674 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1675:18 [INFO] [stderr] | [INFO] [stderr] 1675 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1691:18 [INFO] [stderr] | [INFO] [stderr] 1691 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1692:18 [INFO] [stderr] | [INFO] [stderr] 1692 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1693:18 [INFO] [stderr] | [INFO] [stderr] 1693 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1694:18 [INFO] [stderr] | [INFO] [stderr] 1694 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1714:18 [INFO] [stderr] | [INFO] [stderr] 1714 | let xs = interp((x - x0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1715:18 [INFO] [stderr] | [INFO] [stderr] 1715 | let ys = interp((y - y0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1716:18 [INFO] [stderr] | [INFO] [stderr] 1716 | let zs = interp((z - z0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1717:18 [INFO] [stderr] | [INFO] [stderr] 1717 | let ws = interp((w - w0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1718:18 [INFO] [stderr] | [INFO] [stderr] 1718 | let us = interp((u - u0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/noise_gen.rs:1719:18 [INFO] [stderr] | [INFO] [stderr] 1719 | let vs = interp((v - v0 as f64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | Rgba::with_all((low[0] + control * (high[0] - low[0])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:74:20 [INFO] [stderr] | [INFO] [stderr] 74 | (low[1] + control * (high[1] - low[1])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | (low[2] + control * (high[2] - low[2])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/rgba_blend.rs:76:20 [INFO] [stderr] | [INFO] [stderr] 76 | (low[3] + control * (high[3] - low[3]))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.56s [INFO] running `"docker" "inspect" "c509a39452b1f00bfa4208910b84e32984a457db0768f167d15a1f823d8c64a8"` [INFO] running `"docker" "rm" "-f" "c509a39452b1f00bfa4208910b84e32984a457db0768f167d15a1f823d8c64a8"` [INFO] [stdout] c509a39452b1f00bfa4208910b84e32984a457db0768f167d15a1f823d8c64a8