[INFO] cloning repository https://github.com/sodiboo/six
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sodiboo/six" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsodiboo%2Fsix", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsodiboo%2Fsix'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e454cc7f5f76aa368f385c238f2f6b0077a97f0f
[INFO] checking sodiboo/six against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsodiboo%2Fsix" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sodiboo/six
[INFO] finished tweaking git repo https://github.com/sodiboo/six
[INFO] tweaked toml for git repo https://github.com/sodiboo/six written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sodiboo/six on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sodiboo/six 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534
[INFO] running `Command { std: "docker" "start" "de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534", 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" "de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534", 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" "de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking miniz_oxide v0.8.4
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking ariadne v0.5.0
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking text-size v1.1.1
[INFO] [stderr]     Checking supports-hyperlinks v3.1.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking winnow v0.6.24
[INFO] [stderr]     Checking clap_builder v4.5.30
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking terminal_size v0.4.1
[INFO] [stderr]     Checking quote v1.0.39
[INFO] [stderr]     Checking syn v2.0.99
[INFO] [stderr]     Checking rowan v0.15.16
[INFO] [stderr]    Compiling psm v0.1.25
[INFO] [stderr]    Compiling stacker v0.1.18
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rnix v0.12.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking six-diagnostic-derive v0.1.0 (/opt/rustwide/workdir/six-diagnostic-derive)
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling gc-arena-derive v0.5.3
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling miette-derive v7.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]     Checking gc-arena v0.5.3
[INFO] [stderr]     Checking six-diagnostic v0.1.0 (/opt/rustwide/workdir/six-diagnostic)
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> six-diagnostic/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     diagnostic: &impl Diagnostic<'gc>,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 36 | ) -> ariadne::Report<span::Span<'gc>> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 | ) -> ariadne::Report<'_, span::Span<'gc>> {
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> six-diagnostic/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     diagnostic: &impl Diagnostic<'gc>,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 36 | ) -> ariadne::Report<span::Span<'gc>> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 | ) -> ariadne::Report<'_, span::Span<'gc>> {
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking miette v7.5.0
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking kdl v4.7.1
[INFO] [stderr]     Checking clap v4.5.30
[INFO] [stderr]     Checking kdl v6.3.4
[INFO] [stderr]     Checking six v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]   --> src/poison/annotated.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl<'gc, V: Copy + Collect> std::ops::Try for Annotated<'gc, Forced<'gc, V>> {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]    --> src/poison/annotated.rs:106:44
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn from_residual(Err(poison): <Self as std::ops::Try>::Residual) -> Self {
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `Try`
[INFO] [stdout]    --> src/poison/annotated.rs:114:78
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl<'gc, V: Copy + Collect> FromResidual<<Annotated<'gc, Forced<'gc, V>> as Try>::Residual>
[INFO] [stdout]     |                                                                              ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `Try`
[INFO] [stdout]    --> src/poison/annotated.rs:117:70
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn from_residual(Err(poison): <Annotated<'gc, Forced<'gc, V>> as Try>::Residual) -> Self {
[INFO] [stdout]     |                                                                      ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]    --> src/poison/mod.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | impl<'gc, V: Copy + Collect> std::ops::Try for Forced<'gc, V> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]    --> src/poison/mod.rs:134:44
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn from_residual(Err(poison): <Self as std::ops::Try>::Residual) -> Self {
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]   --> src/poison/annotated.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl<'gc, V: Copy + Collect> std::ops::Try for Annotated<'gc, Forced<'gc, V>> {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]    --> src/poison/annotated.rs:106:44
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn from_residual(Err(poison): <Self as std::ops::Try>::Residual) -> Self {
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `Try`
[INFO] [stdout]    --> src/poison/annotated.rs:114:78
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl<'gc, V: Copy + Collect> FromResidual<<Annotated<'gc, Forced<'gc, V>> as Try>::Residual>
[INFO] [stdout]     |                                                                              ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `Try`
[INFO] [stdout]    --> src/poison/annotated.rs:117:70
[INFO] [stdout]     |
[INFO] [stdout] 117 |     fn from_residual(Err(poison): <Annotated<'gc, Forced<'gc, V>> as Try>::Residual) -> Self {
[INFO] [stdout]     |                                                                      ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]    --> src/poison/mod.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 | impl<'gc, V: Copy + Collect> std::ops::Try for Forced<'gc, V> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found trait alias `std::ops::Try`
[INFO] [stdout]    --> src/poison/mod.rs:134:44
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn from_residual(Err(poison): <Self as std::ops::Try>::Residual) -> Self {
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/poison/annotated.rs:84:28
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout]    |                            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 84 -     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout] 84 +     fn from_output(output: <Annotated<'gc, Forced<'gc, V>> as BitOr>::Output) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 84 -     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout] 84 +     fn from_output(output: <Annotated<'gc, Forced<'gc, V>> as IntoFuture>::Output) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/poison/annotated.rs:84:28
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout]    |                            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 84 -     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout] 84 +     fn from_output(output: <Annotated<'gc, Forced<'gc, V>> as BitOr>::Output) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 84 -     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout] 84 +     fn from_output(output: <Annotated<'gc, Forced<'gc, V>> as IntoFuture>::Output) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/poison/annotated.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Residual` implemented for `Annotated<'gc, Forced<'gc, V>>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 91 -     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout] 91 +     fn branch(self) -> std::ops::ControlFlow<<Annotated<'gc, Forced<'gc, V>> as Example>::Residual, Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/poison/annotated.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Residual` implemented for `Annotated<'gc, Forced<'gc, V>>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 91 -     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout] 91 +     fn branch(self) -> std::ops::ControlFlow<<Annotated<'gc, Forced<'gc, V>> as Example>::Residual, Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/poison/annotated.rs:91:62
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 91 -     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout] 91 +     fn branch(self) -> std::ops::ControlFlow<Self::Residual, <Annotated<'gc, Forced<'gc, V>> as BitOr>::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 91 -     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout] 91 +     fn branch(self) -> std::ops::ControlFlow<Self::Residual, <Annotated<'gc, Forced<'gc, V>> as IntoFuture>::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/poison/annotated.rs:91:62
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 91 -     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout] 91 +     fn branch(self) -> std::ops::ControlFlow<Self::Residual, <Annotated<'gc, Forced<'gc, V>> as BitOr>::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 91 -     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout] 91 +     fn branch(self) -> std::ops::ControlFlow<Self::Residual, <Annotated<'gc, Forced<'gc, V>> as IntoFuture>::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `Output` found for enum `Forced<'gc, V>`
[INFO] [stdout]    --> src/poison/mod.rs:121:34
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub enum Forced<'gc, V: Copy + Collect = Value<'gc>> {
[INFO] [stdout]     | ---------------------------------------------------- variant `Output` not found here
[INFO] [stdout] ...
[INFO] [stdout] 121 |     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout]     |                                  ^^^^^^ variant not found in `Forced<'gc, V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `Residual` found for enum `Forced<'gc, V>`
[INFO] [stdout]    --> src/poison/mod.rs:125:52
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub enum Forced<'gc, V: Copy + Collect = Value<'gc>> {
[INFO] [stdout]     | ---------------------------------------------------- variant `Residual` not found here
[INFO] [stdout] ...
[INFO] [stdout] 125 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]     |                                                    ^^^^^^^^ variant not found in `Forced<'gc, V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `Output` found for enum `Forced<'gc, V>`
[INFO] [stdout]    --> src/poison/mod.rs:125:68
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub enum Forced<'gc, V: Copy + Collect = Value<'gc>> {
[INFO] [stdout]     | ---------------------------------------------------- variant `Output` not found here
[INFO] [stdout] ...
[INFO] [stdout] 125 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]     |                                                                    ^^^^^^ variant not found in `Forced<'gc, V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `Output` found for enum `Forced<'gc, V>`
[INFO] [stdout]    --> src/poison/mod.rs:121:34
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub enum Forced<'gc, V: Copy + Collect = Value<'gc>> {
[INFO] [stdout]     | ---------------------------------------------------- variant `Output` not found here
[INFO] [stdout] ...
[INFO] [stdout] 121 |     fn from_output(output: Self::Output) -> Self {
[INFO] [stdout]     |                                  ^^^^^^ variant not found in `Forced<'gc, V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `Residual` found for enum `Forced<'gc, V>`
[INFO] [stdout]    --> src/poison/mod.rs:125:52
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub enum Forced<'gc, V: Copy + Collect = Value<'gc>> {
[INFO] [stdout]     | ---------------------------------------------------- variant `Residual` not found here
[INFO] [stdout] ...
[INFO] [stdout] 125 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]     |                                                    ^^^^^^^^ variant not found in `Forced<'gc, V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `Output` found for enum `Forced<'gc, V>`
[INFO] [stdout]    --> src/poison/mod.rs:125:68
[INFO] [stdout]     |
[INFO] [stdout]  93 | pub enum Forced<'gc, V: Copy + Collect = Value<'gc>> {
[INFO] [stdout]     | ---------------------------------------------------- variant `Output` not found here
[INFO] [stdout] ...
[INFO] [stdout] 125 |     fn branch(self) -> std::ops::ControlFlow<Self::Residual, Self::Output> {
[INFO] [stdout]     |                                                                    ^^^^^^ variant not found in `Forced<'gc, V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0404, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0404, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `six` (lib) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `six` (lib test) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534", kill_on_drop: false }`
[INFO] [stdout] de51a74c2fc44d5c3faff3e1471cd980fa7951d92d921c128a9fed893d538534
