[INFO] fetching crate mavlink-bindgen 0.13.1... [INFO] checking mavlink-bindgen-0.13.1 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate mavlink-bindgen 0.13.1 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate mavlink-bindgen 0.13.1 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "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-5-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" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25faa12ceab4ad2a2d9a482c2dae06ea1f0c70c3cb3c18eaac69cf5abace3216 [INFO] running `Command { std: "docker" "start" "-a" "25faa12ceab4ad2a2d9a482c2dae06ea1f0c70c3cb3c18eaac69cf5abace3216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25faa12ceab4ad2a2d9a482c2dae06ea1f0c70c3cb3c18eaac69cf5abace3216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25faa12ceab4ad2a2d9a482c2dae06ea1f0c70c3cb3c18eaac69cf5abace3216", kill_on_drop: false }` [INFO] [stdout] 25faa12ceab4ad2a2d9a482c2dae06ea1f0c70c3cb3c18eaac69cf5abace3216 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dtail_expr_drop_order" "-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8dce45c073f3c3a35975f04115d30777ac14374d68f97a10b841038062d7e4d [INFO] running `Command { std: "docker" "start" "-a" "c8dce45c073f3c3a35975f04115d30777ac14374d68f97a10b841038062d7e4d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking unicode-ident v1.0.12 [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.43s [INFO] running `Command { std: "docker" "inspect" "c8dce45c073f3c3a35975f04115d30777ac14374d68f97a10b841038062d7e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8dce45c073f3c3a35975f04115d30777ac14374d68f97a10b841038062d7e4d", kill_on_drop: false }` [INFO] [stdout] c8dce45c073f3c3a35975f04115d30777ac14374d68f97a10b841038062d7e4d