[INFO] fetching crate sorted_vector_map 0.1.0... [INFO] checking sorted_vector_map-0.1.0 against try#32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d for pr-83312 [INFO] extracting crate sorted_vector_map 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate sorted_vector_map 0.1.0 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 sorted_vector_map 0.1.0 [INFO] finished tweaking crates.io crate sorted_vector_map 0.1.0 [INFO] tweaked toml for crates.io crate sorted_vector_map 0.1.0 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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 732ff4f5cf3a9f5d44b9e45fad3948086cd28963435da49f613d84ff33cecfb7 [INFO] running `Command { std: "docker" "start" "-a" "732ff4f5cf3a9f5d44b9e45fad3948086cd28963435da49f613d84ff33cecfb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "732ff4f5cf3a9f5d44b9e45fad3948086cd28963435da49f613d84ff33cecfb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "732ff4f5cf3a9f5d44b9e45fad3948086cd28963435da49f613d84ff33cecfb7", kill_on_drop: false }` [INFO] [stdout] 732ff4f5cf3a9f5d44b9e45fad3948086cd28963435da49f613d84ff33cecfb7 [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] 33338986bcb1b030b3af7706576af8d74ff8eb54fe1ce92f5fc490a1a93a90a7 [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" "33338986bcb1b030b3af7706576af8d74ff8eb54fe1ce92f5fc490a1a93a90a7", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Checking sorted_vector_map v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::collections::Bound` [INFO] [stdout] --> src/map.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | use std::collections::Bound::*; [INFO] [stdout] | ^^^^^ `Bound` is a type alias, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::Bound` [INFO] [stdout] --> src/set.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | use std::collections::Bound::*; [INFO] [stdout] | ^^^^^ `Bound` is a type alias, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/set.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/set.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/set.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/set.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::Bound` [INFO] [stdout] --> src/map.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | use std::collections::Bound::*; [INFO] [stdout] | ^^^^^ `Bound` is a type alias, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::Bound` [INFO] [stdout] --> src/set.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | use std::collections::Bound::*; [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/map.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | 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/map.rs:171:39 [INFO] [stdout] | [INFO] [stdout] 171 | fn range_index_start(&self, b: Bound<&Q>) -> usize [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/map.rs:193:37 [INFO] [stdout] | [INFO] [stdout] 193 | fn range_index_end(&self, b: Bound<&Q>) -> usize [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/set.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use std::collections::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/set.rs:81:39 [INFO] [stdout] | [INFO] [stdout] 81 | fn range_index_start(&self, b: Bound<&Q>) -> usize [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/set.rs:103:37 [INFO] [stdout] | [INFO] [stdout] 103 | fn range_index_end(&self, b: Bound<&Q>) -> usize [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:933:31 [INFO] [stdout] | [INFO] [stdout] 933 | check_iter(svm.range((Unbounded::<&i32>, Unbounded)), 0, 39); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:933:50 [INFO] [stdout] | [INFO] [stdout] 933 | check_iter(svm.range((Unbounded::<&i32>, Unbounded)), 0, 39); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:934:31 [INFO] [stdout] | [INFO] [stdout] 934 | check_iter(svm.range((Unbounded, Included(&2))), 0, 3); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:934:42 [INFO] [stdout] | [INFO] [stdout] 934 | check_iter(svm.range((Unbounded, Included(&2))), 0, 3); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:935:31 [INFO] [stdout] | [INFO] [stdout] 935 | check_iter(svm.range((Unbounded, Excluded(&2))), 0, 1); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:935:42 [INFO] [stdout] | [INFO] [stdout] 935 | check_iter(svm.range((Unbounded, Excluded(&2))), 0, 1); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:936:31 [INFO] [stdout] | [INFO] [stdout] 936 | check_iter(svm.range((Unbounded, Excluded(&7))), 0, 7); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:936:42 [INFO] [stdout] | [INFO] [stdout] 936 | check_iter(svm.range((Unbounded, Excluded(&7))), 0, 7); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:937:31 [INFO] [stdout] | [INFO] [stdout] 937 | check_iter(svm.range((Unbounded, Included(&13))), 0, 13); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:937:42 [INFO] [stdout] | [INFO] [stdout] 937 | check_iter(svm.range((Unbounded, Included(&13))), 0, 13); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:938:31 [INFO] [stdout] | [INFO] [stdout] 938 | check_iter(svm.range((Included(&4), Included(&13))), 4, 13); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:938:45 [INFO] [stdout] | [INFO] [stdout] 938 | check_iter(svm.range((Included(&4), Included(&13))), 4, 13); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:939:31 [INFO] [stdout] | [INFO] [stdout] 939 | check_iter(svm.range((Included(&5), Included(&14))), 6, 15); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:939:45 [INFO] [stdout] | [INFO] [stdout] 939 | check_iter(svm.range((Included(&5), Included(&14))), 6, 15); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:940:31 [INFO] [stdout] | [INFO] [stdout] 940 | check_iter(svm.range((Excluded(&5), Included(&20))), 6, 21); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:940:45 [INFO] [stdout] | [INFO] [stdout] 940 | check_iter(svm.range((Excluded(&5), Included(&20))), 6, 21); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:941:31 [INFO] [stdout] | [INFO] [stdout] 941 | check_iter(svm.range((Excluded(&6), Included(&60))), 8, 39); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:941:45 [INFO] [stdout] | [INFO] [stdout] 941 | check_iter(svm.range((Excluded(&6), Included(&60))), 8, 39); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:942:31 [INFO] [stdout] | [INFO] [stdout] 942 | check_iter(svm.range((Excluded(&-30), Unbounded)), 0, 39); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:942:47 [INFO] [stdout] | [INFO] [stdout] 942 | check_iter(svm.range((Excluded(&-30), Unbounded)), 0, 39); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:943:31 [INFO] [stdout] | [INFO] [stdout] 943 | check_iter(svm.range((Included(&-1), Unbounded)), 0, 39); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Unbounded` in this scope [INFO] [stdout] --> src/map.rs:943:46 [INFO] [stdout] | [INFO] [stdout] 943 | check_iter(svm.range((Included(&-1), Unbounded)), 0, 39); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:949:41 [INFO] [stdout] | [INFO] [stdout] 949 | let mut im = svm.range_mut((Included(&16), Excluded(&18))); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:949:56 [INFO] [stdout] | [INFO] [stdout] 949 | let mut im = svm.range_mut((Included(&16), Excluded(&18))); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/map.rs:1042:26 [INFO] [stdout] | [INFO] [stdout] 1042 | let range = (Included(&start), Excluded(&end)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/map.rs:1042:44 [INFO] [stdout] | [INFO] [stdout] 1042 | let range = (Included(&start), Excluded(&end)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 851 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 851 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/set.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/set.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope [INFO] [stdout] --> src/set.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | Included(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Included; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope [INFO] [stdout] --> src/set.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | Excluded(q) => match self.find_index(q) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use core::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use crate::set::mem::ptr::mut_ptr::slice::index::ops::Bound::Excluded; [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Bound::Excluded; [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/map.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | 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/map.rs:171:39 [INFO] [stdout] | [INFO] [stdout] 171 | fn range_index_start(&self, b: Bound<&Q>) -> usize [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/map.rs:193:37 [INFO] [stdout] | [INFO] [stdout] 193 | fn range_index_end(&self, b: Bound<&Q>) -> usize [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/set.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use std::collections::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/set.rs:81:39 [INFO] [stdout] | [INFO] [stdout] 81 | fn range_index_start(&self, b: Bound<&Q>) -> usize [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/set.rs:103:37 [INFO] [stdout] | [INFO] [stdout] 103 | fn range_index_end(&self, b: Bound<&Q>) -> usize [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0531. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sorted_vector_map` [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 36 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0531. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "33338986bcb1b030b3af7706576af8d74ff8eb54fe1ce92f5fc490a1a93a90a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33338986bcb1b030b3af7706576af8d74ff8eb54fe1ce92f5fc490a1a93a90a7", kill_on_drop: false }` [INFO] [stdout] 33338986bcb1b030b3af7706576af8d74ff8eb54fe1ce92f5fc490a1a93a90a7