[INFO] fetching crate compile_type_eq 0.1.1...
[INFO] checking compile_type_eq-0.1.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate compile_type_eq 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate compile_type_eq 0.1.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-7-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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62c28a616efaac2410d73866e26167d1e6235ed7804280bf43bf254682405ba3
[INFO] running `Command { std: "docker" "start" "-a" "62c28a616efaac2410d73866e26167d1e6235ed7804280bf43bf254682405ba3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62c28a616efaac2410d73866e26167d1e6235ed7804280bf43bf254682405ba3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62c28a616efaac2410d73866e26167d1e6235ed7804280bf43bf254682405ba3", kill_on_drop: false }`
[INFO] [stdout] 62c28a616efaac2410d73866e26167d1e6235ed7804280bf43bf254682405ba3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9476988602c5e276e6086d7c44eb67afc84f908668c971a74124f1153ab8c96d
[INFO] running `Command { std: "docker" "start" "-a" "9476988602c5e276e6086d7c44eb67afc84f908668c971a74124f1153ab8c96d", 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[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] [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" "9476988602c5e276e6086d7c44eb67afc84f908668c971a74124f1153ab8c96d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9476988602c5e276e6086d7c44eb67afc84f908668c971a74124f1153ab8c96d", kill_on_drop: false }`
[INFO] [stdout] 9476988602c5e276e6086d7c44eb67afc84f908668c971a74124f1153ab8c96d
[INFO] checking compile_type_eq-0.1.1 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate compile_type_eq 0.1.1 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate compile_type_eq 0.1.1 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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-7-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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06c2a4f805d2deb24d77126fdc5b48ebbd19caea87292425a0e104e07853f139
[INFO] running `Command { std: "docker" "start" "-a" "06c2a4f805d2deb24d77126fdc5b48ebbd19caea87292425a0e104e07853f139", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06c2a4f805d2deb24d77126fdc5b48ebbd19caea87292425a0e104e07853f139", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06c2a4f805d2deb24d77126fdc5b48ebbd19caea87292425a0e104e07853f139", kill_on_drop: false }`
[INFO] [stdout] 06c2a4f805d2deb24d77126fdc5b48ebbd19caea87292425a0e104e07853f139
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab0c62314bd06f2002cadb375f4bc089520fb5520d3b5a26444984258dc0d1b3
[INFO] running `Command { std: "docker" "start" "-a" "ab0c62314bd06f2002cadb375f4bc089520fb5520d3b5a26444984258dc0d1b3", 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[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] [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" "ab0c62314bd06f2002cadb375f4bc089520fb5520d3b5a26444984258dc0d1b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab0c62314bd06f2002cadb375f4bc089520fb5520d3b5a26444984258dc0d1b3", kill_on_drop: false }`
[INFO] [stdout] ab0c62314bd06f2002cadb375f4bc089520fb5520d3b5a26444984258dc0d1b3
