[INFO] fetching crate indexmap-rmw 1.6.3... [INFO] checking indexmap-rmw-1.6.3 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate indexmap-rmw 1.6.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate indexmap-rmw 1.6.3 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 indexmap-rmw 1.6.3 [INFO] finished tweaking crates.io crate indexmap-rmw 1.6.3 [INFO] tweaked toml for crates.io crate indexmap-rmw 1.6.3 written to /workspace/builds/worker-10/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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] 885bf7012b56f75b159b6f8403661838fc03f89de1a911dd25f26a4c1fb2cc1b [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" "885bf7012b56f75b159b6f8403661838fc03f89de1a911dd25f26a4c1fb2cc1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "885bf7012b56f75b159b6f8403661838fc03f89de1a911dd25f26a4c1fb2cc1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "885bf7012b56f75b159b6f8403661838fc03f89de1a911dd25f26a4c1fb2cc1b", kill_on_drop: false }` [INFO] [stdout] 885bf7012b56f75b159b6f8403661838fc03f89de1a911dd25f26a4c1fb2cc1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] f0514c274c8d08060992b5b8ee8d644cc78d4067d5b3911680ba489e6b3f5e9a [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" "f0514c274c8d08060992b5b8ee8d644cc78d4067d5b3911680ba489e6b3f5e9a", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap-rmw v1.6.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking quickcheck v1.0.3 [INFO] [stdout] error[E0432]: unresolved imports `indexmap`, `indexmap::Equivalent` [INFO] [stdout] --> tests/equivalent_trait.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indexmap::indexmap; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `indexmap` [INFO] [stdout] 2 | use indexmap::Equivalent; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `indexmap` [INFO] [stdout] --> tests/equivalent_trait.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | let map = indexmap! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `indexmap` [INFO] [stdout] --> tests/equivalent_trait.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | let mut map = indexmap! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `indexmap` [INFO] [stdout] --> tests/macros_full_path.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | let _s = indexmap::indexset! { [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Equivalent` in this scope [INFO] [stdout] --> tests/equivalent_trait.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | impl Equivalent for Pair [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use indexmap_rmw::Equivalent; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> benches/faststring.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use indexmap::IndexMap; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `indexmap`, `indexmap::indexset` [INFO] [stdout] --> tests/tests.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indexmap::{indexmap, indexset}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared crate or module `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `indexmap` [INFO] [stdout] --> tests/macros_full_path.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | let _m = indexmap::indexmap! { [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `indexmap` [INFO] [stdout] --> tests/tests.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | let m = indexmap! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `indexmap-rmw` [INFO] [stdout] Some errors have detailed explanations: E0405, E0432. [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [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 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `indexmap` [INFO] [stdout] --> tests/quick.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | use indexmap::map::Entry as OEntry; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> tests/quick.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indexmap::{IndexMap, IndexSet}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `indexset` in this scope [INFO] [stdout] --> tests/tests.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | let s = indexset! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] indexmap_rmw::indexset [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OEntry` [INFO] [stdout] --> tests/quick.rs:233:24 [INFO] [stdout] | [INFO] [stdout] 233 | if let OEntry::Occupied(ent) = a.entry(k.clone()) { [INFO] [stdout] | ^^^^^^ use of undeclared type `OEntry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0404]: expected trait, found struct `Gen` [INFO] [stdout] --> tests/quick.rs:202:21 [INFO] [stdout] | [INFO] [stdout] 202 | fn arbitrary(g: &mut G) -> Self { [INFO] [stdout] | ^^^ not a trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0404]: expected trait, found struct `Gen` [INFO] [stdout] --> tests/quick.rs:455:21 [INFO] [stdout] | [INFO] [stdout] 455 | fn arbitrary(g: &mut G) -> Self { [INFO] [stdout] | ^^^ not a trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0404]: expected trait, found struct `Gen` [INFO] [stdout] --> tests/quick.rs:485:21 [INFO] [stdout] | [INFO] [stdout] 485 | fn arbitrary(g: &mut G) -> Self { [INFO] [stdout] | ^^^ not a trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0404, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0404`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> benches/bench.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use indexmap::IndexMap; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_100K` in the current scope [INFO] [stdout] --> benches/bench.rs:563:25 [INFO] [stdout] | [INFO] [stdout] 378 | / lazy_static! { [INFO] [stdout] 379 | | static ref IMAP_100K: IndexMap = { [INFO] [stdout] 380 | | let c = LOOKUP_MAP_SIZE; [INFO] [stdout] 381 | | let mut map = IndexMap::with_capacity(c as usize); [INFO] [stdout] ... | [INFO] [stdout] 387 | | }; [INFO] [stdout] 388 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 563 | let map = IMAP_100K.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_100K` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_100K` in the current scope [INFO] [stdout] --> benches/bench.rs:580:25 [INFO] [stdout] | [INFO] [stdout] 378 | / lazy_static! { [INFO] [stdout] 379 | | static ref IMAP_100K: IndexMap = { [INFO] [stdout] 380 | | let c = LOOKUP_MAP_SIZE; [INFO] [stdout] 381 | | let mut map = IndexMap::with_capacity(c as usize); [INFO] [stdout] ... | [INFO] [stdout] 387 | | }; [INFO] [stdout] 388 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 580 | let map = IMAP_100K.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_100K` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for struct `IMAP_100K` in the current scope [INFO] [stdout] --> benches/bench.rs:591:41 [INFO] [stdout] | [INFO] [stdout] 378 | / lazy_static! { [INFO] [stdout] 379 | | static ref IMAP_100K: IndexMap = { [INFO] [stdout] 380 | | let c = LOOKUP_MAP_SIZE; [INFO] [stdout] 381 | | let mut map = IndexMap::with_capacity(c as usize); [INFO] [stdout] ... | [INFO] [stdout] 387 | | }; [INFO] [stdout] 388 | | } [INFO] [stdout] | |_- method `len` not found for this [INFO] [stdout] ... [INFO] [stdout] 591 | assert_eq!(map.len(), IMAP_100K.len() - keys.len()); [INFO] [stdout] | ^^^ method not found in `IMAP_100K` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `len`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `ExactSizeIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_100K` in the current scope [INFO] [stdout] --> benches/bench.rs:618:25 [INFO] [stdout] | [INFO] [stdout] 378 | / lazy_static! { [INFO] [stdout] 379 | | static ref IMAP_100K: IndexMap = { [INFO] [stdout] 380 | | let c = LOOKUP_MAP_SIZE; [INFO] [stdout] 381 | | let mut map = IndexMap::with_capacity(c as usize); [INFO] [stdout] ... | [INFO] [stdout] 387 | | }; [INFO] [stdout] 388 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 618 | let map = IMAP_100K.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_100K` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_100K` in the current scope [INFO] [stdout] --> benches/bench.rs:632:25 [INFO] [stdout] | [INFO] [stdout] 378 | / lazy_static! { [INFO] [stdout] 379 | | static ref IMAP_100K: IndexMap = { [INFO] [stdout] 380 | | let c = LOOKUP_MAP_SIZE; [INFO] [stdout] 381 | | let mut map = IndexMap::with_capacity(c as usize); [INFO] [stdout] ... | [INFO] [stdout] 387 | | }; [INFO] [stdout] 388 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 632 | let map = IMAP_100K.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_100K` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_100K` in the current scope [INFO] [stdout] --> benches/bench.rs:654:25 [INFO] [stdout] | [INFO] [stdout] 378 | / lazy_static! { [INFO] [stdout] 379 | | static ref IMAP_100K: IndexMap = { [INFO] [stdout] 380 | | let c = LOOKUP_MAP_SIZE; [INFO] [stdout] 381 | | let mut map = IndexMap::with_capacity(c as usize); [INFO] [stdout] ... | [INFO] [stdout] 387 | | }; [INFO] [stdout] 388 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 654 | let map = IMAP_100K.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_100K` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_100K` in the current scope [INFO] [stdout] --> benches/bench.rs:676:25 [INFO] [stdout] | [INFO] [stdout] 378 | / lazy_static! { [INFO] [stdout] 379 | | static ref IMAP_100K: IndexMap = { [INFO] [stdout] 380 | | let c = LOOKUP_MAP_SIZE; [INFO] [stdout] 381 | | let mut map = IndexMap::with_capacity(c as usize); [INFO] [stdout] ... | [INFO] [stdout] 387 | | }; [INFO] [stdout] 388 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 676 | let map = IMAP_100K.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_100K` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `0` on type `&_` [INFO] [stdout] --> benches/bench.rs:699:40 [INFO] [stdout] | [INFO] [stdout] 699 | ordered.sort_by(|left, right| left.0.cmp(&right.0)); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_SORT_S` in the current scope [INFO] [stdout] --> benches/bench.rs:705:27 [INFO] [stdout] | [INFO] [stdout] 399 | / lazy_static! { [INFO] [stdout] 400 | | static ref IMAP_SORT_S: IndexMap = { [INFO] [stdout] 401 | | let mut map = IndexMap::with_capacity(SORT_MAP_SIZE); [INFO] [stdout] 402 | | for &key in &KEYS[..SORT_MAP_SIZE] { [INFO] [stdout] ... | [INFO] [stdout] 406 | | }; [INFO] [stdout] 407 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 705 | let map = IMAP_SORT_S.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_SORT_S` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_SORT_S` in the current scope [INFO] [stdout] --> benches/bench.rs:717:27 [INFO] [stdout] | [INFO] [stdout] 399 | / lazy_static! { [INFO] [stdout] 400 | | static ref IMAP_SORT_S: IndexMap = { [INFO] [stdout] 401 | | let mut map = IndexMap::with_capacity(SORT_MAP_SIZE); [INFO] [stdout] 402 | | for &key in &KEYS[..SORT_MAP_SIZE] { [INFO] [stdout] ... | [INFO] [stdout] 406 | | }; [INFO] [stdout] 407 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 717 | let map = IMAP_SORT_S.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_SORT_S` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_SORT_U32` in the current scope [INFO] [stdout] --> benches/bench.rs:729:29 [INFO] [stdout] | [INFO] [stdout] 390 | / lazy_static! { [INFO] [stdout] 391 | | static ref IMAP_SORT_U32: IndexMap = { [INFO] [stdout] 392 | | let mut map = IndexMap::with_capacity(SORT_MAP_SIZE); [INFO] [stdout] 393 | | for &key in &KEYS[..SORT_MAP_SIZE] { [INFO] [stdout] ... | [INFO] [stdout] 397 | | }; [INFO] [stdout] 398 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 729 | let map = IMAP_SORT_U32.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_SORT_U32` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_SORT_U32` in the current scope [INFO] [stdout] --> benches/bench.rs:741:29 [INFO] [stdout] | [INFO] [stdout] 390 | / lazy_static! { [INFO] [stdout] 391 | | static ref IMAP_SORT_U32: IndexMap = { [INFO] [stdout] 392 | | let mut map = IndexMap::with_capacity(SORT_MAP_SIZE); [INFO] [stdout] 393 | | for &key in &KEYS[..SORT_MAP_SIZE] { [INFO] [stdout] ... | [INFO] [stdout] 397 | | }; [INFO] [stdout] 398 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 741 | let map = IMAP_SORT_U32.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_SORT_U32` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_SORT_S` in the current scope [INFO] [stdout] --> benches/bench.rs:754:27 [INFO] [stdout] | [INFO] [stdout] 399 | / lazy_static! { [INFO] [stdout] 400 | | static ref IMAP_SORT_S: IndexMap = { [INFO] [stdout] 401 | | let mut map = IndexMap::with_capacity(SORT_MAP_SIZE); [INFO] [stdout] 402 | | for &key in &KEYS[..SORT_MAP_SIZE] { [INFO] [stdout] ... | [INFO] [stdout] 406 | | }; [INFO] [stdout] 407 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 754 | let map = IMAP_SORT_S.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_SORT_S` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `IMAP_SORT_U32` in the current scope [INFO] [stdout] --> benches/bench.rs:761:29 [INFO] [stdout] | [INFO] [stdout] 390 | / lazy_static! { [INFO] [stdout] 391 | | static ref IMAP_SORT_U32: IndexMap = { [INFO] [stdout] 392 | | let mut map = IndexMap::with_capacity(SORT_MAP_SIZE); [INFO] [stdout] 393 | | for &key in &KEYS[..SORT_MAP_SIZE] { [INFO] [stdout] ... | [INFO] [stdout] 397 | | }; [INFO] [stdout] 398 | | } [INFO] [stdout] | |_- method `clone` not found for this [INFO] [stdout] ... [INFO] [stdout] 761 | let map = IMAP_SORT_U32.clone(); [INFO] [stdout] | ^^^^^ method not found in `IMAP_SORT_U32` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f0514c274c8d08060992b5b8ee8d644cc78d4067d5b3911680ba489e6b3f5e9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0514c274c8d08060992b5b8ee8d644cc78d4067d5b3911680ba489e6b3f5e9a", kill_on_drop: false }` [INFO] [stdout] f0514c274c8d08060992b5b8ee8d644cc78d4067d5b3911680ba489e6b3f5e9a