[INFO] fetching crate pit-c 0.4.0...
[INFO] building pit-c-0.4.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate pit-c 0.4.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate pit-c 0.4.0
[INFO] finished tweaking crates.io crate pit-c 0.4.0
[INFO] tweaked toml for crates.io crate pit-c 0.4.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pit-c 0.4.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pit-c 0.4.0 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f6bd647bcee525244506adb558313824c341d73101b2bb543934609705d35642
[INFO] running `Command { std: "docker" "start" "-a" "f6bd647bcee525244506adb558313824c341d73101b2bb543934609705d35642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6bd647bcee525244506adb558313824c341d73101b2bb543934609705d35642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6bd647bcee525244506adb558313824c341d73101b2bb543934609705d35642", kill_on_drop: false }`
[INFO] [stdout] f6bd647bcee525244506adb558313824c341d73101b2bb543934609705d35642
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d70eb6c315cb7b509c07751802cbc09acea724f22826e47c08be7efc1408b70b
[INFO] running `Command { std: "docker" "start" "-a" "d70eb6c315cb7b509c07751802cbc09acea724f22826e47c08be7efc1408b70b", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling pit-core v0.4.2
[INFO] [stderr]    Compiling pit-c v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:139:48
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:124:48
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:198:13
[INFO] [stdout]     |
[INFO] [stdout] 198 |             nullable,
[INFO] [stdout]     |             ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:124:64
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:139:58
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:139:64
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]   --> src/lib.rs:89:48
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]   --> src/lib.rs:89:58
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]   --> src/lib.rs:89:64
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:105:48
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:105:58
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:105:64
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:199:13
[INFO] [stdout]     |
[INFO] [stdout] 199 |             take,
[INFO] [stdout]     |             ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 200 |             ann,
[INFO] [stdout]     |             ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s
[INFO] running `Command { std: "docker" "inspect" "d70eb6c315cb7b509c07751802cbc09acea724f22826e47c08be7efc1408b70b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d70eb6c315cb7b509c07751802cbc09acea724f22826e47c08be7efc1408b70b", kill_on_drop: false }`
[INFO] [stdout] d70eb6c315cb7b509c07751802cbc09acea724f22826e47c08be7efc1408b70b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8ef672433cb9946ce25005f8335ad321d3d054d7f821109666ad9e935bc22543
[INFO] running `Command { std: "docker" "start" "-a" "8ef672433cb9946ce25005f8335ad321d3d054d7f821109666ad9e935bc22543", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:139:48
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:124:48
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:198:13
[INFO] [stdout]     |
[INFO] [stdout] 198 |             nullable,
[INFO] [stdout]     |             ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:124:64
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:139:58
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:139:64
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]   --> src/lib.rs:89:48
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]   --> src/lib.rs:89:58
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]   --> src/lib.rs:89:64
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:105:48
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:105:58
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:105:64
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:199:13
[INFO] [stdout]     |
[INFO] [stdout] 199 |             take,
[INFO] [stdout]     |             ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 200 |             ann,
[INFO] [stdout]     |             ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pit-c v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:124:48
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:124:64
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:105:48
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:105:58
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:105:64
[INFO] [stdout]     |
[INFO] [stdout] 105 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]   --> src/lib.rs:89:48
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]   --> src/lib.rs:89:58
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]   --> src/lib.rs:89:64
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]    |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:198:13
[INFO] [stdout]     |
[INFO] [stdout] 198 |             nullable,
[INFO] [stdout]     |             ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:199:13
[INFO] [stdout]     |
[INFO] [stdout] 199 |             take,
[INFO] [stdout]     |             ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 200 |             ann,
[INFO] [stdout]     |             ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nullable`
[INFO] [stdout]    --> src/lib.rs:139:48
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                ^^^^^^^^ help: try ignoring the field: `nullable: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `take`
[INFO] [stdout]    --> src/lib.rs:139:58
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                          ^^^^ help: try ignoring the field: `take: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ann`
[INFO] [stdout]    --> src/lib.rs:139:64
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     if let Arg::Resource { ty, nullable, take, ann } = a{
[INFO] [stdout]     |                                                                ^^^ help: try ignoring the field: `ann: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] running `Command { std: "docker" "inspect" "8ef672433cb9946ce25005f8335ad321d3d054d7f821109666ad9e935bc22543", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ef672433cb9946ce25005f8335ad321d3d054d7f821109666ad9e935bc22543", kill_on_drop: false }`
[INFO] [stdout] 8ef672433cb9946ce25005f8335ad321d3d054d7f821109666ad9e935bc22543
