[INFO] fetching crate evitable-syn-meta-ext 0.5.0... [INFO] checking evitable-syn-meta-ext-0.5.0 against try#575650af7d7ca88602df28e39d27bf3e456c306e for pr-80579 [INFO] extracting crate evitable-syn-meta-ext 0.5.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate evitable-syn-meta-ext 0.5.0 on toolchain 575650af7d7ca88602df28e39d27bf3e456c306e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate evitable-syn-meta-ext 0.5.0 [INFO] finished tweaking crates.io crate evitable-syn-meta-ext 0.5.0 [INFO] tweaked toml for crates.io crate evitable-syn-meta-ext 0.5.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c21bfe54408072a0fa0277a06be6ee17403458ff8898d1a00924580bb29793e9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c21bfe54408072a0fa0277a06be6ee17403458ff8898d1a00924580bb29793e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c21bfe54408072a0fa0277a06be6ee17403458ff8898d1a00924580bb29793e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c21bfe54408072a0fa0277a06be6ee17403458ff8898d1a00924580bb29793e9", kill_on_drop: false }` [INFO] [stdout] c21bfe54408072a0fa0277a06be6ee17403458ff8898d1a00924580bb29793e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ae2643858284aa2caf19c42fbfc31c3929daf1748b20d40eb2f9bc1bf0d79ef0 [INFO] running `Command { std: "docker" "start" "-a" "ae2643858284aa2caf19c42fbfc31c3929daf1748b20d40eb2f9bc1bf0d79ef0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Checking ident_case v1.0.1 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Checking evitable-syn-meta-ext v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error/mod.rs:253:30 [INFO] [stdout] | [INFO] [stdout] 253 | fn cause(&self) -> Option<&StdError> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error/mod.rs:253:30 [INFO] [stdout] | [INFO] [stdout] 253 | fn cause(&self) -> Option<&StdError> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/ast.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attrs` [INFO] [stdout] --> src/from_derive_input.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | attrs: &Vec, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_attrs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vis` [INFO] [stdout] --> src/from_derive_input.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | vis: &Visibility, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ident` [INFO] [stdout] --> src/from_derive_input.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | ident: &Ident, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ident` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generics` [INFO] [stdout] --> src/from_derive_input.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | generics: &Generics, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/from_derive_input.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | input: &DataUnion, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attrs` [INFO] [stdout] --> src/from_derive_input.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | attrs: &Vec, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_attrs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vis` [INFO] [stdout] --> src/from_derive_input.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | vis: &Visibility, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ident` [INFO] [stdout] --> src/from_derive_input.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | ident: &Ident, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ident` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generics` [INFO] [stdout] --> src/from_derive_input.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | generics: &Generics, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/from_derive_input.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | input: &DataEnum, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attrs` [INFO] [stdout] --> src/from_derive_input.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | attrs: &Vec, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_attrs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vis` [INFO] [stdout] --> src/from_derive_input.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | vis: &Visibility, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ident` [INFO] [stdout] --> src/from_derive_input.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | ident: &Ident, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ident` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generics` [INFO] [stdout] --> src/from_derive_input.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | generics: &Generics, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/from_derive_input.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | input: &DataStruct, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/ast.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attrs` [INFO] [stdout] --> src/from_derive_input.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | attrs: &Vec, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_attrs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vis` [INFO] [stdout] --> src/from_derive_input.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | vis: &Visibility, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ident` [INFO] [stdout] --> src/from_derive_input.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | ident: &Ident, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ident` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generics` [INFO] [stdout] --> src/from_derive_input.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | generics: &Generics, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/from_derive_input.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | input: &DataUnion, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attrs` [INFO] [stdout] --> src/from_derive_input.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | attrs: &Vec, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_attrs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vis` [INFO] [stdout] --> src/from_derive_input.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | vis: &Visibility, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ident` [INFO] [stdout] --> src/from_derive_input.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | ident: &Ident, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ident` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generics` [INFO] [stdout] --> src/from_derive_input.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | generics: &Generics, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/from_derive_input.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | input: &DataEnum, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attrs` [INFO] [stdout] --> src/from_derive_input.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | attrs: &Vec, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_attrs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vis` [INFO] [stdout] --> src/from_derive_input.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | vis: &Visibility, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ident` [INFO] [stdout] --> src/from_derive_input.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | ident: &Ident, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_ident` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generics` [INFO] [stdout] --> src/from_derive_input.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | generics: &Generics, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/from_derive_input.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | input: &DataStruct, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.09s [INFO] running `Command { std: "docker" "inspect" "ae2643858284aa2caf19c42fbfc31c3929daf1748b20d40eb2f9bc1bf0d79ef0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae2643858284aa2caf19c42fbfc31c3929daf1748b20d40eb2f9bc1bf0d79ef0", kill_on_drop: false }` [INFO] [stdout] ae2643858284aa2caf19c42fbfc31c3929daf1748b20d40eb2f9bc1bf0d79ef0