[INFO] fetching crate twitch_types 0.4.10...
[INFO] checking twitch_types-0.4.10 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate twitch_types 0.4.10 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate twitch_types 0.4.10
[INFO] finished tweaking crates.io crate twitch_types 0.4.10
[INFO] tweaked toml for crates.io crate twitch_types 0.4.10 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate twitch_types 0.4.10 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate twitch_types 0.4.10 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f042635e9c7fee098eb93217aa29c93b3b9ed796f44aca15168029b3d61ec5a9
[INFO] running `Command { std: "docker" "start" "-a" "f042635e9c7fee098eb93217aa29c93b3b9ed796f44aca15168029b3d61ec5a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f042635e9c7fee098eb93217aa29c93b3b9ed796f44aca15168029b3d61ec5a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f042635e9c7fee098eb93217aa29c93b3b9ed796f44aca15168029b3d61ec5a9", kill_on_drop: false }`
[INFO] [stdout] f042635e9c7fee098eb93217aa29c93b3b9ed796f44aca15168029b3d61ec5a9
[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 -Dunmustuse_in_always_ok" "-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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4f019e2a94670a74e4626fd82356b0b6e3a7d627c620f6097d01eac4d146cf6
[INFO] running `Command { std: "docker" "start" "-a" "a4f019e2a94670a74e4626fd82356b0b6e3a7d627c620f6097d01eac4d146cf6", kill_on_drop: false }`
[INFO] [stderr]     Checking twitch_types v0.4.10 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<basic::UserId, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / manual_braid! {
[INFO] [stdout]   2 | |     /// A user ID.
[INFO] [stdout]   3 | |     pub struct UserId;
[INFO] [stdout]   4 | |     pub struct UserIdRef;
[INFO] [stdout]   5 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<basic::UserId, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / manual_braid! {
[INFO] [stdout]   2 | |     /// A user ID.
[INFO] [stdout]   3 | |     pub struct UserId;
[INFO] [stdout]   4 | |     pub struct UserIdRef;
[INFO] [stdout]   5 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DisplayName, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / manual_braid! {
[INFO] [stdout]   9 | |     /// A users display name
[INFO] [stdout]  10 | |     pub struct DisplayName;
[INFO] [stdout]  11 | |     pub struct DisplayNameRef;
[INFO] [stdout]  12 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DisplayName, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / manual_braid! {
[INFO] [stdout]   9 | |     /// A users display name
[INFO] [stdout]  10 | |     pub struct DisplayName;
[INFO] [stdout]  11 | |     pub struct DisplayNameRef;
[INFO] [stdout]  12 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Nickname, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | / manual_braid! {
[INFO] [stdout]  16 | |     /// A nickname, not capitalized.
[INFO] [stdout]  17 | |     pub struct Nickname;
[INFO] [stdout]  18 | |     pub struct NicknameRef;
[INFO] [stdout]  19 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Nickname, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | / manual_braid! {
[INFO] [stdout]  16 | |     /// A nickname, not capitalized.
[INFO] [stdout]  17 | |     pub struct Nickname;
[INFO] [stdout]  18 | |     pub struct NicknameRef;
[INFO] [stdout]  19 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MsgId, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:28:1
[INFO] [stdout]     |
[INFO] [stdout]  28 | / manual_braid! {
[INFO] [stdout]  29 | |     /// A message ID
[INFO] [stdout]  30 | |     pub struct MsgId;
[INFO] [stdout]  31 | |     pub struct MsgIdRef;
[INFO] [stdout]  32 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MsgId, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:28:1
[INFO] [stdout]     |
[INFO] [stdout]  28 | / manual_braid! {
[INFO] [stdout]  29 | |     /// A message ID
[INFO] [stdout]  30 | |     pub struct MsgId;
[INFO] [stdout]  31 | |     pub struct MsgIdRef;
[INFO] [stdout]  32 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `twitch_types` (lib test) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<UserId, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / manual_braid! {
[INFO] [stdout]   2 | |     /// A user ID.
[INFO] [stdout]   3 | |     pub struct UserId;
[INFO] [stdout]   4 | |     pub struct UserIdRef;
[INFO] [stdout]   5 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UserId, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / manual_braid! {
[INFO] [stdout]   2 | |     /// A user ID.
[INFO] [stdout]   3 | |     pub struct UserId;
[INFO] [stdout]   4 | |     pub struct UserIdRef;
[INFO] [stdout]   5 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DisplayName, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / manual_braid! {
[INFO] [stdout]   9 | |     /// A users display name
[INFO] [stdout]  10 | |     pub struct DisplayName;
[INFO] [stdout]  11 | |     pub struct DisplayNameRef;
[INFO] [stdout]  12 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DisplayName, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / manual_braid! {
[INFO] [stdout]   9 | |     /// A users display name
[INFO] [stdout]  10 | |     pub struct DisplayName;
[INFO] [stdout]  11 | |     pub struct DisplayNameRef;
[INFO] [stdout]  12 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Nickname, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | / manual_braid! {
[INFO] [stdout]  16 | |     /// A nickname, not capitalized.
[INFO] [stdout]  17 | |     pub struct Nickname;
[INFO] [stdout]  18 | |     pub struct NicknameRef;
[INFO] [stdout]  19 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Nickname, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | / manual_braid! {
[INFO] [stdout]  16 | |     /// A nickname, not capitalized.
[INFO] [stdout]  17 | |     pub struct Nickname;
[INFO] [stdout]  18 | |     pub struct NicknameRef;
[INFO] [stdout]  19 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MsgId, Infallible>
[INFO] [stdout]    --> src/macros.rs:209:76
[INFO] [stdout]     |
[INFO] [stdout] 209 |               fn from_str(s: &str) -> ::std::result::Result<Self, Self::Err> {
[INFO] [stdout]     |  ____________________________________________________________________________^
[INFO] [stdout] 210 | |                 ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout] 211 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:28:1
[INFO] [stdout]     |
[INFO] [stdout]  28 | / manual_braid! {
[INFO] [stdout]  29 | |     /// A message ID
[INFO] [stdout]  30 | |     pub struct MsgId;
[INFO] [stdout]  31 | |     pub struct MsgIdRef;
[INFO] [stdout]  32 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MsgId, Infallible>
[INFO] [stdout]    --> src/macros.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 |                   ::std::result::Result::Ok(::std::convert::From::from(s))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/basic.rs:28:1
[INFO] [stdout]     |
[INFO] [stdout]  28 | / manual_braid! {
[INFO] [stdout]  29 | |     /// A message ID
[INFO] [stdout]  30 | |     pub struct MsgId;
[INFO] [stdout]  31 | |     pub struct MsgIdRef;
[INFO] [stdout]  32 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `manual_braid` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `twitch_types` (lib) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "a4f019e2a94670a74e4626fd82356b0b6e3a7d627c620f6097d01eac4d146cf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4f019e2a94670a74e4626fd82356b0b6e3a7d627c620f6097d01eac4d146cf6", kill_on_drop: false }`
[INFO] [stdout] a4f019e2a94670a74e4626fd82356b0b6e3a7d627c620f6097d01eac4d146cf6
