[INFO] fetching crate noice 0.7.1... [INFO] testing noice-0.7.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate noice 0.7.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate noice 0.7.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate noice 0.7.1 [INFO] tweaked toml for crates.io crate noice 0.7.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate noice 0.7.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate noice 0.7.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rand_xorshift v0.2.0 [INFO] [stderr] Downloaded const_fn v0.4.4 [INFO] [stderr] Downloaded criterion-plot v0.4.3 [INFO] [stderr] Downloaded weezl v0.1.3 [INFO] [stderr] Downloaded tinytemplate v1.1.0 [INFO] [stderr] Downloaded half v1.6.0 [INFO] [stderr] Downloaded deflate v0.8.6 [INFO] [stderr] Downloaded serde_cbor v0.11.1 [INFO] [stderr] Downloaded criterion v0.3.3 [INFO] [stderr] Downloaded gif v0.11.1 [INFO] [stderr] Downloaded png v0.16.8 [INFO] [stderr] Downloaded serde_json v1.0.60 [INFO] [stderr] Downloaded image v0.23.12 [INFO] [stderr] Downloaded jpeg-decoder v0.1.20 [INFO] [stderr] Downloaded miniz_oxide v0.3.7 [INFO] [stderr] Downloaded getrandom v0.1.15 [INFO] [stderr] Downloaded itoa v0.4.6 [INFO] [stderr] Downloaded bytemuck v1.4.1 [INFO] [stderr] Downloaded bstr v0.2.14 [INFO] [stderr] Downloaded csv v1.1.5 [INFO] [stderr] Downloaded plotters v0.2.15 [INFO] [stderr] Downloaded tiff v0.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 907fc32338f0fc153713cb1b46c2d6f9ceb471e4d5cbe845b2b26ff7231132a9 [INFO] running `Command { std: "docker" "start" "-a" "907fc32338f0fc153713cb1b46c2d6f9ceb471e4d5cbe845b2b26ff7231132a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "907fc32338f0fc153713cb1b46c2d6f9ceb471e4d5cbe845b2b26ff7231132a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "907fc32338f0fc153713cb1b46c2d6f9ceb471e4d5cbe845b2b26ff7231132a9", kill_on_drop: false }` [INFO] [stdout] 907fc32338f0fc153713cb1b46c2d6f9ceb471e4d5cbe845b2b26ff7231132a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d67d62a4420309e6593719f4f4a8a27e123e5e7e6973ea0cdb3d5b874e04b0e7 [INFO] running `Command { std: "docker" "start" "-a" "d67d62a4420309e6593719f4f4a8a27e123e5e7e6973ea0cdb3d5b874e04b0e7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling const_fn v0.4.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling weezl v0.1.3 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling noice v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Perlin` in the type namespace is first re-exported here [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ----------------------- but the name `Perlin` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/basicmulti.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] = note: `#[warn(ambiguous_glob_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/billow.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/fbm.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/hybridmulti.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/ridgedmulti.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::noise_fns::{Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/basicmulti.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/billow.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/fbm.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/hybridmulti.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/ridgedmulti.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 26 | fn build_sources(seed: u32, octaves: usize) -> Vec { [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | sources.push(Perlin::new().set_seed(seed + x as u32)); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::perlin_surflet::*` [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/utils/color_gradient.rs:103:28 [INFO] [stdout] | [INFO] [stdout] 103 | .position(|&x| (x.pos > clamped_pos)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - .position(|&x| (x.pos > clamped_pos)) [INFO] [stdout] 103 + .position(|&x| x.pos > clamped_pos) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Perlin` is never constructed [INFO] [stdout] --> src/noise_fns/generators/perlin_surflet.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Perlin { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `DEFAULT_SEED` and `new` are never used [INFO] [stdout] --> src/noise_fns/generators/perlin_surflet.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 14 | impl Perlin { [INFO] [stdout] | ----------- associated items in this implementation [INFO] [stdout] 15 | pub const DEFAULT_SEED: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 16 | [INFO] [stdout] 17 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: noice v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "d67d62a4420309e6593719f4f4a8a27e123e5e7e6973ea0cdb3d5b874e04b0e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d67d62a4420309e6593719f4f4a8a27e123e5e7e6973ea0cdb3d5b874e04b0e7", kill_on_drop: false }` [INFO] [stdout] d67d62a4420309e6593719f4f4a8a27e123e5e7e6973ea0cdb3d5b874e04b0e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54895d31a2398059f15376038b48d124d59d79dc4b3fbb3bc1f4a90e7d4edcdf [INFO] running `Command { std: "docker" "start" "-a" "54895d31a2398059f15376038b48d124d59d79dc4b3fbb3bc1f4a90e7d4edcdf", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Perlin` in the type namespace is first re-exported here [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ----------------------- but the name `Perlin` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/basicmulti.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] = note: `#[warn(ambiguous_glob_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/billow.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/fbm.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/hybridmulti.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/ridgedmulti.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::noise_fns::{Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/basicmulti.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/billow.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/fbm.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/hybridmulti.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/ridgedmulti.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 26 | fn build_sources(seed: u32, octaves: usize) -> Vec { [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | sources.push(Perlin::new().set_seed(seed + x as u32)); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::perlin_surflet::*` [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/utils/color_gradient.rs:103:28 [INFO] [stdout] | [INFO] [stdout] 103 | .position(|&x| (x.pos > clamped_pos)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - .position(|&x| (x.pos > clamped_pos)) [INFO] [stdout] 103 + .position(|&x| x.pos > clamped_pos) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Perlin` is never constructed [INFO] [stdout] --> src/noise_fns/generators/perlin_surflet.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Perlin { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `DEFAULT_SEED` and `new` are never used [INFO] [stdout] --> src/noise_fns/generators/perlin_surflet.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 14 | impl Perlin { [INFO] [stdout] | ----------- associated items in this implementation [INFO] [stdout] 15 | pub const DEFAULT_SEED: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 16 | [INFO] [stdout] 17 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling noice v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ the name `Perlin` in the type namespace is first re-exported here [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ----------------------- but the name `Perlin` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/basicmulti.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] = note: `#[warn(ambiguous_glob_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/billow.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/fbm.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/hybridmulti.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/ridgedmulti.rs:2:47 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::noise_fns::{Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/transformers/scale_point.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | use super::super::super::Perlin; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/permutationtable.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | use crate::{NoiseFn, Perlin, Seedable}; [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/basicmulti.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/billow.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/fbm.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/hybridmulti.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals/ridgedmulti.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | sources: Vec, [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 26 | fn build_sources(seed: u32, octaves: usize) -> Vec { [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/generators/fractals.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | sources.push(Perlin::new().set_seed(seed + x as u32)); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/noise_fns/transformers/scale_point.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | let source = Perlin::new(); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/permutationtable.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | let perlin = Perlin::new().set_seed(random()); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Perlin` is ambiguous [INFO] [stdout] --> src/permutationtable.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | let perlin = Perlin::new(); [INFO] [stdout] | ^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Perlin` could refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub use self::perlin::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] note: `Perlin` could also refer to the struct imported here [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::perlin_surflet::*` [INFO] [stdout] --> src/noise_fns/generators.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use self::perlin_surflet::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/utils/color_gradient.rs:103:28 [INFO] [stdout] | [INFO] [stdout] 103 | .position(|&x| (x.pos > clamped_pos)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - .position(|&x| (x.pos > clamped_pos)) [INFO] [stdout] 103 + .position(|&x| x.pos > clamped_pos) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Perlin` is never constructed [INFO] [stdout] --> src/noise_fns/generators/perlin_surflet.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Perlin { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `DEFAULT_SEED` and `new` are never used [INFO] [stdout] --> src/noise_fns/generators/perlin_surflet.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 14 | impl Perlin { [INFO] [stdout] | ----------- associated items in this implementation [INFO] [stdout] 15 | pub const DEFAULT_SEED: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 16 | [INFO] [stdout] 17 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 52.51s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3, noice v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "54895d31a2398059f15376038b48d124d59d79dc4b3fbb3bc1f4a90e7d4edcdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54895d31a2398059f15376038b48d124d59d79dc4b3fbb3bc1f4a90e7d4edcdf", kill_on_drop: false }` [INFO] [stdout] 54895d31a2398059f15376038b48d124d59d79dc4b3fbb3bc1f4a90e7d4edcdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6bb1db38c2c605072f76e0915e1607a45f385397a99249ef665b80a83bbbc610 [INFO] running `Command { std: "docker" "start" "-a" "6bb1db38c2c605072f76e0915e1607a45f385397a99249ef665b80a83bbbc610", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ the name `Perlin` in the type namespace is first re-exported here [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ----------------------- but the name `Perlin` in the type namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/basicmulti.rs:3:47 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] = note: `#[warn(ambiguous_glob_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/billow.rs:2:47 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/fbm.rs:3:47 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/hybridmulti.rs:3:47 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/ridgedmulti.rs:2:47 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::noise_fns::{MultiFractal, NoiseFn, Perlin, Seedable}; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals.rs:13:24 [INFO] [stderr] | [INFO] [stderr] 13 | use crate::noise_fns::{Perlin, Seedable}; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/basicmulti.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | sources: Vec, [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/billow.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | sources: Vec, [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/fbm.rs:52:18 [INFO] [stderr] | [INFO] [stderr] 52 | sources: Vec, [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/hybridmulti.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | sources: Vec, [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals/ridgedmulti.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | sources: Vec, [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals.rs:26:52 [INFO] [stderr] | [INFO] [stderr] 26 | fn build_sources(seed: u32, octaves: usize) -> Vec { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/generators/fractals.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | sources.push(Perlin::new().set_seed(seed + x as u32)); [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::perlin_surflet::*` [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/utils/color_gradient.rs:103:28 [INFO] [stderr] | [INFO] [stderr] 103 | .position(|&x| (x.pos > clamped_pos)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - .position(|&x| (x.pos > clamped_pos)) [INFO] [stderr] 103 + .position(|&x| x.pos > clamped_pos) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: struct `Perlin` is never constructed [INFO] [stderr] --> src/noise_fns/generators/perlin_surflet.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Perlin { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated items `DEFAULT_SEED` and `new` are never used [INFO] [stderr] --> src/noise_fns/generators/perlin_surflet.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 14 | impl Perlin { [INFO] [stderr] | ----------- associated items in this implementation [INFO] [stderr] 15 | pub const DEFAULT_SEED: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 16 | [INFO] [stderr] 17 | pub fn new() -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `noice` (lib) generated 18 warnings (run `cargo fix --lib -p noice` to apply 2 suggestions) [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/transformers/scale_point.rs:127:30 [INFO] [stderr] | [INFO] [stderr] 127 | use super::super::super::Perlin; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/permutationtable.rs:87:26 [INFO] [stderr] | [INFO] [stderr] 87 | use crate::{NoiseFn, Perlin, Seedable}; [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/noise_fns/transformers/scale_point.rs:132:22 [INFO] [stderr] | [INFO] [stderr] 132 | let source = Perlin::new(); [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/permutationtable.rs:92:22 [INFO] [stderr] | [INFO] [stderr] 92 | let perlin = Perlin::new().set_seed(random()); [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `Perlin` is ambiguous [INFO] [stderr] --> src/permutationtable.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | let perlin = Perlin::new(); [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #114095 [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Perlin` could refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub use self::perlin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] note: `Perlin` could also refer to the struct imported here [INFO] [stderr] --> src/noise_fns/generators.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::perlin_surflet::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Perlin` to disambiguate [INFO] [stderr] [INFO] [stderr] warning: `noice` (lib test) generated 23 warnings (18 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3, noice v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/noice-5a175969b5d04af2) [INFO] [stdout] running 9 tests [INFO] [stdout] test utils::color_gradient::tests::blend_channels_max ... ok [INFO] [stdout] test permutationtable::tests::test_negative_params ... ok [INFO] [stdout] test utils::image_renderer::tests::array_conversion ... ok [INFO] [stdout] test permutationtable::tests::test_random_seed ... ok [INFO] [stdout] test utils::color_gradient::tests::blend_channels_mid ... ok [INFO] [stdout] test utils::color_gradient::tests::color_gradient_1 ... ok [INFO] [stdout] test utils::color_gradient::tests::blend_channels_min ... ok [INFO] [stdout] test utils::color_gradient::tests::linerp_color_1 ... ok [INFO] [stderr] Doc-tests noice [INFO] [stdout] test noise_fns::transformers::scale_point::tests::test_pass_by_ref ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/utils/color_gradient.rs:103:28 [INFO] [stderr] | [INFO] [stderr] 103 | .position(|&x| (x.pos > clamped_pos)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - .position(|&x| (x.pos > clamped_pos)) [INFO] [stderr] 103 + .position(|&x| x.pos > clamped_pos) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6bb1db38c2c605072f76e0915e1607a45f385397a99249ef665b80a83bbbc610", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bb1db38c2c605072f76e0915e1607a45f385397a99249ef665b80a83bbbc610", kill_on_drop: false }` [INFO] [stdout] 6bb1db38c2c605072f76e0915e1607a45f385397a99249ef665b80a83bbbc610