[INFO] fetching crate bracket-noise 0.8.0... [INFO] checking bracket-noise-0.8.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate bracket-noise 0.8.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate bracket-noise 0.8.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bracket-noise 0.8.0 [INFO] finished tweaking crates.io crate bracket-noise 0.8.0 [INFO] tweaked toml for crates.io crate bracket-noise 0.8.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate bracket-noise 0.8.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c9def039725c7b6d3c5b1d7a6136f7e0a8ead5f12997c442322e6c58eceffd58 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c9def039725c7b6d3c5b1d7a6136f7e0a8ead5f12997c442322e6c58eceffd58"` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking smallvec v1.2.0 [INFO] [stderr] Checking arc-swap v0.4.5 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking signal-hook v0.1.13 [INFO] [stderr] Checking crossterm v0.17.2 [INFO] [stderr] Checking regex v1.3.6 [INFO] [stderr] Checking bracket-random v0.8.0 [INFO] [stderr] Checking bracket-noise v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/simplex_fractal.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/simplex_billow_quintic.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/perlin_fractal.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/cellular.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_fractal.rs:36:29 [INFO] [stderr] | [INFO] [stderr] 36 | print_color(RGB::from_f32(0.0, 0.0, 1.0 - (0.0 - n)), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_fractal.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | print_color(RGB::from_f32(0.0, n, 0.0), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_fractal.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_fractal.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/simplex_fractal.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/simplex_fractal.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/simplex_fractal.rs:44:28 [INFO] [stderr] | [INFO] [stderr] 44 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/value.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/whitenoise.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_billow_quintic.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::from_f32(0.0, 0.0, 1.0 - (0.0 - n)), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_billow_quintic.rs:39:29 [INFO] [stderr] | [INFO] [stderr] 39 | print_color(RGB::from_f32(0.0, n, 0.0), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_billow_quintic.rs:42:21 [INFO] [stderr] | [INFO] [stderr] 42 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/cellular.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | print_color(RGB::from_f32(col, col, col), "▒"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/cellular.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/cellular.rs:40:17 [INFO] [stderr] | [INFO] [stderr] 40 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/cellular.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/cellular.rs:37:32 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/cellular.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/value.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | print_color(RGB::from_f32(col, col, col), "▒"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/perlin_fractal.rs:36:29 [INFO] [stderr] | [INFO] [stderr] 36 | print_color(RGB::from_f32(0.0, 0.0, 1.0 - (0.0 - n)), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/perlin_fractal.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | print_color(RGB::from_f32(0.0, n, 0.0), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/perlin_fractal.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_billow_quintic.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/simplex_billow_quintic.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/simplex_billow_quintic.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/simplex_billow_quintic.rs:45:28 [INFO] [stderr] | [INFO] [stderr] 45 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/perlin_fractal.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/perlin_fractal.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/perlin_fractal.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/perlin_fractal.rs:44:28 [INFO] [stderr] | [INFO] [stderr] 44 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/value.rs:34:21 [INFO] [stderr] | [INFO] [stderr] 34 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/value.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/value.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/value.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/value.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bracket_color` [INFO] [stderr] --> examples/value_fractal.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use bracket_color::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `bracket_color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::from_f32(0.0, 0.0, 1.0 - (0.0 - n)), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:39:29 [INFO] [stderr] | [INFO] [stderr] 39 | print_color(RGB::from_f32(0.0, n, 0.0), "░"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:42:21 [INFO] [stderr] | [INFO] [stderr] 42 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/simplex_rigid_hermite.rs:45:28 [INFO] [stderr] | [INFO] [stderr] 45 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/whitenoise.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | print_color(RGB::from_f32(col, col, col), "▒"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/whitenoise.rs:34:21 [INFO] [stderr] | [INFO] [stderr] 34 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/whitenoise.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/whitenoise.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/whitenoise.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/whitenoise.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/value_fractal.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | print_color(RGB::from_f32(col, col, col), "▒"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/value_fractal.rs:34:21 [INFO] [stderr] | [INFO] [stderr] 34 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGB` [INFO] [stderr] --> examples/value_fractal.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^ use of undeclared type or module `RGB` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RGB` in this scope [INFO] [stderr] --> examples/value_fractal.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | fn print_color(color: RGB, text: &str) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/value_fractal.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/value_fractal.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | print_color(RGB::named(WHITE), "\n"); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bracket-noise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c9def039725c7b6d3c5b1d7a6136f7e0a8ead5f12997c442322e6c58eceffd58"` [INFO] running `"docker" "rm" "-f" "c9def039725c7b6d3c5b1d7a6136f7e0a8ead5f12997c442322e6c58eceffd58"` [INFO] [stdout] c9def039725c7b6d3c5b1d7a6136f7e0a8ead5f12997c442322e6c58eceffd58