[INFO] fetching crate bracket-noise 0.8.0...
[INFO] checking bracket-noise-0.8.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate bracket-noise 0.8.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate bracket-noise 0.8.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-5/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 4685a3b00d7359f701911a92f55c98d5d340edfe9df046a7f8b521c02634b8ba
[INFO] running `"docker" "start" "-a" "4685a3b00d7359f701911a92f55c98d5d340edfe9df046a7f8b521c02634b8ba"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]     Checking signal-hook v0.1.13
[INFO] [stderr]     Checking crossterm v0.17.2
[INFO] [stderr]     Checking rand_core v0.5.1
[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 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 `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: 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: 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[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/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[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 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[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 `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 `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/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/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/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: 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: 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[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 `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[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 `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[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[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/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[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[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 `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/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/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: 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: 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] [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: 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] 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] 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] running `"docker" "inspect" "4685a3b00d7359f701911a92f55c98d5d340edfe9df046a7f8b521c02634b8ba"`
[INFO] running `"docker" "rm" "-f" "4685a3b00d7359f701911a92f55c98d5d340edfe9df046a7f8b521c02634b8ba"`
[INFO] [stdout] 4685a3b00d7359f701911a92f55c98d5d340edfe9df046a7f8b521c02634b8ba
