[INFO] fetching crate fst 0.4.7... [INFO] checking fst-0.4.7 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] extracting crate fst 0.4.7 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate fst 0.4.7 [INFO] finished tweaking crates.io crate fst 0.4.7 [INFO] tweaked toml for crates.io crate fst 0.4.7 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fst 0.4.7 on toolchain b6bca0d7327839b5e3f7a7779947cb9113d08917 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 23 packages to latest compatible versions [INFO] [stderr] Adding quickcheck v0.9.2 (available: v1.1.0) [INFO] [stderr] Adding rand v0.7.3 (available: v0.10.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 833146493fd7590c34b140801b55a9aa92ec3e8877ac0e3de17c6512153d1093 [INFO] running `Command { std: "docker" "start" "-a" "833146493fd7590c34b140801b55a9aa92ec3e8877ac0e3de17c6512153d1093", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "833146493fd7590c34b140801b55a9aa92ec3e8877ac0e3de17c6512153d1093", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "833146493fd7590c34b140801b55a9aa92ec3e8877ac0e3de17c6512153d1093", kill_on_drop: false }` [INFO] [stdout] 833146493fd7590c34b140801b55a9aa92ec3e8877ac0e3de17c6512153d1093 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Zstrict-projection-item-bounds" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9aabfa38038ebac9b08b6a7345f85ee184a773b576fd9119a730d5d807e2949 [INFO] running `Command { std: "docker" "start" "-a" "b9aabfa38038ebac9b08b6a7345f85ee184a773b576fd9119a730d5d807e2949", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling fst v0.4.7 (/opt/rustwide/workdir) [INFO] [stderr] Compiling doc-comment v0.3.4 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] --> src/map.rs:1162:30 [INFO] [stdout] | [INFO] [stdout] 1162 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] | [INFO] [stdout] note: required for `inner_map::OpBuilder<'f>` to implement `Extend` [INFO] [stdout] --> src/map.rs:1162:16 [INFO] [stdout] | [INFO] [stdout] 1162 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1165 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], u64)>, [INFO] [stdout] | ---------------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] --> src/map.rs:1177:36 [INFO] [stdout] | [INFO] [stdout] 1177 | impl<'f, I, S> FromIterator for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] | [INFO] [stdout] note: required for `inner_map::OpBuilder<'f>` to implement `FromIterator` [INFO] [stdout] --> src/map.rs:1177:16 [INFO] [stdout] | [INFO] [stdout] 1177 | impl<'f, I, S> FromIterator for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1180 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], u64)>, [INFO] [stdout] | ---------------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:961:30 [INFO] [stdout] | [INFO] [stdout] 961 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required for `inner_set::OpBuilder<'f>` to implement `Extend` [INFO] [stdout] --> src/set.rs:961:16 [INFO] [stdout] | [INFO] [stdout] 961 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 964 | S: 'f + for<'a> Streamer<'a, Item = &'a [u8]>, [INFO] [stdout] | --------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:976:36 [INFO] [stdout] | [INFO] [stdout] 976 | impl<'f, I, S> FromIterator for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required for `inner_set::OpBuilder<'f>` to implement `FromIterator` [INFO] [stdout] --> src/set.rs:976:16 [INFO] [stdout] | [INFO] [stdout] 976 | impl<'f, I, S> FromIterator for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 979 | S: 'f + for<'a> Streamer<'a, Item = &'a [u8]>, [INFO] [stdout] | --------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/ops.rs:171:30 [INFO] [stdout] | [INFO] [stdout] 171 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required for `raw::ops::OpBuilder<'f>` to implement `Extend` [INFO] [stdout] --> src/raw/ops.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ------------------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/ops.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | impl<'f, I, S> FromIterator for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required for `raw::ops::OpBuilder<'f>` to implement `FromIterator` [INFO] [stdout] --> src/raw/ops.rs:186:16 [INFO] [stdout] | [INFO] [stdout] 186 | impl<'f, I, S> FromIterator for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ------------------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `>::Item == (&[u8], u64)` [INFO] [stdout] --> src/map.rs:676:16 [INFO] [stdout] | [INFO] [stdout] 676 | self.0.extend_stream(StreamOutput(stream.into_stream())) [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `>::Item == (&[u8], u64)` [INFO] [stdout] | [INFO] [stdout] note: required for `StreamOutput` to implement `for<'a> Streamer<'a>` [INFO] [stdout] --> src/map.rs:1262:13 [INFO] [stdout] | [INFO] [stdout] 1262 | impl<'a, S> Streamer<'a> for StreamOutput [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] 1263 | where [INFO] [stdout] 1264 | S: Streamer<'a, Item = (&'a [u8], u64)>, [INFO] [stdout] | ---------------------- unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `build::Builder::::extend_stream` [INFO] [stdout] --> src/raw/build.rs:195:47 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn extend_stream<'f, I, S>(&mut self, stream: I) -> Result<()> [INFO] [stdout] | ------------- required by a bound in this associated function [INFO] [stdout] 194 | where [INFO] [stdout] 195 | I: for<'a> IntoStreamer<'a, Into = S, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Builder::::extend_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] --> src/map.rs:966:14 [INFO] [stdout] | [INFO] [stdout] 966 | self.push(streamable); [INFO] [stdout] | ^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `inner_map::OpBuilder::<'m>::push` [INFO] [stdout] --> src/map.rs:977:38 [INFO] [stdout] | [INFO] [stdout] 974 | pub fn push(&mut self, streamable: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 977 | S: 'm + for<'a> Streamer<'a, Item = (&'a [u8], u64)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'m>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `>::Item == (&[u8], u64)` [INFO] [stdout] --> src/map.rs:979:16 [INFO] [stdout] | [INFO] [stdout] 979 | self.0.push(StreamOutput(streamable.into_stream())); [INFO] [stdout] | ^^^^ cannot satisfy `>::Item == (&[u8], u64)` [INFO] [stdout] | [INFO] [stdout] note: required for `StreamOutput` to implement `for<'a> Streamer<'a>` [INFO] [stdout] --> src/map.rs:1262:13 [INFO] [stdout] | [INFO] [stdout] 1262 | impl<'a, S> Streamer<'a> for StreamOutput [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] 1263 | where [INFO] [stdout] 1264 | S: Streamer<'a, Item = (&'a [u8], u64)>, [INFO] [stdout] | ---------------------- unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `raw::ops::OpBuilder::<'f>::push` [INFO] [stdout] --> src/raw/ops.rs:77:47 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn push(&mut self, stream: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] 76 | where [INFO] [stdout] 77 | I: for<'a> IntoStreamer<'a, Into = S, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'f>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] --> src/map.rs:1172:18 [INFO] [stdout] | [INFO] [stdout] 1172 | self.push(stream); [INFO] [stdout] | ^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `inner_map::OpBuilder::<'m>::push` [INFO] [stdout] --> src/map.rs:977:38 [INFO] [stdout] | [INFO] [stdout] 974 | pub fn push(&mut self, streamable: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 977 | S: 'm + for<'a> Streamer<'a, Item = (&'a [u8], u64)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'m>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] --> src/map.rs:1187:12 [INFO] [stdout] | [INFO] [stdout] 1187 | op.extend(it); [INFO] [stdout] | ^^^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], u64)` [INFO] [stdout] | [INFO] [stdout] note: required for `inner_map::OpBuilder<'_>` to implement `Extend` [INFO] [stdout] --> src/map.rs:1162:16 [INFO] [stdout] | [INFO] [stdout] 1162 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1165 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], u64)>, [INFO] [stdout] | ---------------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:315:16 [INFO] [stdout] | [INFO] [stdout] 315 | self.0.is_disjoint(StreamZeroOutput(stream.into_stream())) [INFO] [stdout] | ^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fst::::is_disjoint` [INFO] [stdout] --> src/raw/mod.rs:553:47 [INFO] [stdout] | [INFO] [stdout] 551 | pub fn is_disjoint<'f, I, S>(&self, stream: I) -> bool [INFO] [stdout] | ----------- required by a bound in this associated function [INFO] [stdout] 552 | where [INFO] [stdout] 553 | I: for<'a> IntoStreamer<'a, Into = S, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Fst::::is_disjoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:342:16 [INFO] [stdout] | [INFO] [stdout] 342 | self.0.is_subset(StreamZeroOutput(stream.into_stream())) [INFO] [stdout] | ^^^^^^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fst::::is_subset` [INFO] [stdout] --> src/raw/mod.rs:567:47 [INFO] [stdout] | [INFO] [stdout] 565 | pub fn is_subset<'f, I, S>(&self, stream: I) -> bool [INFO] [stdout] | --------- required by a bound in this associated function [INFO] [stdout] 566 | where [INFO] [stdout] 567 | I: for<'a> IntoStreamer<'a, Into = S, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Fst::::is_subset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:369:16 [INFO] [stdout] | [INFO] [stdout] 369 | self.0.is_superset(StreamZeroOutput(stream.into_stream())) [INFO] [stdout] | ^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fst::::is_superset` [INFO] [stdout] --> src/raw/mod.rs:586:47 [INFO] [stdout] | [INFO] [stdout] 584 | pub fn is_superset<'f, I, S>(&self, stream: I) -> bool [INFO] [stdout] | ----------- required by a bound in this associated function [INFO] [stdout] 585 | where [INFO] [stdout] 586 | I: for<'a> IntoStreamer<'a, Into = S, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Fst::::is_superset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:607:16 [INFO] [stdout] | [INFO] [stdout] 607 | self.0.extend_stream(StreamZeroOutput(stream.into_stream())) [INFO] [stdout] | ^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `build::Builder::::extend_stream` [INFO] [stdout] --> src/raw/build.rs:195:47 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn extend_stream<'f, I, S>(&mut self, stream: I) -> Result<()> [INFO] [stdout] | ------------- required by a bound in this associated function [INFO] [stdout] 194 | where [INFO] [stdout] 195 | I: for<'a> IntoStreamer<'a, Into = S, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Builder::::extend_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:843:14 [INFO] [stdout] | [INFO] [stdout] 843 | self.push(streamable); [INFO] [stdout] | ^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `inner_set::OpBuilder::<'s>::push` [INFO] [stdout] --> src/set.rs:854:38 [INFO] [stdout] | [INFO] [stdout] 851 | pub fn push(&mut self, streamable: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 854 | S: 's + for<'a> Streamer<'a, Item = &'a [u8]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'s>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:856:16 [INFO] [stdout] | [INFO] [stdout] 856 | self.0.push(StreamZeroOutput(streamable.into_stream())); [INFO] [stdout] | ^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `raw::ops::OpBuilder::<'f>::push` [INFO] [stdout] --> src/raw/ops.rs:77:47 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn push(&mut self, stream: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] 76 | where [INFO] [stdout] 77 | I: for<'a> IntoStreamer<'a, Into = S, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'f>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:971:18 [INFO] [stdout] | [INFO] [stdout] 971 | self.push(stream); [INFO] [stdout] | ^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `inner_set::OpBuilder::<'s>::push` [INFO] [stdout] --> src/set.rs:854:38 [INFO] [stdout] | [INFO] [stdout] 851 | pub fn push(&mut self, streamable: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 854 | S: 's + for<'a> Streamer<'a, Item = &'a [u8]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'s>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] --> src/set.rs:986:12 [INFO] [stdout] | [INFO] [stdout] 986 | op.extend(it); [INFO] [stdout] | ^^^^^^ cannot satisfy `for<'a> >::Item == &'a [u8]` [INFO] [stdout] | [INFO] [stdout] note: required for `inner_set::OpBuilder<'_>` to implement `Extend` [INFO] [stdout] --> src/set.rs:961:16 [INFO] [stdout] | [INFO] [stdout] 961 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 964 | S: 'f + for<'a> Streamer<'a, Item = &'a [u8]>, [INFO] [stdout] | --------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/raw/build.rs:200:30 [INFO] [stdout] | [INFO] [stdout] 200 | self.insert(key, out.value())?; [INFO] [stdout] | ^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/ops.rs:67:14 [INFO] [stdout] | [INFO] [stdout] 67 | self.push(stream); [INFO] [stdout] | ^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `raw::ops::OpBuilder::<'f>::push` [INFO] [stdout] --> src/raw/ops.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn push(&mut self, stream: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 78 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'f>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/ops.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | self.streams.push(Box::new(stream.into_stream())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] = note: required for the cast from `Box` to `Box<(dyn for<'a> Streamer<'a, Item = (&'a [u8], raw::Output)> + 'f)>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/ops.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | self.push(stream); [INFO] [stdout] | ^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `raw::ops::OpBuilder::<'f>::push` [INFO] [stdout] --> src/raw/ops.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn push(&mut self, stream: I) [INFO] [stdout] | ---- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 78 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'f>::push` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/ops.rs:196:12 [INFO] [stdout] | [INFO] [stdout] 196 | op.extend(it); [INFO] [stdout] | ^^^^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required for `raw::ops::OpBuilder<'_>` to implement `Extend` [INFO] [stdout] --> src/raw/ops.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | impl<'f, I, S> Extend for OpBuilder<'f> [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ------------------------- unsatisfied trait bound introduced here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/mod.rs:556:19 [INFO] [stdout] | [INFO] [stdout] 556 | self.op().add(stream).intersection().next().is_none() [INFO] [stdout] | ^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `raw::ops::OpBuilder::<'f>::add` [INFO] [stdout] --> src/raw/ops.rs:65:38 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn add(mut self, stream: I) -> OpBuilder<'f> [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 65 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'f>::add` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/mod.rs:570:32 [INFO] [stdout] | [INFO] [stdout] 570 | let mut op = self.op().add(stream).intersection(); [INFO] [stdout] | ^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `raw::ops::OpBuilder::<'f>::add` [INFO] [stdout] --> src/raw/ops.rs:65:38 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn add(mut self, stream: I) -> OpBuilder<'f> [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 65 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'f>::add` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] --> src/raw/mod.rs:589:32 [INFO] [stdout] | [INFO] [stdout] 589 | let mut op = self.op().add(stream).union(); [INFO] [stdout] | ^^^ cannot satisfy `for<'a> >::Item == (&'a [u8], raw::Output)` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `raw::ops::OpBuilder::<'f>::add` [INFO] [stdout] --> src/raw/ops.rs:65:38 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn add(mut self, stream: I) -> OpBuilder<'f> [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 65 | S: 'f + for<'a> Streamer<'a, Item = (&'a [u8], Output)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `OpBuilder::<'f>::add` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0284. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fst` (lib) due to 27 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b9aabfa38038ebac9b08b6a7345f85ee184a773b576fd9119a730d5d807e2949", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9aabfa38038ebac9b08b6a7345f85ee184a773b576fd9119a730d5d807e2949", kill_on_drop: false }` [INFO] [stdout] b9aabfa38038ebac9b08b6a7345f85ee184a773b576fd9119a730d5d807e2949