[INFO] fetching crate thin-vec 0.1.2... [INFO] checking thin-vec-0.1.2 against try#32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d for pr-83312 [INFO] extracting crate thin-vec 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate thin-vec 0.1.2 on toolchain 32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate thin-vec 0.1.2 [INFO] finished tweaking crates.io crate thin-vec 0.1.2 [INFO] tweaked toml for crates.io crate thin-vec 0.1.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eba1b6b48e41dde7dcac8ab2e2b2c6c0dcab29f92427c75918ccb7330b61a861 [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" "eba1b6b48e41dde7dcac8ab2e2b2c6c0dcab29f92427c75918ccb7330b61a861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eba1b6b48e41dde7dcac8ab2e2b2c6c0dcab29f92427c75918ccb7330b61a861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eba1b6b48e41dde7dcac8ab2e2b2c6c0dcab29f92427c75918ccb7330b61a861", kill_on_drop: false }` [INFO] [stdout] eba1b6b48e41dde7dcac8ab2e2b2c6c0dcab29f92427c75918ccb7330b61a861 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04d7557da4949d99e9b3a1d37a870a1a383ded9296f9782ae7f0e112dd8ad015 [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" "04d7557da4949d99e9b3a1d37a870a1a383ded9296f9782ae7f0e112dd8ad015", kill_on_drop: false }` [INFO] [stderr] Checking thin-vec v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::collections::Bound` [INFO] [stdout] --> src/range.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::Bound::{self, Excluded, Included, Unbounded}; [INFO] [stdout] | ^^^^^ `Bound` is a type alias, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::Bound; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:637:13 [INFO] [stdout] | [INFO] [stdout] 637 | Bound::Included(&n) => n, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:638:13 [INFO] [stdout] | [INFO] [stdout] 638 | Bound::Excluded(&n) => n + 1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:639:13 [INFO] [stdout] | [INFO] [stdout] 639 | Bound::Unbounded => 0, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:642:13 [INFO] [stdout] | [INFO] [stdout] 642 | Bound::Included(&n) => n + 1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:643:13 [INFO] [stdout] | [INFO] [stdout] 643 | Bound::Excluded(&n) => n, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:644:13 [INFO] [stdout] | [INFO] [stdout] 644 | Bound::Unbounded => len, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::Bound::{self, Excluded, Included, Unbounded}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | impl RangeArgument for (Bound, Bound) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:76:41 [INFO] [stdout] | [INFO] [stdout] 76 | impl RangeArgument for (Bound, Bound) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:94:48 [INFO] [stdout] | [INFO] [stdout] 94 | impl<'a, T: ?Sized + 'a> RangeArgument for (Bound<&'a T>, Bound<&'a T>) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:94:62 [INFO] [stdout] | [INFO] [stdout] 94 | impl<'a, T: ?Sized + 'a> RangeArgument for (Bound<&'a T>, Bound<&'a T>) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | fn start(&self) -> Bound<&T>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn end(&self) -> Bound<&T>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 33 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:95:24 [INFO] [stdout] | [INFO] [stdout] 95 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::Bound` [INFO] [stdout] --> src/range.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::Bound::{self, Excluded, Included, Unbounded}; [INFO] [stdout] | ^^^^^ `Bound` is a type alias, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::Bound; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:637:13 [INFO] [stdout] | [INFO] [stdout] 637 | Bound::Included(&n) => n, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:638:13 [INFO] [stdout] | [INFO] [stdout] 638 | Bound::Excluded(&n) => n + 1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:639:13 [INFO] [stdout] | [INFO] [stdout] 639 | Bound::Unbounded => 0, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:642:13 [INFO] [stdout] | [INFO] [stdout] 642 | Bound::Included(&n) => n + 1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:643:13 [INFO] [stdout] | [INFO] [stdout] 643 | Bound::Excluded(&n) => n, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/lib.rs:644:13 [INFO] [stdout] | [INFO] [stdout] 644 | Bound::Unbounded => len, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::Bound::{self, Excluded, Included, Unbounded}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | impl RangeArgument for (Bound, Bound) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:76:41 [INFO] [stdout] | [INFO] [stdout] 76 | impl RangeArgument for (Bound, Bound) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:94:48 [INFO] [stdout] | [INFO] [stdout] 94 | impl<'a, T: ?Sized + 'a> RangeArgument for (Bound<&'a T>, Bound<&'a T>) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:94:62 [INFO] [stdout] | [INFO] [stdout] 94 | impl<'a, T: ?Sized + 'a> RangeArgument for (Bound<&'a T>, Bound<&'a T>) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | fn start(&self) -> Bound<&T>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | fn end(&self) -> Bound<&T>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 33 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:95:24 [INFO] [stdout] | [INFO] [stdout] 95 | fn start(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::collections::Bound`: moved to `std::ops::Bound` [INFO] [stdout] --> src/range.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | fn end(&self) -> Bound<&T> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `thin-vec` [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] [stdout] error: aborting due to previous error; 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "04d7557da4949d99e9b3a1d37a870a1a383ded9296f9782ae7f0e112dd8ad015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04d7557da4949d99e9b3a1d37a870a1a383ded9296f9782ae7f0e112dd8ad015", kill_on_drop: false }` [INFO] [stdout] 04d7557da4949d99e9b3a1d37a870a1a383ded9296f9782ae7f0e112dd8ad015