[INFO] fetching crate not-so-fast-derive 0.1.0...
[INFO] testing not-so-fast-derive-0.1.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate not-so-fast-derive 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate not-so-fast-derive 0.1.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate not-so-fast-derive 0.1.0
[INFO] finished tweaking crates.io crate not-so-fast-derive 0.1.0
[INFO] tweaked toml for crates.io crate not-so-fast-derive 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.66)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c1fd71c12d030c2be2e382b365326996668960500b1955014bcb530bd167c8c
[INFO] running `Command { std: "docker" "start" "-a" "8c1fd71c12d030c2be2e382b365326996668960500b1955014bcb530bd167c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c1fd71c12d030c2be2e382b365326996668960500b1955014bcb530bd167c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c1fd71c12d030c2be2e382b365326996668960500b1955014bcb530bd167c8c", kill_on_drop: false }`
[INFO] [stdout] 8c1fd71c12d030c2be2e382b365326996668960500b1955014bcb530bd167c8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9c02557b5da92dce99255d2b55f440a1d6b21e74b0072104ca9b51e072a13e5
[INFO] running `Command { std: "docker" "start" "-a" "d9c02557b5da92dce99255d2b55f440a1d6b21e74b0072104ca9b51e072a13e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling not-so-fast-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Custom(Ident, CustomArguments),
[INFO] [stdout]    |     ------ ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stdout]    |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stdout]    --> src/parse.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct CustomArguments {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 129 |     pub function_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 130 |     pub function: Path,
[INFO] [stdout] 131 |     pub args_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stdout]     |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:340:12
[INFO] [stdout]     |
[INFO] [stdout] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stdout]     |                ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
[INFO] running `Command { std: "docker" "inspect" "d9c02557b5da92dce99255d2b55f440a1d6b21e74b0072104ca9b51e072a13e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9c02557b5da92dce99255d2b55f440a1d6b21e74b0072104ca9b51e072a13e5", kill_on_drop: false }`
[INFO] [stdout] d9c02557b5da92dce99255d2b55f440a1d6b21e74b0072104ca9b51e072a13e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fb5bf0b6654bdd472f8e91a32c311b85488be7b6b4303e12763d939a6b7b4b6
[INFO] running `Command { std: "docker" "start" "-a" "5fb5bf0b6654bdd472f8e91a32c311b85488be7b6b4303e12763d939a6b7b4b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling not-so-fast-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Custom(Ident, CustomArguments),
[INFO] [stdout]    |     ------ ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stdout]    |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stdout]    --> src/parse.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct CustomArguments {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 129 |     pub function_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 130 |     pub function: Path,
[INFO] [stdout] 131 |     pub args_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stdout]     |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:340:12
[INFO] [stdout]     |
[INFO] [stdout] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stdout]     |                ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Custom(Ident, CustomArguments),
[INFO] [stdout]    |     ------ ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stdout]    |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stdout]    --> src/parse.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct CustomArguments {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 129 |     pub function_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 130 |     pub function: Path,
[INFO] [stdout] 131 |     pub args_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stdout]     |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:340:12
[INFO] [stdout]     |
[INFO] [stdout] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stdout]     |                ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.69s
[INFO] running `Command { std: "docker" "inspect" "5fb5bf0b6654bdd472f8e91a32c311b85488be7b6b4303e12763d939a6b7b4b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fb5bf0b6654bdd472f8e91a32c311b85488be7b6b4303e12763d939a6b7b4b6", kill_on_drop: false }`
[INFO] [stdout] 5fb5bf0b6654bdd472f8e91a32c311b85488be7b6b4303e12763d939a6b7b4b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bacd606ee2e2eb0ec581e995c4818851e45cfad13ada3d54a437d2874949db6b
[INFO] running `Command { std: "docker" "start" "-a" "bacd606ee2e2eb0ec581e995c4818851e45cfad13ada3d54a437d2874949db6b", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stdout] 
[INFO] [stderr]   --> src/parse.rs:53:12
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 53 |     Custom(Ident, CustomArguments),
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |     ------ ^^^^^
[INFO] [stdout] 
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stderr]    |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stderr]    --> src/parse.rs:129:9
[INFO] [stderr]     |
[INFO] [stderr] 128 | pub struct CustomArguments {
[INFO] [stderr]     |            --------------- fields in this struct
[INFO] [stderr] 129 |     pub function_ident: Option<Ident>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr] 130 |     pub function: Path,
[INFO] [stderr] 131 |     pub args_ident: Option<Ident>,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:337:10
[INFO] [stderr]     |
[INFO] [stderr] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stderr]     |          ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:338:11
[INFO] [stderr]     |
[INFO] [stderr] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stderr]     |           ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:339:12
[INFO] [stderr]     |
[INFO] [stderr] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:340:12
[INFO] [stderr]     |
[INFO] [stderr] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:341:12
[INFO] [stderr]     |
[INFO] [stderr] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:342:12
[INFO] [stderr]     |
[INFO] [stderr] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:343:16
[INFO] [stderr]     |
[INFO] [stderr] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stderr]     |                ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:344:11
[INFO] [stderr]     |
[INFO] [stderr] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stderr]     |           ~~
[INFO] [stderr] 
[INFO] [stderr] warning: `not-so-fast-derive` (lib) generated 10 warnings
[INFO] [stderr] warning: `not-so-fast-derive` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/not_so_fast_derive-62705033b30f1a19)
[INFO] [stderr]    Doc-tests not_so_fast_derive
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 21) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 126) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 100) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 275) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 152) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 246) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 213) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 179) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 303) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 55) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 21) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:23:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:25:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 126) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:128:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:130:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 100) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:102:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:104:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 275) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:277:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:279:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 152) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:154:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:158:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 246) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:248:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:250:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 213) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:215:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:217:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ValidationNode` in this scope
[INFO] [stdout]   --> src/lib.rs:223:41
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn validate_username(username: &str) -> ValidationNode {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationNode`
[INFO] [stdout]   --> src/lib.rs:224:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ValidationNode::error_if(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of undeclared type `ValidationNode`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationError`
[INFO] [stdout]   --> src/lib.rs:226:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |         || ValidationError::with_code("non_alpha"),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ use of undeclared type `ValidationError`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 179) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:181:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:183:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:189:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 303) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:305:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:307:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 55) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:57:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:59:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ValidationNode` in this scope
[INFO] [stdout]   --> src/lib.rs:66:43
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn validate_comment(comment: &Comment) -> ValidationNode {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationNode`
[INFO] [stdout]   --> src/lib.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ValidationNode::field("content", ValidationNode::error_if(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of undeclared type `ValidationNode`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationNode`
[INFO] [stdout]   --> src/lib.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ValidationNode::field("content", ValidationNode::error_if(
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^ use of undeclared type `ValidationNode`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationError`
[INFO] [stdout]   --> src/lib.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |         || ValidationError::with_code("length")
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ use of undeclared type `ValidationError`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 100)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 126)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 152)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 179)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 21)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 213)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 246)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 275)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 303)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 55)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bacd606ee2e2eb0ec581e995c4818851e45cfad13ada3d54a437d2874949db6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bacd606ee2e2eb0ec581e995c4818851e45cfad13ada3d54a437d2874949db6b", kill_on_drop: false }`
[INFO] [stdout] bacd606ee2e2eb0ec581e995c4818851e45cfad13ada3d54a437d2874949db6b
[INFO] testing not-so-fast-derive-0.1.0 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate not-so-fast-derive 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate not-so-fast-derive 0.1.0 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate not-so-fast-derive 0.1.0
[INFO] finished tweaking crates.io crate not-so-fast-derive 0.1.0
[INFO] tweaked toml for crates.io crate not-so-fast-derive 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.66)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b461d555bdb9c5dd6287bfd56a013a013e2a51090757caeb5bd7d3001d1619c1
[INFO] running `Command { std: "docker" "start" "-a" "b461d555bdb9c5dd6287bfd56a013a013e2a51090757caeb5bd7d3001d1619c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b461d555bdb9c5dd6287bfd56a013a013e2a51090757caeb5bd7d3001d1619c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b461d555bdb9c5dd6287bfd56a013a013e2a51090757caeb5bd7d3001d1619c1", kill_on_drop: false }`
[INFO] [stdout] b461d555bdb9c5dd6287bfd56a013a013e2a51090757caeb5bd7d3001d1619c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0564e93c3454098be825e4d57e1c784d3eaba2b207b6334819bd542866a1b6b8
[INFO] running `Command { std: "docker" "start" "-a" "0564e93c3454098be825e4d57e1c784d3eaba2b207b6334819bd542866a1b6b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling not-so-fast-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Custom(Ident, CustomArguments),
[INFO] [stdout]    |     ------ ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stdout]    |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stdout]    --> src/parse.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct CustomArguments {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 129 |     pub function_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 130 |     pub function: Path,
[INFO] [stdout] 131 |     pub args_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stdout]     |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:340:12
[INFO] [stdout]     |
[INFO] [stdout] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stdout]     |                ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
[INFO] running `Command { std: "docker" "inspect" "0564e93c3454098be825e4d57e1c784d3eaba2b207b6334819bd542866a1b6b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0564e93c3454098be825e4d57e1c784d3eaba2b207b6334819bd542866a1b6b8", kill_on_drop: false }`
[INFO] [stdout] 0564e93c3454098be825e4d57e1c784d3eaba2b207b6334819bd542866a1b6b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 531d37728c680b12e5dab13602bdca175e3469ea78c66225785a5dd88501199a
[INFO] running `Command { std: "docker" "start" "-a" "531d37728c680b12e5dab13602bdca175e3469ea78c66225785a5dd88501199a", kill_on_drop: false }`
[INFO] [stderr]    Compiling not-so-fast-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Custom(Ident, CustomArguments),
[INFO] [stdout]    |     ------ ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stdout]    |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stdout]    --> src/parse.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct CustomArguments {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 129 |     pub function_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 130 |     pub function: Path,
[INFO] [stdout] 131 |     pub args_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stdout]     |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:340:12
[INFO] [stdout]     |
[INFO] [stdout] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stdout]     |                ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parse.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Custom(Ident, CustomArguments),
[INFO] [stdout]    |     ------ ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stdout]    |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stdout]    --> src/parse.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub struct CustomArguments {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 129 |     pub function_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 130 |     pub function: Path,
[INFO] [stdout] 131 |     pub args_ident: Option<Ident>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:337:10
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stdout]     |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:340:12
[INFO] [stdout]     |
[INFO] [stdout] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:341:12
[INFO] [stdout]     |
[INFO] [stdout] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stdout]     |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:343:16
[INFO] [stdout]     |
[INFO] [stdout] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stdout]     |                ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parse.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.80s
[INFO] running `Command { std: "docker" "inspect" "531d37728c680b12e5dab13602bdca175e3469ea78c66225785a5dd88501199a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "531d37728c680b12e5dab13602bdca175e3469ea78c66225785a5dd88501199a", kill_on_drop: false }`
[INFO] [stdout] 531d37728c680b12e5dab13602bdca175e3469ea78c66225785a5dd88501199a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6f20dfc50f372606e10a87d8393525f4fec3a7cbf4bb56fb7d22469e01a22796
[INFO] running `Command { std: "docker" "start" "-a" "6f20dfc50f372606e10a87d8393525f4fec3a7cbf4bb56fb7d22469e01a22796", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/parse.rs:53:12
[INFO] [stderr]    |
[INFO] [stderr] 53 |     Custom(Ident, CustomArguments),
[INFO] [stderr]    |     ------ ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[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] 53 |     Custom((), CustomArguments),
[INFO] [stderr]    |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: fields `function_ident` and `args_ident` are never read
[INFO] [stderr]    --> src/parse.rs:129:9
[INFO] [stderr]     |
[INFO] [stderr] 128 | pub struct CustomArguments {
[INFO] [stderr]     |            --------------- fields in this struct
[INFO] [stderr] 129 |     pub function_ident: Option<Ident>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr] 130 |     pub function: Path,
[INFO] [stderr] 131 |     pub args_ident: Option<Ident>,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CustomArguments` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:337:10
[INFO] [stderr]     |
[INFO] [stderr] 337 |     Some(Ident, Box<FieldValidateArguments>),
[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] 337 |     Some((), Box<FieldValidateArguments>),
[INFO] [stderr]     |          ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:338:11
[INFO] [stderr]     |
[INFO] [stderr] 338 |     Items(Ident, Box<FieldValidateArguments>),
[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] 338 |     Items((), Box<FieldValidateArguments>),
[INFO] [stderr]     |           ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:339:12
[INFO] [stderr]     |
[INFO] [stderr] 339 |     Fields(Ident, Box<FieldValidateArguments>),
[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] 339 |     Fields((), Box<FieldValidateArguments>),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:340:12
[INFO] [stderr]     |
[INFO] [stderr] 340 |     Nested(Option<Ident>, NestedArguments),
[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] 340 |     Nested((), NestedArguments),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:341:12
[INFO] [stderr]     |
[INFO] [stderr] 341 |     Custom(Ident, CustomArguments),
[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] 341 |     Custom((), CustomArguments),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:342:12
[INFO] [stderr]     |
[INFO] [stderr] 342 |     Length(Ident, LengthArguments),
[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] 342 |     Length((), LengthArguments),
[INFO] [stderr]     |            ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:343:16
[INFO] [stderr]     |
[INFO] [stderr] 343 |     CharLength(Ident, LengthArguments),
[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] 343 |     CharLength((), LengthArguments),
[INFO] [stderr]     |                ~~
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/parse.rs:344:11
[INFO] [stderr]     |
[INFO] [stderr] 344 |     Range(Ident, RangeArguments),
[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] 344 |     Range((), RangeArguments),
[INFO] [stderr]     |           ~~
[INFO] [stderr] 
[INFO] [stderr] warning: `not-so-fast-derive` (lib) generated 10 warnings
[INFO] [stderr] warning: `not-so-fast-derive` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/not_so_fast_derive-62705033b30f1a19)
[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] [stderr]    Doc-tests not_so_fast_derive
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 152) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 126) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 275) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 213) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 100) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 246) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 21) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 179) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 303) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/lib.rs - derive_validate_args (line 55) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 152) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:154:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:158:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 126) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:128:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:130:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 275) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:277:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:279:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 213) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:215:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:217:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ValidationNode` in this scope
[INFO] [stdout]   --> src/lib.rs:223:41
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn validate_username(username: &str) -> ValidationNode {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationNode`
[INFO] [stdout]   --> src/lib.rs:224:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ValidationNode::error_if(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of undeclared type `ValidationNode`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationError`
[INFO] [stdout]   --> src/lib.rs:226:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |         || ValidationError::with_code("non_alpha"),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ use of undeclared type `ValidationError`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 100) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:102:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:104:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 246) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:248:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:250:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 21) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:23:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:25:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 179) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:181:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:183:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:189:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 303) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:305:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:307:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_validate_args (line 55) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `not_so_fast`
[INFO] [stdout]  --> src/lib.rs:57:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ::not_so_fast::*;
[INFO] [stdout]   |       ^^^^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:59:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `not_so_fast` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ValidationNode` in this scope
[INFO] [stdout]   --> src/lib.rs:66:43
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn validate_comment(comment: &Comment) -> ValidationNode {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationNode`
[INFO] [stdout]   --> src/lib.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ValidationNode::field("content", ValidationNode::error_if(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of undeclared type `ValidationNode`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationNode`
[INFO] [stdout]   --> src/lib.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ValidationNode::field("content", ValidationNode::error_if(
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^ use of undeclared type `ValidationNode`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValidationError`
[INFO] [stdout]   --> src/lib.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |         || ValidationError::with_code("length")
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ use of undeclared type `ValidationError`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 100)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 126)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 152)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 179)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 21)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 213)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 246)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 275)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 303)
[INFO] [stdout]     src/lib.rs - derive_validate_args (line 55)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6f20dfc50f372606e10a87d8393525f4fec3a7cbf4bb56fb7d22469e01a22796", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f20dfc50f372606e10a87d8393525f4fec3a7cbf4bb56fb7d22469e01a22796", kill_on_drop: false }`
[INFO] [stdout] 6f20dfc50f372606e10a87d8393525f4fec3a7cbf4bb56fb7d22469e01a22796
