[INFO] fetching crate fast-map 0.2.1... [INFO] checking fast-map-0.2.1 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate fast-map 0.2.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate fast-map 0.2.1 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fast-map 0.2.1 [INFO] finished tweaking crates.io crate fast-map 0.2.1 [INFO] tweaked toml for crates.io crate fast-map 0.2.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fbffbb9b39a1a994af06c00323be2274c8b5624b86221dec34e797d87f17d12 [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" "2fbffbb9b39a1a994af06c00323be2274c8b5624b86221dec34e797d87f17d12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fbffbb9b39a1a994af06c00323be2274c8b5624b86221dec34e797d87f17d12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fbffbb9b39a1a994af06c00323be2274c8b5624b86221dec34e797d87f17d12", kill_on_drop: false }` [INFO] [stdout] 2fbffbb9b39a1a994af06c00323be2274c8b5624b86221dec34e797d87f17d12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27f3067206c4637b644407b9dd3f5e6157cf5959249f797d8a48c5f8618fc870 [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" "27f3067206c4637b644407b9dd3f5e6157cf5959249f797d8a48c5f8618fc870", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling fast-map v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling fast-map-derive v0.2.1 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `A` [INFO] [stdout] --> src/lib.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | A, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `D` [INFO] [stdout] --> src/lib.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | D, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | foo.insert(1, "1"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | foo.insert(2, "2"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | foo.insert(3, "3"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | foo.insert(4, "4"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fast_map::easy` [INFO] [stdout] --> benches/all.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | use fast_map::easy::MapLike; [INFO] [stdout] | ^^^^ could not find `easy` in `fast_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fast_map::easy` [INFO] [stdout] --> benches/all.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | use fast_map::easy::MapLike; [INFO] [stdout] | ^^^^ could not find `easy` in `fast_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> benches/all.rs:19:6 [INFO] [stdout] | [INFO] [stdout] 19 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> benches/all.rs:43:6 [INFO] [stdout] | [INFO] [stdout] 43 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `cloned` exists for enum `Result, fast_map::Error>`, but its trait bounds were not satisfied [INFO] [stdout] --> benches/all.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | (foo.get(&A::A).cloned(), foo.get(&A::B).cloned(), foo.get(&A::C).cloned()) [INFO] [stdout] | ^^^^^^ method cannot be called on `Result, fast_map::Error>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Result, fast_map::Error>: Iterator` [INFO] [stdout] which is required by `&mut Result, fast_map::Error>: Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `cloned` exists for enum `Result, fast_map::Error>`, but its trait bounds were not satisfied [INFO] [stdout] --> benches/all.rs:31:50 [INFO] [stdout] | [INFO] [stdout] 31 | (foo.get(&A::A).cloned(), foo.get(&A::B).cloned(), foo.get(&A::C).cloned()) [INFO] [stdout] | ^^^^^^ method cannot be called on `Result, fast_map::Error>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Result, fast_map::Error>: Iterator` [INFO] [stdout] which is required by `&mut Result, fast_map::Error>: Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `cloned` exists for enum `Result, fast_map::Error>`, but its trait bounds were not satisfied [INFO] [stdout] --> benches/all.rs:31:75 [INFO] [stdout] | [INFO] [stdout] 31 | (foo.get(&A::A).cloned(), foo.get(&A::B).cloned(), foo.get(&A::C).cloned()) [INFO] [stdout] | ^^^^^^ method cannot be called on `Result, fast_map::Error>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Result, fast_map::Error>: Iterator` [INFO] [stdout] which is required by `&mut Result, fast_map::Error>: Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `cloned` exists for enum `Result, fast_map::Error>`, but its trait bounds were not satisfied [INFO] [stdout] --> benches/all.rs:112:34 [INFO] [stdout] | [INFO] [stdout] 112 | keywords.get("loop").cloned(), [INFO] [stdout] | ^^^^^^ method cannot be called on `Result, fast_map::Error>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Result, fast_map::Error>: Iterator` [INFO] [stdout] which is required by `&mut Result, fast_map::Error>: Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `cloned` exists for enum `Result, fast_map::Error>`, but its trait bounds were not satisfied [INFO] [stdout] --> benches/all.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 113 | keywords.get("break").cloned(), [INFO] [stdout] | ^^^^^^ method cannot be called on `Result, fast_map::Error>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Result, fast_map::Error>: Iterator` [INFO] [stdout] which is required by `&mut Result, fast_map::Error>: Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `cloned` exists for enum `Result, fast_map::Error>`, but its trait bounds were not satisfied [INFO] [stdout] --> benches/all.rs:114:36 [INFO] [stdout] | [INFO] [stdout] 114 | keywords.get("extern").cloned(), [INFO] [stdout] | ^^^^^^ method cannot be called on `Result, fast_map::Error>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `Result, fast_map::Error>: Iterator` [INFO] [stdout] which is required by `&mut Result, fast_map::Error>: Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fast-map` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "27f3067206c4637b644407b9dd3f5e6157cf5959249f797d8a48c5f8618fc870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27f3067206c4637b644407b9dd3f5e6157cf5959249f797d8a48c5f8618fc870", kill_on_drop: false }` [INFO] [stdout] 27f3067206c4637b644407b9dd3f5e6157cf5959249f797d8a48c5f8618fc870