[INFO] fetching crate compile_type_eq 0.1.1...
[INFO] checking compile_type_eq-0.1.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate compile_type_eq 0.1.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate compile_type_eq 0.1.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate compile_type_eq 0.1.1
[INFO] finished tweaking crates.io crate compile_type_eq 0.1.1
[INFO] tweaked toml for crates.io crate compile_type_eq 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate compile_type_eq 0.1.1 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 468a288968faae33dc84f51b83a737006b39f37e81b9d3ce7bf301a00577d526
[INFO] running `Command { std: "docker" "start" "-a" "468a288968faae33dc84f51b83a737006b39f37e81b9d3ce7bf301a00577d526", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "468a288968faae33dc84f51b83a737006b39f37e81b9d3ce7bf301a00577d526", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "468a288968faae33dc84f51b83a737006b39f37e81b9d3ce7bf301a00577d526", kill_on_drop: false }`
[INFO] [stdout] 468a288968faae33dc84f51b83a737006b39f37e81b9d3ce7bf301a00577d526
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e13655f4171a0c7474d11152c2b08e8cf986e4c85d18b37cb6b32387ff0c865
[INFO] running `Command { std: "docker" "start" "-a" "0e13655f4171a0c7474d11152c2b08e8cf986e4c85d18b37cb6b32387ff0c865", kill_on_drop: false }`
[INFO] [stderr]     Checking compile_type_eq v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> examples/check_in_fn.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     battle(Greeks, Greeks); // error
[INFO] [stdout]    |     ^^^^^^ cannot infer type of the type parameter `BecauseWarriorsMustBeFromDifferentCountries` declared on the function `battle`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `Greeks: CompileEq<Greeks, _>` found in the `compile_type_eq` crate:
[INFO] [stdout]            - impl<T, U> CompileEq<U, compile_type_eq::structs::TypesNotEq> for T;
[INFO] [stdout]            - impl<T> CompileEq<T, TypesEq> for T;
[INFO] [stdout] note: required by a bound in `battle`
[INFO] [stdout]   --> examples/check_in_fn.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn battle<Attackers, Defenders, BecauseWarriorsMustBeFromDifferentCountries>(
[INFO] [stdout]    |    ------ required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Attackers: CompileEq<Defenders, BecauseWarriorsMustBeFromDifferentCountries>,
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `battle`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]    |
[INFO] [stdout] 20 |     battle::<Greeks, Greeks, BecauseWarriorsMustBeFromDifferentCountries>(Greeks, Greeks); // error
[INFO] [stdout]    |           +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> examples/check_in_impl.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     Greeks.battle(Greeks); // error
[INFO] [stdout]    |            ^^^^^^ ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `Greeks: CompileEq<Greeks, _>` found in the `compile_type_eq` crate:
[INFO] [stdout]            - impl<T, U> CompileEq<U, compile_type_eq::structs::TypesNotEq> for T;
[INFO] [stdout]            - impl<T> CompileEq<T, TypesEq> for T;
[INFO] [stdout] note: required for `Greeks` to implement `War<Greeks, _>`
[INFO] [stdout]   --> examples/check_in_impl.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<T, U, Proof> War<U, Proof> for T
[INFO] [stdout]    |                   ^^^^^^^^^^^^^     ^
[INFO] [stdout] 11 | where
[INFO] [stdout] 12 |     T: CompileEq<U, Proof>,
[INFO] [stdout]    |        ------------------- unsatisfied trait bound introduced here
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 22 |     <Greeks as War<Greeks, BecauseWarriorsMustBeFromDifferentCountries>>::battle(Greeks, Greeks); // error
[INFO] [stdout]    |     +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++      ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compile_type_eq` (example "check_in_fn") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `compile_type_eq` (example "check_in_impl") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "0e13655f4171a0c7474d11152c2b08e8cf986e4c85d18b37cb6b32387ff0c865", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e13655f4171a0c7474d11152c2b08e8cf986e4c85d18b37cb6b32387ff0c865", kill_on_drop: false }`
[INFO] [stdout] 0e13655f4171a0c7474d11152c2b08e8cf986e4c85d18b37cb6b32387ff0c865
[INFO] checking compile_type_eq-0.1.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate compile_type_eq 0.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate compile_type_eq 0.1.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate compile_type_eq 0.1.1
[INFO] finished tweaking crates.io crate compile_type_eq 0.1.1
[INFO] tweaked toml for crates.io crate compile_type_eq 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate compile_type_eq 0.1.1 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 772e05627475148866c3b80d7d62d5489f7ce9c5353b669d8d762f5242b3e042
[INFO] running `Command { std: "docker" "start" "-a" "772e05627475148866c3b80d7d62d5489f7ce9c5353b669d8d762f5242b3e042", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "772e05627475148866c3b80d7d62d5489f7ce9c5353b669d8d762f5242b3e042", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "772e05627475148866c3b80d7d62d5489f7ce9c5353b669d8d762f5242b3e042", kill_on_drop: false }`
[INFO] [stdout] 772e05627475148866c3b80d7d62d5489f7ce9c5353b669d8d762f5242b3e042
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 926e0af59af60225ac5bf4e42edd00fe47d0e801c277997308b3da9097165324
[INFO] running `Command { std: "docker" "start" "-a" "926e0af59af60225ac5bf4e42edd00fe47d0e801c277997308b3da9097165324", kill_on_drop: false }`
[INFO] [stderr]     Checking compile_type_eq v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> examples/check_in_fn.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     battle(Greeks, Greeks); // error
[INFO] [stdout]    |     ^^^^^^ cannot infer type of the type parameter `BecauseWarriorsMustBeFromDifferentCountries` declared on the function `battle`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `Greeks: CompileEq<Greeks, _>` found in the `compile_type_eq` crate:
[INFO] [stdout]            - impl<T, U> CompileEq<U, compile_type_eq::structs::TypesNotEq> for T;
[INFO] [stdout]            - impl<T> CompileEq<T, TypesEq> for T;
[INFO] [stdout] note: required by a bound in `battle`
[INFO] [stdout]   --> examples/check_in_fn.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn battle<Attackers, Defenders, BecauseWarriorsMustBeFromDifferentCountries>(
[INFO] [stdout]    |    ------ required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Attackers: CompileEq<Defenders, BecauseWarriorsMustBeFromDifferentCountries>,
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `battle`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]    |
[INFO] [stdout] 20 |     battle::<Greeks, Greeks, BecauseWarriorsMustBeFromDifferentCountries>(Greeks, Greeks); // error
[INFO] [stdout]    |           +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> examples/check_in_impl.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     Greeks.battle(Greeks); // error
[INFO] [stdout]    |            ^^^^^^ ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `Greeks: CompileEq<Greeks, _>` found in the `compile_type_eq` crate:
[INFO] [stdout]            - impl<T, U> CompileEq<U, compile_type_eq::structs::TypesNotEq> for T;
[INFO] [stdout]            - impl<T> CompileEq<T, TypesEq> for T;
[INFO] [stdout] note: required for `Greeks` to implement `War<Greeks, _>`
[INFO] [stdout]   --> examples/check_in_impl.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<T, U, Proof> War<U, Proof> for T
[INFO] [stdout]    |                   ^^^^^^^^^^^^^     ^
[INFO] [stdout] 11 | where
[INFO] [stdout] 12 |     T: CompileEq<U, Proof>,
[INFO] [stdout]    |        ------------------- unsatisfied trait bound introduced here
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 22 |     <Greeks as War<Greeks, BecauseWarriorsMustBeFromDifferentCountries>>::battle(Greeks, Greeks); // error
[INFO] [stdout]    |     +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++      ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compile_type_eq` (example "check_in_fn") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `compile_type_eq` (example "check_in_impl") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "926e0af59af60225ac5bf4e42edd00fe47d0e801c277997308b3da9097165324", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "926e0af59af60225ac5bf4e42edd00fe47d0e801c277997308b3da9097165324", kill_on_drop: false }`
[INFO] [stdout] 926e0af59af60225ac5bf4e42edd00fe47d0e801c277997308b3da9097165324
