[INFO] fetching crate mavlink-bindgen 0.13.1... [INFO] checking mavlink-bindgen-0.13.1 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate mavlink-bindgen 0.13.1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate mavlink-bindgen 0.13.1 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mavlink-bindgen 0.13.1 [INFO] finished tweaking crates.io crate mavlink-bindgen 0.13.1 [INFO] tweaked toml for crates.io crate mavlink-bindgen 0.13.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate crates.io crate mavlink-bindgen 0.13.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crc-any v2.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4d3706fa59f3782ecd7a155d9ca792f560a33d1fb0c5b49cbff046e863766ea [INFO] running `Command { std: "docker" "start" "-a" "b4d3706fa59f3782ecd7a155d9ca792f560a33d1fb0c5b49cbff046e863766ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4d3706fa59f3782ecd7a155d9ca792f560a33d1fb0c5b49cbff046e863766ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4d3706fa59f3782ecd7a155d9ca792f560a33d1fb0c5b49cbff046e863766ea", kill_on_drop: false }` [INFO] [stdout] b4d3706fa59f3782ecd7a155d9ca792f560a33d1fb0c5b49cbff046e863766ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02ad2b8156bdc591a1ee7206078a210accfaf4eec49ff529c56aae377f2fbaeb [INFO] running `Command { std: "docker" "start" "-a" "02ad2b8156bdc591a1ee7206078a210accfaf4eec49ff529c56aae377f2fbaeb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking crc-any v2.5.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking quick-xml v0.26.0 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Checking mavlink-bindgen v0.13.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1418:11 [INFO] [stdout] | [INFO] [stdout] 1418 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:318:23 [INFO] [stdout] | [INFO] [stdout] 318 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:325:27 [INFO] [stdout] | [INFO] [stdout] 325 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:367:15 [INFO] [stdout] | [INFO] [stdout] 367 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:375:19 [INFO] [stdout] | [INFO] [stdout] 375 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:491:11 [INFO] [stdout] | [INFO] [stdout] 491 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:454:23 [INFO] [stdout] | [INFO] [stdout] 454 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:457:27 [INFO] [stdout] | [INFO] [stdout] 457 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:581:15 [INFO] [stdout] | [INFO] [stdout] 581 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:584:19 [INFO] [stdout] | [INFO] [stdout] 584 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:657:11 [INFO] [stdout] | [INFO] [stdout] 657 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1424:15 [INFO] [stdout] | [INFO] [stdout] 1424 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1431:23 [INFO] [stdout] | [INFO] [stdout] 1431 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1443:11 [INFO] [stdout] | [INFO] [stdout] 1443 | #[cfg(feature = "emit-extensions")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1449:15 [INFO] [stdout] | [INFO] [stdout] 1449 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1418:11 [INFO] [stdout] | [INFO] [stdout] 1418 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:318:23 [INFO] [stdout] | [INFO] [stdout] 318 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:325:27 [INFO] [stdout] | [INFO] [stdout] 325 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:367:15 [INFO] [stdout] | [INFO] [stdout] 367 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:375:19 [INFO] [stdout] | [INFO] [stdout] 375 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:491:11 [INFO] [stdout] | [INFO] [stdout] 491 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:454:23 [INFO] [stdout] | [INFO] [stdout] 454 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:457:27 [INFO] [stdout] | [INFO] [stdout] 457 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:581:15 [INFO] [stdout] | [INFO] [stdout] 581 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:584:19 [INFO] [stdout] | [INFO] [stdout] 584 | #[cfg(not(feature = "emit-description"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-description` [INFO] [stdout] --> src/parser.rs:657:11 [INFO] [stdout] | [INFO] [stdout] 657 | #[cfg(feature = "emit-description")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-description` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1424:15 [INFO] [stdout] | [INFO] [stdout] 1424 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1431:23 [INFO] [stdout] | [INFO] [stdout] 1431 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1443:11 [INFO] [stdout] | [INFO] [stdout] 1443 | #[cfg(feature = "emit-extensions")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `emit-extensions` [INFO] [stdout] --> src/parser.rs:1449:15 [INFO] [stdout] | [INFO] [stdout] 1449 | #[cfg(not(feature = "emit-extensions"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cli` and `serde` [INFO] [stdout] = help: consider adding `emit-extensions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s [INFO] running `Command { std: "docker" "inspect" "02ad2b8156bdc591a1ee7206078a210accfaf4eec49ff529c56aae377f2fbaeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02ad2b8156bdc591a1ee7206078a210accfaf4eec49ff529c56aae377f2fbaeb", kill_on_drop: false }` [INFO] [stdout] 02ad2b8156bdc591a1ee7206078a210accfaf4eec49ff529c56aae377f2fbaeb