[INFO] fetching crate identity 0.0.6...
[INFO] testing identity-0.0.6 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate identity 0.0.6 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate identity 0.0.6
[INFO] finished tweaking crates.io crate identity 0.0.6
[INFO] tweaked toml for crates.io crate identity 0.0.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate identity 0.0.6 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f45a149ee206dd2ccc84de7f92eabb5b6334995974f0ad495e01506d5412cd22
[INFO] running `Command { std: "docker" "start" "-a" "f45a149ee206dd2ccc84de7f92eabb5b6334995974f0ad495e01506d5412cd22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f45a149ee206dd2ccc84de7f92eabb5b6334995974f0ad495e01506d5412cd22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45a149ee206dd2ccc84de7f92eabb5b6334995974f0ad495e01506d5412cd22", kill_on_drop: false }`
[INFO] [stdout] f45a149ee206dd2ccc84de7f92eabb5b6334995974f0ad495e01506d5412cd22
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16800dcf10dd5d94a6252de4e78110f2bbb536b68026abfa1a2303f02ace7db8
[INFO] running `Command { std: "docker" "start" "-a" "16800dcf10dd5d94a6252de4e78110f2bbb536b68026abfa1a2303f02ace7db8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling identity v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:391:20
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:393:22
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "16800dcf10dd5d94a6252de4e78110f2bbb536b68026abfa1a2303f02ace7db8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16800dcf10dd5d94a6252de4e78110f2bbb536b68026abfa1a2303f02ace7db8", kill_on_drop: false }`
[INFO] [stdout] 16800dcf10dd5d94a6252de4e78110f2bbb536b68026abfa1a2303f02ace7db8
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b92e777a0d502e55d2fb4c8e9a4cbc80436883e3c9e8feef86b4b0315d36e7d0
[INFO] running `Command { std: "docker" "start" "-a" "b92e777a0d502e55d2fb4c8e9a4cbc80436883e3c9e8feef86b4b0315d36e7d0", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:391:20
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling identity v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:393:22
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:391:20
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]    --> src/lift.rs:393:22
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]     |
[INFO] [stdout]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove these bounds
[INFO] [stdout]     |
[INFO] [stdout] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "b92e777a0d502e55d2fb4c8e9a4cbc80436883e3c9e8feef86b4b0315d36e7d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b92e777a0d502e55d2fb4c8e9a4cbc80436883e3c9e8feef86b4b0315d36e7d0", kill_on_drop: false }`
[INFO] [stdout] b92e777a0d502e55d2fb4c8e9a4cbc80436883e3c9e8feef86b4b0315d36e7d0
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4c178ae6139bdd78c90109fbc38eddbc69e96fab82eeb57c98e724e4652ea6ca
[INFO] running `Command { std: "docker" "start" "-a" "4c178ae6139bdd78c90109fbc38eddbc69e96fab82eeb57c98e724e4652ea6ca", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stderr]    --> src/lift.rs:391:20
[INFO] [stderr]     |
[INFO] [stderr] 391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stderr]     |                    ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stderr]     |
[INFO] [stderr]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stderr]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stderr]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stderr]     = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stderr] help: remove these bounds
[INFO] [stderr]     |
[INFO] [stderr] 391 - pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
[INFO] [stderr] 391 + pub type TyPair<A, B> = Cons<A, Cons<B, Nil>>;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stderr]    --> src/lift.rs:393:22
[INFO] [stderr]     |
[INFO] [stderr] 393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stderr]     |                      ^^^^^^     ^^^^^^     ^^^^^^ will not be checked at usage sites of the type alias
[INFO] [stderr]     |
[INFO] [stderr]     = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stderr]             see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stderr]     = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stderr] help: remove these bounds
[INFO] [stderr]     |
[INFO] [stderr] 393 - pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stderr] 393 + pub type TyTriple<A, B, C> = Cons<A, Cons<B, Cons<C, Nil>>>;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `identity` (lib) generated 2 warnings (run `cargo fix --lib -p identity` to apply 2 suggestions)
[INFO] [stderr] warning: `identity` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/identity-07f033e91137ee06)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test lift::test::flip_test ... ok
[INFO] [stdout] test test::inv_conv_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests identity
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4c178ae6139bdd78c90109fbc38eddbc69e96fab82eeb57c98e724e4652ea6ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c178ae6139bdd78c90109fbc38eddbc69e96fab82eeb57c98e724e4652ea6ca", kill_on_drop: false }`
[INFO] [stdout] 4c178ae6139bdd78c90109fbc38eddbc69e96fab82eeb57c98e724e4652ea6ca
