[INFO] fetching crate kathy 0.1.0...
[INFO] checking kathy-0.1.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate kathy 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate kathy 0.1.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate kathy 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate kathy 0.1.0
[INFO] tweaked toml for crates.io crate kathy 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate kathy 0.1.0 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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded kathy_macros v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a36a11fb04747a34c0f2d0d1004de72fa3642afafe34cfcc931e99835af9349b
[INFO] running `Command { std: "docker" "start" "-a" "a36a11fb04747a34c0f2d0d1004de72fa3642afafe34cfcc931e99835af9349b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a36a11fb04747a34c0f2d0d1004de72fa3642afafe34cfcc931e99835af9349b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a36a11fb04747a34c0f2d0d1004de72fa3642afafe34cfcc931e99835af9349b", kill_on_drop: false }`
[INFO] [stdout] a36a11fb04747a34c0f2d0d1004de72fa3642afafe34cfcc931e99835af9349b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e2e9b024b92f8b2e391845a2e4b5c338e69497c8db770649ae6636ae40f24dd2
[INFO] running `Command { std: "docker" "start" "-a" "e2e9b024b92f8b2e391845a2e4b5c338e69497c8db770649ae6636ae40f24dd2", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]    Compiling kathy_macros v0.1.0
[INFO] [stderr]     Checking kathy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `for<'a> <&'a Person as KeyPathIndexable<_>>::Output: TypeEquals<&'a _>` is not satisfied
[INFO] [stdout]   --> examples/inlines.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |     std::hint::black_box(person[Person::age]);
[INFO] [stdout]    |                          ^^^^^^ the trait `for<'a> TypeEquals<&'a _>` is not implemented for `<&'a Person as KeyPathIndexable<_>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: this is a known limitation of the trait solver that will be lifted in the future
[INFO] [stdout]   --> examples/inlines.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |     std::hint::black_box(person[Person::age]);
[INFO] [stdout]    |                          ^^^^^^ try adding turbofish arguments to this expression to specify the types manually, even if it's redundant
[INFO] [stdout] note: required for `Person` to implement `Index<_>`
[INFO] [stdout]   --> examples/inlines.rs:3:10
[INFO] [stdout]    |
[INFO] [stdout] 3  | #[derive(Keyable)]
[INFO] [stdout]    |          ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] 4  | struct Person {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Keyable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Person: KeyPathIndexable<(_, _)>`
[INFO] [stdout]   --> examples/iterator.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 |         .map_kp(Person::dimensions.kp::<"height">())
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`iterator`)
[INFO] [stdout]    = note: required for `&Person` to implement `KeyPathIndexable<(_, (_, _))>`
[INFO] [stdout]    = note: 126 redundant requirements hidden
[INFO] [stdout]    = note: required for `&Person` to implement `KeyPathIndexable<(_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, (_, _))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `for<'a> <&'a Vec2 as KeyPathIndexable<_>>::Output: TypeEquals<&'a _>` is not satisfied
[INFO] [stdout]   --> examples/demo.rs:41:25
[INFO] [stdout]    |
[INFO] [stdout] 41 |     println!("height: {}", family.people[0].dimensions[height_agg]);
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'a> TypeEquals<&'a _>` is not implemented for `<&'a Vec2 as KeyPathIndexable<_>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: this is a known limitation of the trait solver that will be lifted in the future
[INFO] [stdout]   --> examples/demo.rs:41:25
[INFO] [stdout]    |
[INFO] [stdout] 41 |     println!("height: {}", family.people[0].dimensions[height_agg]);
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ try adding turbofish arguments to this expression to specify the types manually, even if it's redundant
[INFO] [stdout] note: required for `Vec2` to implement `Index<_>`
[INFO] [stdout]   --> examples/demo.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Debug, Keyable)]
[INFO] [stdout]    |                 ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] 18 | struct Vec2 {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Keyable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kathy` (example "inlines") 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 E0275`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `for<'a> <&'a Person as KeyPathIndexable<_>>::Output: TypeEquals<&'a _>` is not satisfied
[INFO] [stdout]   --> examples/demo.rs:44:25
[INFO] [stdout]    |
[INFO] [stdout] 44 |     println!("height: {}", family.people[0][height_agg]);
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^ the trait `for<'a> TypeEquals<&'a _>` is not implemented for `<&'a Person as KeyPathIndexable<_>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: this is a known limitation of the trait solver that will be lifted in the future
[INFO] [stdout]   --> examples/demo.rs:44:25
[INFO] [stdout]    |
[INFO] [stdout] 44 |     println!("height: {}", family.people[0][height_agg]);
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^ try adding turbofish arguments to this expression to specify the types manually, even if it's redundant
[INFO] [stdout] note: required for `Person` to implement `Index<_>`
[INFO] [stdout]   --> examples/demo.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Keyable)]
[INFO] [stdout]    |                 ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] 11 | struct Person {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Keyable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kathy` (example "iterator") due to 1 previous error
[INFO] [stdout] error[E0277]: the trait bound `for<'a> <&'a Family as KeyPathIndexable<_>>::Output: TypeEquals<&'a _>` is not satisfied
[INFO] [stdout]   --> examples/demo.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |     println!("height: {}", family[height_agg]);
[INFO] [stdout]    |                            ^^^^^^ the trait `for<'a> TypeEquals<&'a _>` is not implemented for `<&'a Family as KeyPathIndexable<_>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: this is a known limitation of the trait solver that will be lifted in the future
[INFO] [stdout]   --> examples/demo.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |     println!("height: {}", family[height_agg]);
[INFO] [stdout]    |                            ^^^^^^ try adding turbofish arguments to this expression to specify the types manually, even if it's redundant
[INFO] [stdout] note: required for `Family` to implement `Index<_>`
[INFO] [stdout]   --> examples/demo.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[derive(Debug, Keyable)]
[INFO] [stdout]    |                 ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] 6  | struct Family {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Keyable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `for<'a> <&'a Person as KeyPathIndexable<_>>::Output: TypeEquals<&'a _>` is not satisfied
[INFO] [stdout]   --> examples/demo.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 52 |     modify(
[INFO] [stdout]    |     ------ required by a bound introduced by this call
[INFO] [stdout] 53 |         &mut family.people[0],
[INFO] [stdout] 54 |         Person::dimensions.kp::<"height">(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'a> TypeEquals<&'a _>` is not implemented for `<&'a Person as KeyPathIndexable<_>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: this is a known limitation of the trait solver that will be lifted in the future
[INFO] [stdout]   --> examples/demo.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 52 | /     modify(
[INFO] [stdout] 53 | |         &mut family.people[0],
[INFO] [stdout] 54 | |         Person::dimensions.kp::<"height">(),
[INFO] [stdout]    | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait solver is unable to infer the generic types that should be inferred from this argument
[INFO] [stdout] 55 | |         5
[INFO] [stdout] 56 | |     );
[INFO] [stdout]    | |_____- add turbofish arguments to this call to specify the types manually, even if it's redundant
[INFO] [stdout] note: required for `Person` to implement `IndexMut<_>`
[INFO] [stdout]   --> examples/demo.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Keyable)]
[INFO] [stdout]    |                 ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] 11 | struct Person {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] note: required by a bound in `modify`
[INFO] [stdout]   --> examples/demo.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn modify<KP, I>(thing: &mut Person, path: KP, new_val: I)
[INFO] [stdout]    |    ------ required by a bound in this function
[INFO] [stdout] 62 | where
[INFO] [stdout] 63 |     Person: IndexMut<KP, Output = I>
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `modify`
[INFO] [stdout]    = note: this error originates in the derive macro `Keyable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `for<'a> <&'a mut Person as KeyPathIndexable<_>>::Output: TypeEquals<&'a mut _>` is not satisfied
[INFO] [stdout]   --> examples/demo.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 52 |     modify(
[INFO] [stdout]    |     ------ required by a bound introduced by this call
[INFO] [stdout] 53 |         &mut family.people[0],
[INFO] [stdout] 54 |         Person::dimensions.kp::<"height">(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'a> TypeEquals<&'a mut _>` is not implemented for `<&'a mut Person as KeyPathIndexable<_>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: this is a known limitation of the trait solver that will be lifted in the future
[INFO] [stdout]   --> examples/demo.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 52 | /     modify(
[INFO] [stdout] 53 | |         &mut family.people[0],
[INFO] [stdout] 54 | |         Person::dimensions.kp::<"height">(),
[INFO] [stdout]    | |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait solver is unable to infer the generic types that should be inferred from this argument
[INFO] [stdout] 55 | |         5
[INFO] [stdout] 56 | |     );
[INFO] [stdout]    | |_____- add turbofish arguments to this call to specify the types manually, even if it's redundant
[INFO] [stdout] note: required for `Person` to implement `IndexMut<_>`
[INFO] [stdout]   --> examples/demo.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Keyable)]
[INFO] [stdout]    |                 ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] 11 | struct Person {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] note: required by a bound in `modify`
[INFO] [stdout]   --> examples/demo.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn modify<KP, I>(thing: &mut Person, path: KP, new_val: I)
[INFO] [stdout]    |    ------ required by a bound in this function
[INFO] [stdout] 62 | where
[INFO] [stdout] 63 |     Person: IndexMut<KP, Output = I>
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `modify`
[INFO] [stdout]    = note: this error originates in the derive macro `Keyable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `KeyPathIndexable`
[INFO] [stdout]  --> examples/demo.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use kathy::{KeyPathIndexable, Keyable};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kathy` (example "demo") due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "e2e9b024b92f8b2e391845a2e4b5c338e69497c8db770649ae6636ae40f24dd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2e9b024b92f8b2e391845a2e4b5c338e69497c8db770649ae6636ae40f24dd2", kill_on_drop: false }`
[INFO] [stdout] e2e9b024b92f8b2e391845a2e4b5c338e69497c8db770649ae6636ae40f24dd2
