[INFO] fetching crate fast-map 0.2.1... [INFO] checking fast-map-0.2.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [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 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 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" "+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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fast-map-derive v0.2.1 [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" "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] d4fbf637ac1c75af5a417f8b1bed05b7713a4d3f6277d7e8b52db159bf3aacfe [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" "d4fbf637ac1c75af5a417f8b1bed05b7713a4d3f6277d7e8b52db159bf3aacfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4fbf637ac1c75af5a417f8b1bed05b7713a4d3f6277d7e8b52db159bf3aacfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4fbf637ac1c75af5a417f8b1bed05b7713a4d3f6277d7e8b52db159bf3aacfe", kill_on_drop: false }` [INFO] [stdout] d4fbf637ac1c75af5a417f8b1bed05b7713a4d3f6277d7e8b52db159bf3aacfe [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" "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] 4cab5cb0e0143a74857ce23f4fa4f1c5ad2d7e957ce747ffd9d4e551f0d84b1d [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" "4cab5cb0e0143a74857ce23f4fa4f1c5ad2d7e957ce747ffd9d4e551f0d84b1d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.63 [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] 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: 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: 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] 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[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" "4cab5cb0e0143a74857ce23f4fa4f1c5ad2d7e957ce747ffd9d4e551f0d84b1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cab5cb0e0143a74857ce23f4fa4f1c5ad2d7e957ce747ffd9d4e551f0d84b1d", kill_on_drop: false }` [INFO] [stdout] 4cab5cb0e0143a74857ce23f4fa4f1c5ad2d7e957ce747ffd9d4e551f0d84b1d