[INFO] fetching crate fmc_noise 0.3.1...
[INFO] testing fmc_noise-0.3.1 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate fmc_noise 0.3.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate fmc_noise 0.3.1
[INFO] finished tweaking crates.io crate fmc_noise 0.3.1
[INFO] tweaked toml for crates.io crate fmc_noise 0.3.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fmc_noise 0.3.1 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fmc_noise 0.3.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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2b02543bd066e3f4b8dfc34a0c5134068044412a3193092563e41a382701530c
[INFO] running `Command { std: "docker" "start" "-a" "2b02543bd066e3f4b8dfc34a0c5134068044412a3193092563e41a382701530c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b02543bd066e3f4b8dfc34a0c5134068044412a3193092563e41a382701530c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b02543bd066e3f4b8dfc34a0c5134068044412a3193092563e41a382701530c", kill_on_drop: false }`
[INFO] [stdout] 2b02543bd066e3f4b8dfc34a0c5134068044412a3193092563e41a382701530c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 9d754f56afa47ad3e05d42ce8271bee62535e4d1c89d3742b5e38c37d202e499
[INFO] running `Command { std: "docker" "start" "-a" "9d754f56afa47ad3e05d42ce8271bee62535e4d1c89d3742b5e38c37d202e499", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling target-features v0.1.6
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling fmc_noise_macros v0.8.0
[INFO] [stderr]    Compiling fmc_noise v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `grad1`
[INFO] [stdout]  --> src/perlin.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::gradient::{grad1, grad2};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
[INFO] running `Command { std: "docker" "inspect" "9d754f56afa47ad3e05d42ce8271bee62535e4d1c89d3742b5e38c37d202e499", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d754f56afa47ad3e05d42ce8271bee62535e4d1c89d3742b5e38c37d202e499", kill_on_drop: false }`
[INFO] [stdout] 9d754f56afa47ad3e05d42ce8271bee62535e4d1c89d3742b5e38c37d202e499
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 5b99da95f2cbb5f8c45bc99eec5f47adb0d52119bb1de0d6baa00ab450febd6e
[INFO] running `Command { std: "docker" "start" "-a" "5b99da95f2cbb5f8c45bc99eec5f47adb0d52119bb1de0d6baa00ab450febd6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling rustix v0.38.20
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling clap_builder v4.4.7
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stdout] warning: unused import: `grad1`
[INFO] [stdout]  --> src/perlin.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::gradient::{grad1, grad2};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v4.4.7
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling fmc_noise v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `grad1`
[INFO] [stdout]  --> src/perlin.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::gradient::{grad1, grad2};
[INFO] [stdout]   |                       ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 44.36s
[INFO] running `Command { std: "docker" "inspect" "5b99da95f2cbb5f8c45bc99eec5f47adb0d52119bb1de0d6baa00ab450febd6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b99da95f2cbb5f8c45bc99eec5f47adb0d52119bb1de0d6baa00ab450febd6e", kill_on_drop: false }`
[INFO] [stdout] 5b99da95f2cbb5f8c45bc99eec5f47adb0d52119bb1de0d6baa00ab450febd6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 8f40bd1ee7689afc187106d0f49cf7cdb139dc20e01a2ff8fbfb8b43dae9d5c1
[INFO] running `Command { std: "docker" "start" "-a" "8f40bd1ee7689afc187106d0f49cf7cdb139dc20e01a2ff8fbfb8b43dae9d5c1", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `grad1`
[INFO] [stderr]  --> src/perlin.rs:9:23
[INFO] [stderr]   |
[INFO] [stderr] 9 | use crate::gradient::{grad1, grad2};
[INFO] [stderr]   |                       ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `fmc_noise` (lib) generated 1 warning (run `cargo fix --lib -p fmc_noise` to apply 1 suggestion)
[INFO] [stderr] warning: `fmc_noise` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/fmc_noise/25f583a661ae5125/deps/fmc_noise-25f583a661ae5125)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/build/fmc_noise/e7ed548bcbd73c40/deps/fmc_noise-e7ed548bcbd73c40)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fmc_noise
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - Noise::generate_1d (line 254) ... FAILED
[INFO] [stdout] test src/lib.rs - Frequency (line 326) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise::perlin (line 78) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise::fbm (line 128) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise::generate_2d (line 268) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise::generate_3d (line 291) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise::constant (line 95) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise::seed (line 111) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise::simplex (line 63) ... FAILED
[INFO] [stdout] test src/lib.rs - Noise (line 33) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Noise::generate_1d (line 254) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:256:27
[INFO] [stdout]     |
[INFO] [stdout] 256 | let (noise, _min, _max) = Noise::perlin(0.01).generate_1d(0.0, width);
[INFO] [stdout]     |                           ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 254 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Frequency (line 326) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 | let noise = Noise::perlin(0.01);
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 326 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:332:13
[INFO] [stdout]     |
[INFO] [stdout] 332 | let noise = Noise::perlin(Frequency {
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 326 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Frequency` in this scope
[INFO] [stdout]    --> src/lib.rs:332:27
[INFO] [stdout]     |
[INFO] [stdout] 332 | let noise = Noise::perlin(Frequency {
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 326 + use fmc_noise::Frequency;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise::perlin (line 78) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:79:13
[INFO] [stdout]    |
[INFO] [stdout] 79 | let noise = Noise::perlin(0.01);
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 78 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:81:13
[INFO] [stdout]    |
[INFO] [stdout] 81 | let noise = Noise::perlin(Frequency { x: 0.01, y: 0.01, z: 0.01 });
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 78 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Frequency` in this scope
[INFO] [stdout]   --> src/lib.rs:81:27
[INFO] [stdout]    |
[INFO] [stdout] 81 | let noise = Noise::perlin(Frequency { x: 0.01, y: 0.01, z: 0.01 });
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 78 + use fmc_noise::Frequency;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise::fbm (line 128) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:131:13
[INFO] [stdout]     |
[INFO] [stdout] 131 | let noise = Noise::simplex(0.01).fbm(5, 0.5, 2.0);
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 128 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise::generate_2d (line 268) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:271:27
[INFO] [stdout]     |
[INFO] [stdout] 271 | let (noise, _min, _max) = Noise::perlin(0.01).generate_2d(0.0, 0.0, width, height);
[INFO] [stdout]     |                           ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 268 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise::generate_3d (line 291) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:295:27
[INFO] [stdout]     |
[INFO] [stdout] 295 | let (noise, _min, _max) = Noise::perlin(0.01).generate_3d(0.0, 0.0, 0.0, width, height, depth);
[INFO] [stdout]     |                           ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 291 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise::constant (line 95) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 97 | let noise = Noise::simplex(0.01)
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 95 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 |     .mul(Noise::constant(0.5))
[INFO] [stdout]    |          ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 95 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 |     .add(Noise::constant(0.5));
[INFO] [stdout]    |          ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 95 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise::seed (line 111) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 | let noise_left = Noise::simplex(0.01).seed(1);
[INFO] [stdout]     |                  ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 111 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]    --> src/lib.rs:113:19
[INFO] [stdout]     |
[INFO] [stdout] 113 | let noise_right = Noise::simplex(0.01).seed(2);
[INFO] [stdout]     |                   ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 111 + use fmc_noise::Noise;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise::simplex (line 63) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 | let noise = Noise::simplex(0.01);
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 63 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 | let noise = Noise::simplex(Frequency { x: 0.01, y: 0.01, z: 0.01 });
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 63 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Frequency` in this scope
[INFO] [stdout]   --> src/lib.rs:66:28
[INFO] [stdout]    |
[INFO] [stdout] 66 | let noise = Noise::simplex(Frequency { x: 0.01, y: 0.01, z: 0.01 });
[INFO] [stdout]    |                            ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 63 + use fmc_noise::Frequency;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Noise (line 33) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 | let noise = Noise::perlin(0.01)
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Noise`
[INFO] [stdout]   --> src/lib.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 52 |     .add(Noise::constant(0.5))
[INFO] [stdout]    |          ^^^^^ use of undeclared type `Noise`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use fmc_noise::Noise;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Frequency (line 326)
[INFO] [stdout]     src/lib.rs - Noise (line 33)
[INFO] [stdout]     src/lib.rs - Noise::constant (line 95)
[INFO] [stdout]     src/lib.rs - Noise::fbm (line 128)
[INFO] [stdout]     src/lib.rs - Noise::generate_1d (line 254)
[INFO] [stdout]     src/lib.rs - Noise::generate_2d (line 268)
[INFO] [stdout]     src/lib.rs - Noise::generate_3d (line 291)
[INFO] [stdout]     src/lib.rs - Noise::perlin (line 78)
[INFO] [stdout]     src/lib.rs - Noise::seed (line 111)
[INFO] [stdout]     src/lib.rs - Noise::simplex (line 63)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8f40bd1ee7689afc187106d0f49cf7cdb139dc20e01a2ff8fbfb8b43dae9d5c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f40bd1ee7689afc187106d0f49cf7cdb139dc20e01a2ff8fbfb8b43dae9d5c1", kill_on_drop: false }`
[INFO] [stdout] 8f40bd1ee7689afc187106d0f49cf7cdb139dc20e01a2ff8fbfb8b43dae9d5c1
