[INFO] fetching crate sparsey 0.13.3... [INFO] checking sparsey-0.13.3 against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] extracting crate sparsey 0.13.3 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate sparsey 0.13.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sparsey 0.13.3 [INFO] tweaked toml for crates.io crate sparsey 0.13.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sparsey 0.13.3 on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sparsey 0.13.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e42ff777a0eed4d7775419507a180d97a75178d3cebbec6b8c59cd8fcf98b3e [INFO] running `Command { std: "docker" "start" "-a" "9e42ff777a0eed4d7775419507a180d97a75178d3cebbec6b8c59cd8fcf98b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e42ff777a0eed4d7775419507a180d97a75178d3cebbec6b8c59cd8fcf98b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e42ff777a0eed4d7775419507a180d97a75178d3cebbec6b8c59cd8fcf98b3e", kill_on_drop: false }` [INFO] [stdout] 9e42ff777a0eed4d7775419507a180d97a75178d3cebbec6b8c59cd8fcf98b3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fbc8f814701dbff5d4a3948febdb4f8acfeb88380da76d203b34e2bea8af848 [INFO] running `Command { std: "docker" "start" "-a" "2fbc8f814701dbff5d4a3948febdb4f8acfeb88380da76d203b34e2bea8af848", kill_on_drop: false }` [INFO] [stderr] Checking atomic_refcell v0.1.13 [INFO] [stderr] Checking hashbrown v0.15.3 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking sparsey v0.13.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/world/mod.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | self.query_all().for_each(f); [INFO] [stdout] | ^^^^^^^^^ cannot infer type of the type parameter `G` declared on the method `query_all` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: query::Query` [INFO] [stdout] = help: the following types implement trait `query::Query`: [INFO] [stdout] () [INFO] [stdout] (A, B) [INFO] [stdout] (A, B, C) [INFO] [stdout] (A, B, C, D) [INFO] [stdout] (A, B, C, D, E) [INFO] [stdout] (A, B, C, D, E, F) [INFO] [stdout] (A, B, C, D, E, F, G) [INFO] [stdout] (A, B, C, D, E, F, G, H) [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `world::World::query_all` [INFO] [stdout] --> src/world/mod.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn query_all(&self) -> QueryAll [INFO] [stdout] | --------- required by a bound in this associated function [INFO] [stdout] 193 | where [INFO] [stdout] 194 | G: Query, [INFO] [stdout] | ^^^^^ required by this bound in `World::query_all` [INFO] [stdout] help: consider specifying the generic argument [INFO] [stdout] | [INFO] [stdout] 213 | self.query_all::().for_each(f); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/world/mod.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | self.query_all().for_each(f); [INFO] [stdout] | ^^^^^^^^^ cannot infer type of the type parameter `G` declared on the method `query_all` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: query::Query` [INFO] [stdout] = help: the following types implement trait `query::Query`: [INFO] [stdout] () [INFO] [stdout] (A, B) [INFO] [stdout] (A, B, C) [INFO] [stdout] (A, B, C, D) [INFO] [stdout] (A, B, C, D, E) [INFO] [stdout] (A, B, C, D, E, F) [INFO] [stdout] (A, B, C, D, E, F, G) [INFO] [stdout] (A, B, C, D, E, F, G, H) [INFO] [stdout] and 9 others [INFO] [stdout] note: required by a bound in `world::World::query_all` [INFO] [stdout] --> src/world/mod.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn query_all(&self) -> QueryAll [INFO] [stdout] | --------- required by a bound in this associated function [INFO] [stdout] 193 | where [INFO] [stdout] 194 | G: Query, [INFO] [stdout] | ^^^^^ required by this bound in `World::query_all` [INFO] [stdout] help: consider specifying the generic argument [INFO] [stdout] | [INFO] [stdout] 213 | self.query_all::().for_each(f); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sparsey` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sparsey` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2fbc8f814701dbff5d4a3948febdb4f8acfeb88380da76d203b34e2bea8af848", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fbc8f814701dbff5d4a3948febdb4f8acfeb88380da76d203b34e2bea8af848", kill_on_drop: false }` [INFO] [stdout] 2fbc8f814701dbff5d4a3948febdb4f8acfeb88380da76d203b34e2bea8af848