[INFO] cloning repository https://github.com/rebenkoy/rust-ice-non_lifetime_binders
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rebenkoy/rust-ice-non_lifetime_binders" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frebenkoy%2Frust-ice-non_lifetime_binders", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frebenkoy%2Frust-ice-non_lifetime_binders'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96ae4be094731b9f1af7d9350287bb3d35857663
[INFO] checking rebenkoy/rust-ice-non_lifetime_binders against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frebenkoy%2Frust-ice-non_lifetime_binders" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rebenkoy/rust-ice-non_lifetime_binders
[INFO] finished tweaking git repo https://github.com/rebenkoy/rust-ice-non_lifetime_binders
[INFO] tweaked toml for git repo https://github.com/rebenkoy/rust-ice-non_lifetime_binders written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rebenkoy/rust-ice-non_lifetime_binders on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rebenkoy/rust-ice-non_lifetime_binders 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1
[INFO] running `Command { std: "docker" "start" "afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking rust-bug-non_lifetime_binders v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(non_lifetime_binders)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #108185 <https://github.com/rust-lang/rust/issues/108185> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(non_lifetime_binders)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #108185 <https://github.com/rust-lang/rust/issues/108185> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known
[INFO] [stdout]   --> src/lib.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub fn f<T1, T2>(a: T1, b: T2)
[INFO] [stdout] 20 | | where
[INFO] [stdout] 21 | |     T1: for <T> Foo<usize, Bar<T> = Bar<T>>, 
[INFO] [stdout] 22 | |     T2: for <T> Foo<usize, Bar<T> = T1::Bar<T>>,
[INFO] [stdout]    | |________________________________________________^ doesn't have a known size
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `MetaSized` is not implemented for `T`
[INFO] [stdout] note: required by a bound in `Foo::Bar`
[INFO] [stdout]   --> src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout]  6 |     type Bar<K: ?Sized>;
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `Foo::Bar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known
[INFO] [stdout]   --> src/lib.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub fn f<T1, T2>(a: T1, b: T2)
[INFO] [stdout] 20 | | where
[INFO] [stdout] 21 | |     T1: for <T> Foo<usize, Bar<T> = Bar<T>>, 
[INFO] [stdout] 22 | |     T2: for <T> Foo<usize, Bar<T> = T1::Bar<T>>,
[INFO] [stdout]    | |________________________________________________^ doesn't have a known size
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `MetaSized` is not implemented for `T`
[INFO] [stdout] note: required by a bound in `Foo::Bar`
[INFO] [stdout]   --> src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout]  6 |     type Bar<K: ?Sized>;
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `Foo::Bar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> src/lib.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn f<T1, T2>(a: T1, b: T2)
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> src/lib.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn f<T1, T2>(a: T1, b: T2)
[INFO] [stdout]    |                         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known
[INFO] [stdout]   --> src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         f(Baz{}, Baz{});
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ doesn't have a known size
[INFO] [stdout]    |
[INFO] [stdout]    = help: the nightly-only, unstable trait `MetaSized` is not implemented for `T`
[INFO] [stdout] note: required by a bound in `Foo::Bar`
[INFO] [stdout]   --> src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout]  6 |     type Bar<K: ?Sized>;
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `Foo::Bar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> src/lib.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn f<T1, T2>(a: T1, b: T2)
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> src/lib.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn f<T1, T2>(a: T1, b: T2)
[INFO] [stdout]    |                         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-bug-non_lifetime_binders` (lib) due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rust-bug-non_lifetime_binders` (lib test) due to 2 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1", kill_on_drop: false }`
[INFO] [stdout] afa8adc4eb1f165ddaf35b78d58c425e4b4f3c16141505ed6c2a504ca216b7f1
