[INFO] fetching crate mavlink-bindgen 0.13.1... [INFO] checking mavlink-bindgen-0.13.1 against try#0edd13c68435d50367c79cef43ac2768d2ec4f3d for pr-129422 [INFO] extracting crate mavlink-bindgen 0.13.1 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate mavlink-bindgen 0.13.1 on toolchain 0edd13c68435d50367c79cef43ac2768d2ec4f3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "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-3-tc2/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" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ddb017d5dec9b5513aea67e7ac5f91e01def9a3d252fd66970183b94e7dfbae [INFO] running `Command { std: "docker" "start" "-a" "9ddb017d5dec9b5513aea67e7ac5f91e01def9a3d252fd66970183b94e7dfbae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ddb017d5dec9b5513aea67e7ac5f91e01def9a3d252fd66970183b94e7dfbae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ddb017d5dec9b5513aea67e7ac5f91e01def9a3d252fd66970183b94e7dfbae", kill_on_drop: false }` [INFO] [stdout] 9ddb017d5dec9b5513aea67e7ac5f91e01def9a3d252fd66970183b94e7dfbae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1584f696e757dadf4c5b9f0509f7168866578366935c32e5d6f1ce13abc5bfbd [INFO] running `Command { std: "docker" "start" "-a" "1584f696e757dadf4c5b9f0509f7168866578366935c32e5d6f1ce13abc5bfbd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking crc-any v2.5.0 [INFO] [stderr] Checking quick-xml v0.26.0 [INFO] [stderr] Checking quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Checking thiserror 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 5.68s [INFO] running `Command { std: "docker" "inspect" "1584f696e757dadf4c5b9f0509f7168866578366935c32e5d6f1ce13abc5bfbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1584f696e757dadf4c5b9f0509f7168866578366935c32e5d6f1ce13abc5bfbd", kill_on_drop: false }` [INFO] [stdout] 1584f696e757dadf4c5b9f0509f7168866578366935c32e5d6f1ce13abc5bfbd