[INFO] fetching crate tlbf 0.3.3... [INFO] checking tlbf-0.3.3 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] extracting crate tlbf 0.3.3 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate tlbf 0.3.3 [INFO] finished tweaking crates.io crate tlbf 0.3.3 [INFO] tweaked toml for crates.io crate tlbf 0.3.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tlbf 0.3.3 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 5 packages to latest compatible versions [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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1fc1a501e37253a2186d942f53f9f0a9a5a02844ca81bb270a975e8737705865 [INFO] running `Command { std: "docker" "start" "-a" "1fc1a501e37253a2186d942f53f9f0a9a5a02844ca81bb270a975e8737705865", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fc1a501e37253a2186d942f53f9f0a9a5a02844ca81bb270a975e8737705865", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fc1a501e37253a2186d942f53f9f0a9a5a02844ca81bb270a975e8737705865", kill_on_drop: false }` [INFO] [stdout] 1fc1a501e37253a2186d942f53f9f0a9a5a02844ca81bb270a975e8737705865 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ca7dbba4e17340af5568132ca4df5bf075d00e035b95987f20390c9fb55d4eda [INFO] running `Command { std: "docker" "start" "-a" "ca7dbba4e17340af5568132ca4df5bf075d00e035b95987f20390c9fb55d4eda", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling ghost v0.1.20 [INFO] [stderr] Checking tlbf v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: no implementation for `Or | Or` [INFO] [stdout] --> src/lib.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn contains(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or | Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `BitOr` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Or` with `Or` [INFO] [stdout] --> src/lib.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn contains(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or == Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `PartialEq` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Or | Or` [INFO] [stdout] --> src/lib.rs:13:48 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn equals(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or | Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `BitOr` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Or` with `Or` [INFO] [stdout] --> src/lib.rs:13:48 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn equals(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or == Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `PartialEq` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tlbf` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: no implementation for `Or | Or` [INFO] [stdout] --> src/lib.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn contains(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or | Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `BitOr` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Or` with `Or` [INFO] [stdout] --> src/lib.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn contains(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or == Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `PartialEq` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `Or | Or` [INFO] [stdout] --> src/lib.rs:13:48 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn equals(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or | Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `BitOr` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Or` with `Or` [INFO] [stdout] --> src/lib.rs:13:48 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn equals(&self, other: impl SetMember) -> bool { [INFO] [stdout] | ^^^^^^^^ no implementation for `Or == Or` [INFO] [stdout] | [INFO] [stdout] help: the trait `PartialEq` is not implemented for `Or` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[ghost::phantom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `ghost::phantom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tlbf` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "ca7dbba4e17340af5568132ca4df5bf075d00e035b95987f20390c9fb55d4eda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca7dbba4e17340af5568132ca4df5bf075d00e035b95987f20390c9fb55d4eda", kill_on_drop: false }` [INFO] [stdout] ca7dbba4e17340af5568132ca4df5bf075d00e035b95987f20390c9fb55d4eda