[INFO] fetching crate speedy-derive 0.8.7...
[INFO] testing speedy-derive-0.8.7 against 1.95.0 for beta-1.96-2
[INFO] extracting crate speedy-derive 0.8.7 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate speedy-derive 0.8.7
[INFO] finished tweaking crates.io crate speedy-derive 0.8.7
[INFO] tweaked toml for crates.io crate speedy-derive 0.8.7 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate speedy-derive 0.8.7 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9c455abf29cd6f406a0826ba1047e4dd58f7bb5eaec8fc168f321ef99b77d4b1
[INFO] running `Command { std: "docker" "start" "-a" "9c455abf29cd6f406a0826ba1047e4dd58f7bb5eaec8fc168f321ef99b77d4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c455abf29cd6f406a0826ba1047e4dd58f7bb5eaec8fc168f321ef99b77d4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c455abf29cd6f406a0826ba1047e4dd58f7bb5eaec8fc168f321ef99b77d4b1", kill_on_drop: false }`
[INFO] [stdout] 9c455abf29cd6f406a0826ba1047e4dd58f7bb5eaec8fc168f321ef99b77d4b1
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf4103d0075295703526be1d4d834910f569a127b396caca3df69d0faaaeef79
[INFO] running `Command { std: "docker" "start" "-a" "bf4103d0075295703526be1d4d834910f569a127b396caca3df69d0faaaeef79", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling speedy-derive v0.8.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `RawAttributes` is never constructed
[INFO] [stdout]    --> src/lib.rs:595:12
[INFO] [stdout]     |
[INFO] [stdout] 595 |     struct RawAttributes< T >( Punctuated< T, Token![,] > );
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:979:15
[INFO] [stdout]     |
[INFO] [stdout] 979 |     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     --------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 979 -     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout] 979 +     CowSlice( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:980:13
[INFO] [stdout]     |
[INFO] [stdout] 980 |     CowStr( syn::Lifetime ),
[INFO] [stdout]     |     ------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 980 -     CowStr( syn::Lifetime ),
[INFO] [stdout] 980 +     CowStr( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:986:17
[INFO] [stdout]     |
[INFO] [stdout] 986 |     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 986 -     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout] 986 +     CowHashMap( (), syn::Type, syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:987:17
[INFO] [stdout]     |
[INFO] [stdout] 987 |     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 987 -     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stdout] 987 +     CowHashSet( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:988:18
[INFO] [stdout]     |
[INFO] [stdout] 988 |     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 988 -     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout] 988 +     CowBTreeMap( (), syn::Type, syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:989:18
[INFO] [stdout]     |
[INFO] [stdout] 989 |     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 989 -     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stdout] 989 +     CowBTreeSet( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:991:17
[INFO] [stdout]     |
[INFO] [stdout] 991 |     RefSliceU8( syn::Lifetime ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 991 -     RefSliceU8( syn::Lifetime ),
[INFO] [stdout] 991 +     RefSliceU8( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:992:15
[INFO] [stdout]     |
[INFO] [stdout] 992 |     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     --------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 992 -     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout] 992 +     RefSlice( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:993:13
[INFO] [stdout]     |
[INFO] [stdout] 993 |     RefStr( syn::Lifetime ),
[INFO] [stdout]     |     ------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 993 -     RefStr( syn::Lifetime ),
[INFO] [stdout] 993 +     RefStr( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:997:16
[INFO] [stdout]     |
[INFO] [stdout] 997 |     Primitive( PrimitiveTy ),
[INFO] [stdout]     |     ---------  ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 997 -     Primitive( PrimitiveTy ),
[INFO] [stdout] 997 +     Primitive( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:998:9
[INFO] [stdout]     |
[INFO] [stdout] 998 |     Ty( syn::Type )
[INFO] [stdout]     |     --  ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 998 -     Ty( syn::Type )
[INFO] [stdout] 998 +     Ty( () )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
[INFO] running `Command { std: "docker" "inspect" "bf4103d0075295703526be1d4d834910f569a127b396caca3df69d0faaaeef79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf4103d0075295703526be1d4d834910f569a127b396caca3df69d0faaaeef79", kill_on_drop: false }`
[INFO] [stdout] bf4103d0075295703526be1d4d834910f569a127b396caca3df69d0faaaeef79
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b100bf29da8308e9a59ada2dba6ad41640d03f6f3c3d90ec7fa60816ee226c88
[INFO] running `Command { std: "docker" "start" "-a" "b100bf29da8308e9a59ada2dba6ad41640d03f6f3c3d90ec7fa60816ee226c88", kill_on_drop: false }`
[INFO] [stderr]    Compiling speedy-derive v0.8.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `RawAttributes` is never constructed
[INFO] [stdout]    --> src/lib.rs:595:12
[INFO] [stdout]     |
[INFO] [stdout] 595 |     struct RawAttributes< T >( Punctuated< T, Token![,] > );
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:979:15
[INFO] [stdout]     |
[INFO] [stdout] 979 |     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     --------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 979 -     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout] 979 +     CowSlice( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:980:13
[INFO] [stdout]     |
[INFO] [stdout] 980 |     CowStr( syn::Lifetime ),
[INFO] [stdout]     |     ------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 980 -     CowStr( syn::Lifetime ),
[INFO] [stdout] 980 +     CowStr( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:986:17
[INFO] [stdout]     |
[INFO] [stdout] 986 |     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 986 -     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout] 986 +     CowHashMap( (), syn::Type, syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:987:17
[INFO] [stdout]     |
[INFO] [stdout] 987 |     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 987 -     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stdout] 987 +     CowHashSet( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:988:18
[INFO] [stdout]     |
[INFO] [stdout] 988 |     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 988 -     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout] 988 +     CowBTreeMap( (), syn::Type, syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:989:18
[INFO] [stdout]     |
[INFO] [stdout] 989 |     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 989 -     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stdout] 989 +     CowBTreeSet( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:991:17
[INFO] [stdout]     |
[INFO] [stdout] 991 |     RefSliceU8( syn::Lifetime ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 991 -     RefSliceU8( syn::Lifetime ),
[INFO] [stdout] 991 +     RefSliceU8( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:992:15
[INFO] [stdout]     |
[INFO] [stdout] 992 |     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     --------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 992 -     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout] 992 +     RefSlice( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:993:13
[INFO] [stdout]     |
[INFO] [stdout] 993 |     RefStr( syn::Lifetime ),
[INFO] [stdout]     |     ------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 993 -     RefStr( syn::Lifetime ),
[INFO] [stdout] 993 +     RefStr( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:997:16
[INFO] [stdout]     |
[INFO] [stdout] 997 |     Primitive( PrimitiveTy ),
[INFO] [stdout]     |     ---------  ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 997 -     Primitive( PrimitiveTy ),
[INFO] [stdout] 997 +     Primitive( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:998:9
[INFO] [stdout]     |
[INFO] [stdout] 998 |     Ty( syn::Type )
[INFO] [stdout]     |     --  ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 998 -     Ty( syn::Type )
[INFO] [stdout] 998 +     Ty( () )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawAttributes` is never constructed
[INFO] [stdout]    --> src/lib.rs:595:12
[INFO] [stdout]     |
[INFO] [stdout] 595 |     struct RawAttributes< T >( Punctuated< T, Token![,] > );
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:979:15
[INFO] [stdout]     |
[INFO] [stdout] 979 |     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     --------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 979 -     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout] 979 +     CowSlice( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:980:13
[INFO] [stdout]     |
[INFO] [stdout] 980 |     CowStr( syn::Lifetime ),
[INFO] [stdout]     |     ------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 980 -     CowStr( syn::Lifetime ),
[INFO] [stdout] 980 +     CowStr( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:986:17
[INFO] [stdout]     |
[INFO] [stdout] 986 |     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 986 -     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout] 986 +     CowHashMap( (), syn::Type, syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:987:17
[INFO] [stdout]     |
[INFO] [stdout] 987 |     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 987 -     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stdout] 987 +     CowHashSet( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:988:18
[INFO] [stdout]     |
[INFO] [stdout] 988 |     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 988 -     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stdout] 988 +     CowBTreeMap( (), syn::Type, syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:989:18
[INFO] [stdout]     |
[INFO] [stdout] 989 |     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 989 -     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stdout] 989 +     CowBTreeSet( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:991:17
[INFO] [stdout]     |
[INFO] [stdout] 991 |     RefSliceU8( syn::Lifetime ),
[INFO] [stdout]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 991 -     RefSliceU8( syn::Lifetime ),
[INFO] [stdout] 991 +     RefSliceU8( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:992:15
[INFO] [stdout]     |
[INFO] [stdout] 992 |     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout]     |     --------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 992 -     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stdout] 992 +     RefSlice( (), syn::Type ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:993:13
[INFO] [stdout]     |
[INFO] [stdout] 993 |     RefStr( syn::Lifetime ),
[INFO] [stdout]     |     ------  ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 993 -     RefStr( syn::Lifetime ),
[INFO] [stdout] 993 +     RefStr( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:997:16
[INFO] [stdout]     |
[INFO] [stdout] 997 |     Primitive( PrimitiveTy ),
[INFO] [stdout]     |     ---------  ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 997 -     Primitive( PrimitiveTy ),
[INFO] [stdout] 997 +     Primitive( () ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:998:9
[INFO] [stdout]     |
[INFO] [stdout] 998 |     Ty( syn::Type )
[INFO] [stdout]     |     --  ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 998 -     Ty( syn::Type )
[INFO] [stdout] 998 +     Ty( () )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.78s
[INFO] running `Command { std: "docker" "inspect" "b100bf29da8308e9a59ada2dba6ad41640d03f6f3c3d90ec7fa60816ee226c88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b100bf29da8308e9a59ada2dba6ad41640d03f6f3c3d90ec7fa60816ee226c88", kill_on_drop: false }`
[INFO] [stdout] b100bf29da8308e9a59ada2dba6ad41640d03f6f3c3d90ec7fa60816ee226c88
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69fa47adfccaed5da305a7d77d63292980b6921a2116c6df3837bad51a2280ec
[INFO] running `Command { std: "docker" "start" "-a" "69fa47adfccaed5da305a7d77d63292980b6921a2116c6df3837bad51a2280ec", kill_on_drop: false }`
[INFO] [stderr] warning: struct `RawAttributes` is never constructed
[INFO] [stdout] 
[INFO] [stderr]    --> src/lib.rs:595:12
[INFO] [stdout] running 2 tests
[INFO] [stderr]     |
[INFO] [stdout] test test_is_guaranteed_non_recursive ... ok
[INFO] [stderr] 595 |     struct RawAttributes< T >( Punctuated< T, Token![,] > );
[INFO] [stdout] test test_possibly_uses_generic_ty ... ok
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:979:15
[INFO] [stderr]     |
[INFO] [stderr] 979 |     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stderr]     |     --------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 979 -     CowSlice( syn::Lifetime, syn::Type ),
[INFO] [stderr] 979 +     CowSlice( (), syn::Type ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:980:13
[INFO] [stderr]     |
[INFO] [stderr] 980 |     CowStr( syn::Lifetime ),
[INFO] [stderr]     |     ------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 980 -     CowStr( syn::Lifetime ),
[INFO] [stderr] 980 +     CowStr( () ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:986:17
[INFO] [stderr]     |
[INFO] [stderr] 986 |     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stderr]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 986 -     CowHashMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stderr] 986 +     CowHashMap( (), syn::Type, syn::Type ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:987:17
[INFO] [stderr]     |
[INFO] [stderr] 987 |     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stderr]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 987 -     CowHashSet( syn::Lifetime, syn::Type ),
[INFO] [stderr] 987 +     CowHashSet( (), syn::Type ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:988:18
[INFO] [stderr]     |
[INFO] [stderr] 988 |     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stderr]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 988 -     CowBTreeMap( syn::Lifetime, syn::Type, syn::Type ),
[INFO] [stderr] 988 +     CowBTreeMap( (), syn::Type, syn::Type ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:989:18
[INFO] [stderr]     |
[INFO] [stderr] 989 |     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stderr]     |     -----------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 989 -     CowBTreeSet( syn::Lifetime, syn::Type ),
[INFO] [stderr] 989 +     CowBTreeSet( (), syn::Type ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:991:17
[INFO] [stderr]     |
[INFO] [stderr] 991 |     RefSliceU8( syn::Lifetime ),
[INFO] [stderr]     |     ----------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 991 -     RefSliceU8( syn::Lifetime ),
[INFO] [stderr] 991 +     RefSliceU8( () ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:992:15
[INFO] [stderr]     |
[INFO] [stderr] 992 |     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stderr]     |     --------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 992 -     RefSlice( syn::Lifetime, syn::Type ),
[INFO] [stderr] 992 +     RefSlice( (), syn::Type ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:993:13
[INFO] [stderr]     |
[INFO] [stderr] 993 |     RefStr( syn::Lifetime ),
[INFO] [stderr]     |     ------  ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 993 -     RefStr( syn::Lifetime ),
[INFO] [stderr] 993 +     RefStr( () ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:997:16
[INFO] [stderr]     |
[INFO] [stderr] 997 |     Primitive( PrimitiveTy ),
[INFO] [stderr]     |     ---------  ^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 997 -     Primitive( PrimitiveTy ),
[INFO] [stderr] 997 +     Primitive( () ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/lib.rs:998:9
[INFO] [stderr]     |
[INFO] [stderr] 998 |     Ty( syn::Type )
[INFO] [stderr]     |     --  ^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 998 -     Ty( syn::Type )
[INFO] [stderr] 998 +     Ty( () )
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `speedy-derive` (lib) generated 12 warnings
[INFO] [stderr] warning: `speedy-derive` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/speedy_derive-4da06f7bbe5d9dff)
[INFO] [stderr]    Doc-tests speedy_derive
[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" "69fa47adfccaed5da305a7d77d63292980b6921a2116c6df3837bad51a2280ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69fa47adfccaed5da305a7d77d63292980b6921a2116c6df3837bad51a2280ec", kill_on_drop: false }`
[INFO] [stdout] 69fa47adfccaed5da305a7d77d63292980b6921a2116c6df3837bad51a2280ec
