[INFO] cloning repository https://github.com/asheidan/rusty-mandelbrot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asheidan/rusty-mandelbrot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasheidan%2Frusty-mandelbrot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasheidan%2Frusty-mandelbrot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b1827df73d695ca7f1d8c9e8049b150145a8418a [INFO] testing asheidan/rusty-mandelbrot against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasheidan%2Frusty-mandelbrot" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asheidan/rusty-mandelbrot on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/asheidan/rusty-mandelbrot [INFO] finished tweaking git repo https://github.com/asheidan/rusty-mandelbrot [INFO] tweaked toml for git repo https://github.com/asheidan/rusty-mandelbrot written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/asheidan/rusty-mandelbrot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d134a7b9f2e75637739c100b05401a1ed5394ee0ea97ed18a13ab8b819906e84 [INFO] running `Command { std: "docker" "start" "-a" "d134a7b9f2e75637739c100b05401a1ed5394ee0ea97ed18a13ab8b819906e84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d134a7b9f2e75637739c100b05401a1ed5394ee0ea97ed18a13ab8b819906e84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d134a7b9f2e75637739c100b05401a1ed5394ee0ea97ed18a13ab8b819906e84", kill_on_drop: false }` [INFO] [stdout] d134a7b9f2e75637739c100b05401a1ed5394ee0ea97ed18a13ab8b819906e84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c55fc11eb175bc5048d7e41832feb2b9747dcd5cf5cd90498cf1d2a5805f90b7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c55fc11eb175bc5048d7e41832feb2b9747dcd5cf5cd90498cf1d2a5805f90b7", kill_on_drop: false }` [INFO] [stderr] Compiling rusty-mandelbrot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | 0 ... 205 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | 205 ... 460 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | 460 ... 715 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | 715 ... 970 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | 970 ... 1125 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | 1125 ... 1175 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | 1175 ... 1275 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ppm.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | try!(file.write(header.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ppm.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | try!(file.write(&self.data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> src/palette.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 7 | 0 ... 205 => { [INFO] [stdout] | --------- this range overlaps on `205_u32`... [INFO] [stdout] ... [INFO] [stdout] 11 | 205 ... 460 => { [INFO] [stdout] | ^^^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overlapping_range_endpoints)]` on by default [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] --> src/palette.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 11 | 205 ... 460 => { [INFO] [stdout] | ----------- this range overlaps on `460_u32`... [INFO] [stdout] ... [INFO] [stdout] 16 | 460 ... 715 => { [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] --> src/palette.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 16 | 460 ... 715 => { [INFO] [stdout] | ----------- this range overlaps on `715_u32`... [INFO] [stdout] ... [INFO] [stdout] 20 | 715 ... 970 => { [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] --> src/palette.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 20 | 715 ... 970 => { [INFO] [stdout] | ----------- this range overlaps on `970_u32`... [INFO] [stdout] ... [INFO] [stdout] 24 | 970 ... 1125 => { [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] --> src/palette.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 24 | 970 ... 1125 => { [INFO] [stdout] | ------------ this range overlaps on `1125_u32`... [INFO] [stdout] ... [INFO] [stdout] 28 | 1125 ... 1175 => { [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] --> src/palette.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 28 | 1125 ... 1175 => { [INFO] [stdout] | ------------- this range overlaps on `1175_u32`... [INFO] [stdout] ... [INFO] [stdout] 32 | 1175 ... 1275 => { [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: associated function is never used: `get_pixel` [INFO] [stdout] --> src/ppm.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_pixel(&self, x: u32, y: u32) -> Option { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "c55fc11eb175bc5048d7e41832feb2b9747dcd5cf5cd90498cf1d2a5805f90b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c55fc11eb175bc5048d7e41832feb2b9747dcd5cf5cd90498cf1d2a5805f90b7", kill_on_drop: false }` [INFO] [stdout] c55fc11eb175bc5048d7e41832feb2b9747dcd5cf5cd90498cf1d2a5805f90b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 33205fae35b8b7e238ea56cb5f79ae67bfcd0c1d4f394726bb1ce0f384c8eacc [INFO] running `Command { std: "docker" "start" "-a" "33205fae35b8b7e238ea56cb5f79ae67bfcd0c1d4f394726bb1ce0f384c8eacc", kill_on_drop: false }` [INFO] [stderr] Compiling rusty-mandelbrot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | 0 ... 205 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | 205 ... 460 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | 460 ... 715 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | 715 ... 970 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | 970 ... 1125 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | 1125 ... 1175 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/palette.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | 1175 ... 1275 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ppm.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | try!(file.write(header.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ppm.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | try!(file.write(&self.data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> src/palette.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 7 | 0 ... 205 => { [INFO] [stdout] | --------- this range overlaps on `205_u32`... [INFO] [stdout] ... [INFO] [stdout] 11 | 205 ... 460 => { [INFO] [stdout] | ^^^^^^^^^^^ ... with this range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overlapping_range_endpoints)]` on by default [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] --> src/palette.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 11 | 205 ... 460 => { [INFO] [stdout] | ----------- this range overlaps on `460_u32`... [INFO] [stdout] ... [INFO] [stdout] 16 | 460 ... 715 => { [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] --> src/palette.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 16 | 460 ... 715 => { [INFO] [stdout] | ----------- this range overlaps on `715_u32`... [INFO] [stdout] ... [INFO] [stdout] 20 | 715 ... 970 => { [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] --> src/palette.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 20 | 715 ... 970 => { [INFO] [stdout] | ----------- this range overlaps on `970_u32`... [INFO] [stdout] ... [INFO] [stdout] 24 | 970 ... 1125 => { [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] --> src/palette.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 24 | 970 ... 1125 => { [INFO] [stdout] | ------------ this range overlaps on `1125_u32`... [INFO] [stdout] ... [INFO] [stdout] 28 | 1125 ... 1175 => { [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] --> src/palette.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 28 | 1125 ... 1175 => { [INFO] [stdout] | ------------- this range overlaps on `1175_u32`... [INFO] [stdout] ... [INFO] [stdout] 32 | 1175 ... 1275 => { [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: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "33205fae35b8b7e238ea56cb5f79ae67bfcd0c1d4f394726bb1ce0f384c8eacc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33205fae35b8b7e238ea56cb5f79ae67bfcd0c1d4f394726bb1ce0f384c8eacc", kill_on_drop: false }` [INFO] [stdout] 33205fae35b8b7e238ea56cb5f79ae67bfcd0c1d4f394726bb1ce0f384c8eacc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 344f1684290f3cecca3c08997f78545c1989ce1f17622728c987325aed6eff32 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "344f1684290f3cecca3c08997f78545c1989ce1f17622728c987325aed6eff32", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/palette.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | 0 ... 205 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/palette.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | 205 ... 460 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/palette.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | 460 ... 715 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/palette.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | 715 ... 970 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/palette.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | 970 ... 1125 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/palette.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | 1125 ... 1175 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/palette.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | 1175 ... 1275 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ppm.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | try!(file.write(header.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/ppm.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | try!(file.write(&self.data)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> src/palette.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 7 | 0 ... 205 => { [INFO] [stderr] | --------- this range overlaps on `205_u32`... [INFO] [stderr] ... [INFO] [stderr] 11 | 205 ... 460 => { [INFO] [stderr] | ^^^^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(overlapping_range_endpoints)]` on by default [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: multiple patterns overlap on their endpoints [INFO] [stderr] --> src/palette.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 11 | 205 ... 460 => { [INFO] [stderr] | ----------- this range overlaps on `460_u32`... [INFO] [stderr] ... [INFO] [stderr] 16 | 460 ... 715 => { [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] --> src/palette.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 16 | 460 ... 715 => { [INFO] [stderr] | ----------- this range overlaps on `715_u32`... [INFO] [stderr] ... [INFO] [stderr] 20 | 715 ... 970 => { [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] --> src/palette.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 20 | 715 ... 970 => { [INFO] [stderr] | ----------- this range overlaps on `970_u32`... [INFO] [stderr] ... [INFO] [stderr] 24 | 970 ... 1125 => { [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] --> src/palette.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 24 | 970 ... 1125 => { [INFO] [stderr] | ------------ this range overlaps on `1125_u32`... [INFO] [stderr] ... [INFO] [stderr] 28 | 1125 ... 1175 => { [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] --> src/palette.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 28 | 1125 ... 1175 => { [INFO] [stderr] | ------------- this range overlaps on `1175_u32`... [INFO] [stderr] ... [INFO] [stderr] 32 | 1175 ... 1275 => { [INFO] [stderr] | ^^^^^^^^^^^^^ ... with this range [INFO] [stderr] | [INFO] [stderr] = note: you likely meant to write mutually exclusive ranges [INFO] [stderr] [INFO] [stderr] warning: `rusty-mandelbrot` (bin "rusty-mandelbrot" test) generated 15 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusty_mandelbrot-bbb2408c35f55faa) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test palette::tests_palette::too_many_iterations_should_be_black ... ok [INFO] [stdout] test ppm::tests::get_offset::should_return_none_if_outside_of_buffer ... ok [INFO] [stdout] test ppm::tests::get_offset::should_return_some_data_if_in_buffer ... ok [INFO] [stdout] test ppm::tests::get_pixel::should_return_some_inside_of_picture ... ok [INFO] [stdout] test ppm::tests::test_buffer_size_should_return_memory_needed_for_image ... ok [INFO] [stdout] test ppm::tests::set_pixel::should_return_false_when_setting_pixel_outside ... ok [INFO] [stdout] test ppm::tests::set_pixel::should_return_true_when_setting_pixel_inside ... ok [INFO] [stdout] test ppm::tests::get_offset::test_get_offset_should_return_correct_offset_if_in_buffer ... ok [INFO] [stdout] test ppm::tests::get_pixel::should_return_none_outside_of_picture ... ok [INFO] [stdout] test ppm::tests::test_new_should_return_ppm_same_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "344f1684290f3cecca3c08997f78545c1989ce1f17622728c987325aed6eff32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "344f1684290f3cecca3c08997f78545c1989ce1f17622728c987325aed6eff32", kill_on_drop: false }` [INFO] [stdout] 344f1684290f3cecca3c08997f78545c1989ce1f17622728c987325aed6eff32