[INFO] fetching crate sorted-collections 0.0.8...
[INFO] testing sorted-collections-0.0.8 against 1.91.0 for beta-1.92-2
[INFO] extracting crate sorted-collections 0.0.8 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate sorted-collections 0.0.8
[INFO] finished tweaking crates.io crate sorted-collections 0.0.8
[INFO] tweaked toml for crates.io crate sorted-collections 0.0.8 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sorted-collections 0.0.8 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbcf1a944a630780e7402ffa6066244ef384b93fb74ac10b2375e1a11ab9cd0d
[INFO] running `Command { std: "docker" "start" "-a" "cbcf1a944a630780e7402ffa6066244ef384b93fb74ac10b2375e1a11ab9cd0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbcf1a944a630780e7402ffa6066244ef384b93fb74ac10b2375e1a11ab9cd0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbcf1a944a630780e7402ffa6066244ef384b93fb74ac10b2375e1a11ab9cd0d", kill_on_drop: false }`
[INFO] [stdout] cbcf1a944a630780e7402ffa6066244ef384b93fb74ac10b2375e1a11ab9cd0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 036ca1bf75ed2d79a2b93b75eae603950ed77ea46f3be2552479fdb3eb656d6b
[INFO] running `Command { std: "docker" "start" "-a" "036ca1bf75ed2d79a2b93b75eae603950ed77ea46f3be2552479fdb3eb656d6b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling sorted-collections v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(collections, core)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/sortedset.rs:267:32
[INFO] [stdout]     |
[INFO] [stdout] 267 |     fn range_remove(&mut self, Bound<&T>, to_elem: Bound<&T>) -> Self::RangeRemove;
[INFO] [stdout]     |                                ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Bound<&T>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]     = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(collections, core)]
[INFO] [stdout]    |                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `collections`
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![feature(collections, core)]
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<&K>: RangeBounds<K>` is not satisfied
[INFO] [stdout]    --> src/sortedmap.rs:333:24
[INFO] [stdout]     |
[INFO] [stdout] 333 |             self.range(Included(key), Unbounded).map(|(k, _)| k).min()
[INFO] [stdout]     |                  ----- ^^^^^^^^^^^^^ the trait `RangeBounds<K>` is not implemented for `Bound<&K>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeMap::<K, V, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:5
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedmap.rs:333:18
[INFO] [stdout]     |
[INFO] [stdout] 333 |             self.range(Included(key), Unbounded).map(|(k, _)| k).min()
[INFO] [stdout]     |                  ^^^^^                --------- unexpected argument #2 of type `Bound<_>`
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:12
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<_>: RangeBounds<K>` is not satisfied
[INFO] [stdout]    --> src/sortedmap.rs:350:24
[INFO] [stdout]     |
[INFO] [stdout] 350 |             self.range(Unbounded, Included(key)).map(|(k, _)| k).max()
[INFO] [stdout]     |                  ----- ^^^^^^^^^ the trait `RangeBounds<K>` is not implemented for `Bound<_>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeMap::<K, V, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:5
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedmap.rs:350:18
[INFO] [stdout]     |
[INFO] [stdout] 350 |             self.range(Unbounded, Included(key)).map(|(k, _)| k).max()
[INFO] [stdout]     |                  ^^^^^            ------------- unexpected argument #2 of type `Bound<&K>`
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:12
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<&K>: RangeBounds<K>` is not satisfied
[INFO] [stdout]    --> src/sortedmap.rs:367:24
[INFO] [stdout]     |
[INFO] [stdout] 367 |             self.range(Excluded(key), Unbounded).map(|(k, _)| k).min()
[INFO] [stdout]     |                  ----- ^^^^^^^^^^^^^ the trait `RangeBounds<K>` is not implemented for `Bound<&K>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeMap::<K, V, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:5
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedmap.rs:367:18
[INFO] [stdout]     |
[INFO] [stdout] 367 |             self.range(Excluded(key), Unbounded).map(|(k, _)| k).min()
[INFO] [stdout]     |                  ^^^^^                --------- unexpected argument #2 of type `Bound<_>`
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:12
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<_>: RangeBounds<K>` is not satisfied
[INFO] [stdout]    --> src/sortedmap.rs:384:24
[INFO] [stdout]     |
[INFO] [stdout] 384 |             self.range(Unbounded, Excluded(key)).map(|(k, _)| k).max()
[INFO] [stdout]     |                  ----- ^^^^^^^^^ the trait `RangeBounds<K>` is not implemented for `Bound<_>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeMap::<K, V, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:5
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedmap.rs:384:18
[INFO] [stdout]     |
[INFO] [stdout] 384 |             self.range(Unbounded, Excluded(key)).map(|(k, _)| k).max()
[INFO] [stdout]     |                  ^^^^^            ------------- unexpected argument #2 of type `Bound<&K>`
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:12
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<&K>: RangeBounds<K>` is not satisfied
[INFO] [stdout]    --> src/sortedmap.rs:401:43
[INFO] [stdout]     |
[INFO] [stdout] 401 |             let keys: Vec<K> = self.range(from_key, to_key).map(|(k, _)| k.clone()).collect();
[INFO] [stdout]     |                                     ----- ^^^^^^^^ the trait `RangeBounds<K>` is not implemented for `Bound<&K>`
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeMap::<K, V, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:5
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedmap.rs:401:37
[INFO] [stdout]     |
[INFO] [stdout] 401 |             let keys: Vec<K> = self.range(from_key, to_key).map(|(k, _)| k.clone()).collect();
[INFO] [stdout]     |                                     ^^^^^           ------ unexpected argument #2 of type `Bound<&K>`
[INFO] [stdout] ...
[INFO] [stdout] 416 |     sortedmap_impl!(BTreeMap<K, V>, BTreeMapRangeRemove, BTreeMapRangeRemove<K, V>);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/map.rs:1260:12
[INFO] [stdout]     = note: this error originates in the macro `sortedmap_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<&T>: RangeBounds<T>` is not satisfied
[INFO] [stdout]    --> src/sortedset.rs:308:24
[INFO] [stdout]     |
[INFO] [stdout] 308 |             self.range(Included(elem), Unbounded).min()
[INFO] [stdout]     |                  ----- ^^^^^^^^^^^^^^ the trait `RangeBounds<T>` is not implemented for `Bound<&T>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeSet::<T, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:5
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedset.rs:308:18
[INFO] [stdout]     |
[INFO] [stdout] 308 |             self.range(Included(elem), Unbounded).min()
[INFO] [stdout]     |                  ^^^^^                 --------- unexpected argument #2 of type `Bound<_>`
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:12
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<_>: RangeBounds<T>` is not satisfied
[INFO] [stdout]    --> src/sortedset.rs:325:24
[INFO] [stdout]     |
[INFO] [stdout] 325 |             self.range(Unbounded, Included(elem)).max()
[INFO] [stdout]     |                  ----- ^^^^^^^^^ the trait `RangeBounds<T>` is not implemented for `Bound<_>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeSet::<T, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:5
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedset.rs:325:18
[INFO] [stdout]     |
[INFO] [stdout] 325 |             self.range(Unbounded, Included(elem)).max()
[INFO] [stdout]     |                  ^^^^^            -------------- unexpected argument #2 of type `Bound<&T>`
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:12
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<&T>: RangeBounds<T>` is not satisfied
[INFO] [stdout]    --> src/sortedset.rs:342:24
[INFO] [stdout]     |
[INFO] [stdout] 342 |             self.range(Excluded(elem), Unbounded).min()
[INFO] [stdout]     |                  ----- ^^^^^^^^^^^^^^ the trait `RangeBounds<T>` is not implemented for `Bound<&T>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeSet::<T, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:5
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedset.rs:342:18
[INFO] [stdout]     |
[INFO] [stdout] 342 |             self.range(Excluded(elem), Unbounded).min()
[INFO] [stdout]     |                  ^^^^^                 --------- unexpected argument #2 of type `Bound<_>`
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:12
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<_>: RangeBounds<T>` is not satisfied
[INFO] [stdout]    --> src/sortedset.rs:359:24
[INFO] [stdout]     |
[INFO] [stdout] 359 |             self.range(Unbounded, Excluded(elem)).max()
[INFO] [stdout]     |                  ----- ^^^^^^^^^ the trait `RangeBounds<T>` is not implemented for `Bound<_>`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeSet::<T, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:5
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedset.rs:359:18
[INFO] [stdout]     |
[INFO] [stdout] 359 |             self.range(Unbounded, Excluded(elem)).max()
[INFO] [stdout]     |                  ^^^^^            -------------- unexpected argument #2 of type `Bound<&T>`
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:12
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bound<&T>: RangeBounds<T>` is not satisfied
[INFO] [stdout]    --> src/sortedset.rs:376:40
[INFO] [stdout]     |
[INFO] [stdout] 376 |             let ret: $typ = self.range(from_elem, to_elem).cloned().collect();
[INFO] [stdout]     |                                  ----- ^^^^^^^^^ the trait `RangeBounds<T>` is not implemented for `Bound<&T>`
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `BTreeSet::<T, A>::range`
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:5
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 2 arguments were supplied
[INFO] [stdout]    --> src/sortedset.rs:376:34
[INFO] [stdout]     |
[INFO] [stdout] 376 |             let ret: $typ = self.range(from_elem, to_elem).cloned().collect();
[INFO] [stdout]     |                                  ^^^^^            ------- unexpected argument #2 of type `Bound<&T>`
[INFO] [stdout] ...
[INFO] [stdout] 393 |     sortedset_impl!(BTreeSet<T>, BTreeSetRangeRemove, BTreeSetRangeRemove<T>);
[INFO] [stdout]     |     ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/collections/btree/set.rs:396:12
[INFO] [stdout]     = note: this error originates in the macro `sortedset_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0554, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sorted-collections` (lib) due to 22 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "036ca1bf75ed2d79a2b93b75eae603950ed77ea46f3be2552479fdb3eb656d6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "036ca1bf75ed2d79a2b93b75eae603950ed77ea46f3be2552479fdb3eb656d6b", kill_on_drop: false }`
[INFO] [stdout] 036ca1bf75ed2d79a2b93b75eae603950ed77ea46f3be2552479fdb3eb656d6b
