[INFO] cloning repository https://github.com/Saref111/mandelbrot-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Saref111/mandelbrot-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaref111%2Fmandelbrot-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaref111%2Fmandelbrot-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f143df41aa31d56eec6b2c6905a01ce676441d89 [INFO] testing Saref111/mandelbrot-rust against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaref111%2Fmandelbrot-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Saref111/mandelbrot-rust [INFO] finished tweaking git repo https://github.com/Saref111/mandelbrot-rust [INFO] tweaked toml for git repo https://github.com/Saref111/mandelbrot-rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Saref111/mandelbrot-rust on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Saref111/mandelbrot-rust 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea46bcdaffb4982535e343d508910cf6a5732ca0f26a2779faf34a59057060a5 [INFO] running `Command { std: "docker" "start" "-a" "ea46bcdaffb4982535e343d508910cf6a5732ca0f26a2779faf34a59057060a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea46bcdaffb4982535e343d508910cf6a5732ca0f26a2779faf34a59057060a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea46bcdaffb4982535e343d508910cf6a5732ca0f26a2779faf34a59057060a5", kill_on_drop: false }` [INFO] [stdout] ea46bcdaffb4982535e343d508910cf6a5732ca0f26a2779faf34a59057060a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87daf6a3e0da85124515c9ed564718a469d0f67b54e8d672cd9d7368cd72ee96 [INFO] running `Command { std: "docker" "start" "-a" "87daf6a3e0da85124515c9ed564718a469d0f67b54e8d672cd9d7368cd72ee96", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling mandelbrot-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> main.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let x_percent = (img_x as f64 / width as f64); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18 - let x_percent = (img_x as f64 / width as f64); [INFO] [stdout] 18 + let x_percent = img_x as f64 / width as f64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> main.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | let y_percent = (img_y as f64/ height as f64); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 19 - let y_percent = (img_y as f64/ height as f64); [INFO] [stdout] 19 + let y_percent = img_y as f64/ height as f64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 55 | 0..=2 => ' ', [INFO] [stdout] | ----- this range overlaps on `2_usize`... [INFO] [stdout] 56 | 2..=5 => '.', [INFO] [stdout] | ^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] = note: `#[warn(overlapping_range_endpoints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 56 | 2..=5 => '.', [INFO] [stdout] | ----- this range overlaps on `5_usize`... [INFO] [stdout] 57 | 5..=10 => '•', [INFO] [stdout] | ^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 57 | 5..=10 => '•', [INFO] [stdout] | ------ this range overlaps on `10_usize`... [INFO] [stdout] 58 | 10..=30 => '*', [INFO] [stdout] | ^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 58 | 10..=30 => '*', [INFO] [stdout] | ------- this range overlaps on `30_usize`... [INFO] [stdout] 59 | 30..=100 => '+', [INFO] [stdout] | ^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 59 | 30..=100 => '+', [INFO] [stdout] | -------- this range overlaps on `100_usize`... [INFO] [stdout] 60 | 100..=200 => 'x', [INFO] [stdout] | ^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 60 | 100..=200 => 'x', [INFO] [stdout] | --------- this range overlaps on `200_usize`... [INFO] [stdout] 61 | 200..=400 => '$', [INFO] [stdout] | ^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 61 | 200..=400 => '$', [INFO] [stdout] | --------- this range overlaps on `400_usize`... [INFO] [stdout] 62 | 400..=700 => '#', [INFO] [stdout] | ^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `Command { std: "docker" "inspect" "87daf6a3e0da85124515c9ed564718a469d0f67b54e8d672cd9d7368cd72ee96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87daf6a3e0da85124515c9ed564718a469d0f67b54e8d672cd9d7368cd72ee96", kill_on_drop: false }` [INFO] [stdout] 87daf6a3e0da85124515c9ed564718a469d0f67b54e8d672cd9d7368cd72ee96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd68f13ced65f75075addc69ce3d87aa6b950a622ba67d45b10af648e8be95fc [INFO] running `Command { std: "docker" "start" "-a" "fd68f13ced65f75075addc69ce3d87aa6b950a622ba67d45b10af648e8be95fc", kill_on_drop: false }` [INFO] [stderr] Compiling mandelbrot-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> main.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | let x_percent = (img_x as f64 / width as f64); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18 - let x_percent = (img_x as f64 / width as f64); [INFO] [stdout] 18 + let x_percent = img_x as f64 / width as f64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> main.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | let y_percent = (img_y as f64/ height as f64); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 19 - let y_percent = (img_y as f64/ height as f64); [INFO] [stdout] 19 + let y_percent = img_y as f64/ height as f64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 55 | 0..=2 => ' ', [INFO] [stdout] | ----- this range overlaps on `2_usize`... [INFO] [stdout] 56 | 2..=5 => '.', [INFO] [stdout] | ^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] = note: `#[warn(overlapping_range_endpoints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 56 | 2..=5 => '.', [INFO] [stdout] | ----- this range overlaps on `5_usize`... [INFO] [stdout] 57 | 5..=10 => '•', [INFO] [stdout] | ^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 57 | 5..=10 => '•', [INFO] [stdout] | ------ this range overlaps on `10_usize`... [INFO] [stdout] 58 | 10..=30 => '*', [INFO] [stdout] | ^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 58 | 10..=30 => '*', [INFO] [stdout] | ------- this range overlaps on `30_usize`... [INFO] [stdout] 59 | 30..=100 => '+', [INFO] [stdout] | ^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 59 | 30..=100 => '+', [INFO] [stdout] | -------- this range overlaps on `100_usize`... [INFO] [stdout] 60 | 100..=200 => 'x', [INFO] [stdout] | ^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 60 | 100..=200 => 'x', [INFO] [stdout] | --------- this range overlaps on `200_usize`... [INFO] [stdout] 61 | 200..=400 => '$', [INFO] [stdout] | ^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> main.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 61 | 200..=400 => '$', [INFO] [stdout] | --------- this range overlaps on `400_usize`... [INFO] [stdout] 62 | 400..=700 => '#', [INFO] [stdout] | ^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: you likely meant to write mutually exclusive ranges [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `Command { std: "docker" "inspect" "fd68f13ced65f75075addc69ce3d87aa6b950a622ba67d45b10af648e8be95fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd68f13ced65f75075addc69ce3d87aa6b950a622ba67d45b10af648e8be95fc", kill_on_drop: false }` [INFO] [stdout] fd68f13ced65f75075addc69ce3d87aa6b950a622ba67d45b10af648e8be95fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 72b16ae96ece2645c9f29eb6d7c5bf4ad4b4cd0ac956f127e70e7aadffebc9d8 [INFO] running `Command { std: "docker" "start" "-a" "72b16ae96ece2645c9f29eb6d7c5bf4ad4b4cd0ac956f127e70e7aadffebc9d8", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> main.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | let x_percent = (img_x as f64 / width as f64); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 18 - let x_percent = (img_x as f64 / width as f64); [INFO] [stderr] 18 + let x_percent = img_x as f64 / width as f64; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> main.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | let y_percent = (img_y as f64/ height as f64); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 19 - let y_percent = (img_y as f64/ height as f64); [INFO] [stderr] 19 + let y_percent = img_y as f64/ height as f64; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> main.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 55 | 0..=2 => ' ', [INFO] [stderr] | ----- this range overlaps on `2_usize`... [INFO] [stderr] 56 | 2..=5 => '.', [INFO] [stderr] | ^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] = note: `#[warn(overlapping_range_endpoints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> main.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 56 | 2..=5 => '.', [INFO] [stderr] | ----- this range overlaps on `5_usize`... [INFO] [stderr] 57 | 5..=10 => '•', [INFO] [stderr] | ^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> main.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 57 | 5..=10 => '•', [INFO] [stderr] | ------ this range overlaps on `10_usize`... [INFO] [stderr] 58 | 10..=30 => '*', [INFO] [stderr] | ^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> main.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 58 | 10..=30 => '*', [INFO] [stderr] | ------- this range overlaps on `30_usize`... [INFO] [stderr] 59 | 30..=100 => '+', [INFO] [stderr] | ^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> main.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 59 | 30..=100 => '+', [INFO] [stderr] | -------- this range overlaps on `100_usize`... [INFO] [stderr] 60 | 100..=200 => 'x', [INFO] [stderr] | ^^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> main.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 60 | 100..=200 => 'x', [INFO] [stderr] | --------- this range overlaps on `200_usize`... [INFO] [stderr] 61 | 200..=400 => '$', [INFO] [stderr] | ^^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> main.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 61 | 200..=400 => '$', [INFO] [stderr] | --------- this range overlaps on `400_usize`... [INFO] [stderr] 62 | 400..=700 => '#', [INFO] [stderr] | ^^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: `mandelbrot-rust` (bin "mandelbrot-rust" test) generated 9 warnings (run `cargo fix --bin "mandelbrot-rust" --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests main.rs (/opt/rustwide/target/debug/deps/mandelbrot_rust-2f34ae479b3a6257) [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] running `Command { std: "docker" "inspect" "72b16ae96ece2645c9f29eb6d7c5bf4ad4b4cd0ac956f127e70e7aadffebc9d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72b16ae96ece2645c9f29eb6d7c5bf4ad4b4cd0ac956f127e70e7aadffebc9d8", kill_on_drop: false }` [INFO] [stdout] 72b16ae96ece2645c9f29eb6d7c5bf4ad4b4cd0ac956f127e70e7aadffebc9d8