[INFO] fetching crate diehardest 1.0.0... [INFO] checking diehardest-1.0.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate diehardest 1.0.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate diehardest 1.0.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate diehardest 1.0.0 [INFO] finished tweaking crates.io crate diehardest 1.0.0 [INFO] tweaked toml for crates.io crate diehardest 1.0.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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] f8d9783de77be35c1e7ac0413167961086b4ee1f8b5b0210569713c5920b55f2 [INFO] running `Command { std: "docker" "start" "-a" "f8d9783de77be35c1e7ac0413167961086b4ee1f8b5b0210569713c5920b55f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8d9783de77be35c1e7ac0413167961086b4ee1f8b5b0210569713c5920b55f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8d9783de77be35c1e7ac0413167961086b4ee1f8b5b0210569713c5920b55f2", kill_on_drop: false }` [INFO] [stdout] f8d9783de77be35c1e7ac0413167961086b4ee1f8b5b0210569713c5920b55f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b64faf72182eedbf4e34d6f5d4545495f64faaf613743ffbd6fa954359228086 [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" "b64faf72182eedbf4e34d6f5d4545495f64faaf613743ffbd6fa954359228086", kill_on_drop: false }` [INFO] [stderr] Checking diehardest v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | 0...4 => 127, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | 6...16 => 120, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | 16...32 => 90, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:101:23 [INFO] [stdout] | [INFO] [stdout] 101 | 32...64 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:102:23 [INFO] [stdout] | [INFO] [stdout] 102 | 64...80 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | 0...4 => 128, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 109 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | 6...16 => 120, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:111:23 [INFO] [stdout] | [INFO] [stdout] 111 | 16...32 => 90, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:112:23 [INFO] [stdout] | [INFO] [stdout] 112 | 32...64 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 113 | 64...80 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:130:22 [INFO] [stdout] | [INFO] [stdout] 130 | 0...4 => 127, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | 6...10 => 110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:133:23 [INFO] [stdout] | [INFO] [stdout] 133 | 10...15 => 70, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:134:23 [INFO] [stdout] | [INFO] [stdout] 134 | 15...18 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | 18...20 => 30, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 136 | 20...32 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:142:22 [INFO] [stdout] | [INFO] [stdout] 142 | 0...4 => 128, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:143:22 [INFO] [stdout] | [INFO] [stdout] 143 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:144:22 [INFO] [stdout] | [INFO] [stdout] 144 | 6...10 => 110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:145:23 [INFO] [stdout] | [INFO] [stdout] 145 | 10...15 => 70, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | 15...18 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | 18...20 => 30, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:148:23 [INFO] [stdout] | [INFO] [stdout] 148 | 20...32 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | 0...4 => 127, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | 6...16 => 120, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | 16...32 => 90, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:101:23 [INFO] [stdout] | [INFO] [stdout] 101 | 32...64 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:102:23 [INFO] [stdout] | [INFO] [stdout] 102 | 64...80 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | 0...4 => 128, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 109 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | 6...16 => 120, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:111:23 [INFO] [stdout] | [INFO] [stdout] 111 | 16...32 => 90, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:112:23 [INFO] [stdout] | [INFO] [stdout] 112 | 32...64 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 113 | 64...80 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:130:22 [INFO] [stdout] | [INFO] [stdout] 130 | 0...4 => 127, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | 6...10 => 110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:133:23 [INFO] [stdout] | [INFO] [stdout] 133 | 10...15 => 70, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:134:23 [INFO] [stdout] | [INFO] [stdout] 134 | 15...18 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | 18...20 => 30, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 136 | 20...32 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:142:22 [INFO] [stdout] | [INFO] [stdout] 142 | 0...4 => 128, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:143:22 [INFO] [stdout] | [INFO] [stdout] 143 | 4...6 => 126, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:144:22 [INFO] [stdout] | [INFO] [stdout] 144 | 6...10 => 110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:145:23 [INFO] [stdout] | [INFO] [stdout] 145 | 10...15 => 70, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | 15...18 => 50, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | 18...20 => 30, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/analysis.rs:148:23 [INFO] [stdout] | [INFO] [stdout] 148 | 20...32 => 20, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns overlap on their endpoints [INFO] [stdout] --> src/analysis.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 97 | 0...4 => 127, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 98 | 4...6 => 126, [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/analysis.rs:99:21 [INFO] [stdout] | [INFO] [stdout] 98 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 99 | 6...16 => 120, [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/analysis.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 99 | 6...16 => 120, [INFO] [stdout] | ------ this range overlaps on `16_i32`... [INFO] [stdout] 100 | 16...32 => 90, [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/analysis.rs:101:21 [INFO] [stdout] | [INFO] [stdout] 100 | 16...32 => 90, [INFO] [stdout] | ------- this range overlaps on `32_i32`... [INFO] [stdout] 101 | 32...64 => 50, [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/analysis.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 101 | 32...64 => 50, [INFO] [stdout] | ------- this range overlaps on `64_i32`... [INFO] [stdout] 102 | 64...80 => 20, [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/analysis.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 108 | 0...4 => 128, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 109 | 4...6 => 126, [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/analysis.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 109 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 110 | 6...16 => 120, [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/analysis.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 110 | 6...16 => 120, [INFO] [stdout] | ------ this range overlaps on `16_i32`... [INFO] [stdout] 111 | 16...32 => 90, [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/analysis.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 111 | 16...32 => 90, [INFO] [stdout] | ------- this range overlaps on `32_i32`... [INFO] [stdout] 112 | 32...64 => 50, [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/analysis.rs:113:21 [INFO] [stdout] | [INFO] [stdout] 112 | 32...64 => 50, [INFO] [stdout] | ------- this range overlaps on `64_i32`... [INFO] [stdout] 113 | 64...80 => 20, [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/analysis.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 130 | 0...4 => 127, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 131 | 4...6 => 126, [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/analysis.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 131 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 132 | 6...10 => 110, [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/analysis.rs:133:21 [INFO] [stdout] | [INFO] [stdout] 132 | 6...10 => 110, [INFO] [stdout] | ------ this range overlaps on `10_i32`... [INFO] [stdout] 133 | 10...15 => 70, [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/analysis.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 133 | 10...15 => 70, [INFO] [stdout] | ------- this range overlaps on `15_i32`... [INFO] [stdout] 134 | 15...18 => 50, [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/analysis.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 134 | 15...18 => 50, [INFO] [stdout] | ------- this range overlaps on `18_i32`... [INFO] [stdout] 135 | 18...20 => 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] --> src/analysis.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 135 | 18...20 => 30, [INFO] [stdout] | ------- this range overlaps on `20_i32`... [INFO] [stdout] 136 | 20...32 => 20, [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/analysis.rs:143:21 [INFO] [stdout] | [INFO] [stdout] 142 | 0...4 => 128, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 143 | 4...6 => 126, [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/analysis.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 143 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 144 | 6...10 => 110, [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/analysis.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 144 | 6...10 => 110, [INFO] [stdout] | ------ this range overlaps on `10_i32`... [INFO] [stdout] 145 | 10...15 => 70, [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/analysis.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 145 | 10...15 => 70, [INFO] [stdout] | ------- this range overlaps on `15_i32`... [INFO] [stdout] 146 | 15...18 => 50, [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/analysis.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 146 | 15...18 => 50, [INFO] [stdout] | ------- this range overlaps on `18_i32`... [INFO] [stdout] 147 | 18...20 => 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] --> src/analysis.rs:148:21 [INFO] [stdout] | [INFO] [stdout] 147 | 18...20 => 30, [INFO] [stdout] | ------- this range overlaps on `20_i32`... [INFO] [stdout] 148 | 20...32 => 20, [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/analysis.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 97 | 0...4 => 127, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 98 | 4...6 => 126, [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/analysis.rs:99:21 [INFO] [stdout] | [INFO] [stdout] 98 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 99 | 6...16 => 120, [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/analysis.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 99 | 6...16 => 120, [INFO] [stdout] | ------ this range overlaps on `16_i32`... [INFO] [stdout] 100 | 16...32 => 90, [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/analysis.rs:101:21 [INFO] [stdout] | [INFO] [stdout] 100 | 16...32 => 90, [INFO] [stdout] | ------- this range overlaps on `32_i32`... [INFO] [stdout] 101 | 32...64 => 50, [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/analysis.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 101 | 32...64 => 50, [INFO] [stdout] | ------- this range overlaps on `64_i32`... [INFO] [stdout] 102 | 64...80 => 20, [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/analysis.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 108 | 0...4 => 128, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 109 | 4...6 => 126, [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/analysis.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 109 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 110 | 6...16 => 120, [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/analysis.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 110 | 6...16 => 120, [INFO] [stdout] | ------ this range overlaps on `16_i32`... [INFO] [stdout] 111 | 16...32 => 90, [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/analysis.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 111 | 16...32 => 90, [INFO] [stdout] | ------- this range overlaps on `32_i32`... [INFO] [stdout] 112 | 32...64 => 50, [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/analysis.rs:113:21 [INFO] [stdout] | [INFO] [stdout] 112 | 32...64 => 50, [INFO] [stdout] | ------- this range overlaps on `64_i32`... [INFO] [stdout] 113 | 64...80 => 20, [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/analysis.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 130 | 0...4 => 127, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 131 | 4...6 => 126, [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/analysis.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 131 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 132 | 6...10 => 110, [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/analysis.rs:133:21 [INFO] [stdout] | [INFO] [stdout] 132 | 6...10 => 110, [INFO] [stdout] | ------ this range overlaps on `10_i32`... [INFO] [stdout] 133 | 10...15 => 70, [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/analysis.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 133 | 10...15 => 70, [INFO] [stdout] | ------- this range overlaps on `15_i32`... [INFO] [stdout] 134 | 15...18 => 50, [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/analysis.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 134 | 15...18 => 50, [INFO] [stdout] | ------- this range overlaps on `18_i32`... [INFO] [stdout] 135 | 18...20 => 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] --> src/analysis.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 135 | 18...20 => 30, [INFO] [stdout] | ------- this range overlaps on `20_i32`... [INFO] [stdout] 136 | 20...32 => 20, [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/analysis.rs:143:21 [INFO] [stdout] | [INFO] [stdout] 142 | 0...4 => 128, [INFO] [stdout] | ----- this range overlaps on `4_i32`... [INFO] [stdout] 143 | 4...6 => 126, [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/analysis.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 143 | 4...6 => 126, [INFO] [stdout] | ----- this range overlaps on `6_i32`... [INFO] [stdout] 144 | 6...10 => 110, [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/analysis.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 144 | 6...10 => 110, [INFO] [stdout] | ------ this range overlaps on `10_i32`... [INFO] [stdout] 145 | 10...15 => 70, [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/analysis.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 145 | 10...15 => 70, [INFO] [stdout] | ------- this range overlaps on `15_i32`... [INFO] [stdout] 146 | 15...18 => 50, [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/analysis.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 146 | 15...18 => 50, [INFO] [stdout] | ------- this range overlaps on `18_i32`... [INFO] [stdout] 147 | 18...20 => 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] --> src/analysis.rs:148:21 [INFO] [stdout] | [INFO] [stdout] 147 | 18...20 => 30, [INFO] [stdout] | ------- this range overlaps on `20_i32`... [INFO] [stdout] 148 | 20...32 => 20, [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: 48 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 48 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "b64faf72182eedbf4e34d6f5d4545495f64faaf613743ffbd6fa954359228086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b64faf72182eedbf4e34d6f5d4545495f64faaf613743ffbd6fa954359228086", kill_on_drop: false }` [INFO] [stdout] b64faf72182eedbf4e34d6f5d4545495f64faaf613743ffbd6fa954359228086