[INFO] fetching crate maybe-async-cfg 0.2.4... [INFO] checking maybe-async-cfg-0.2.4 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate maybe-async-cfg 0.2.4 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate maybe-async-cfg 0.2.4 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate maybe-async-cfg 0.2.4 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate maybe-async-cfg 0.2.4 [INFO] tweaked toml for crates.io crate maybe-async-cfg 0.2.4 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate maybe-async-cfg 0.2.4 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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded trybuild v1.0.96 [INFO] [stderr] Downloaded dissimilar v1.0.9 [INFO] [stderr] Downloaded polling v3.7.1 [INFO] [stderr] Downloaded pulldown-cmark v0.11.0 [INFO] [stderr] Downloaded toml v0.8.14 [INFO] [stderr] Downloaded toml_edit v0.22.14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6c2b5213086d9f83cd6f2fc0027e2f53a627274dda576304462daf0e7c42ea1 [INFO] running `Command { std: "docker" "start" "-a" "c6c2b5213086d9f83cd6f2fc0027e2f53a627274dda576304462daf0e7c42ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6c2b5213086d9f83cd6f2fc0027e2f53a627274dda576304462daf0e7c42ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6c2b5213086d9f83cd6f2fc0027e2f53a627274dda576304462daf0e7c42ea1", kill_on_drop: false }` [INFO] [stdout] c6c2b5213086d9f83cd6f2fc0027e2f53a627274dda576304462daf0e7c42ea1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21f361ef4a8f857add4bc732e47289f66d58ad4626095a7bb44f3d0cbabeba2f [INFO] running `Command { std: "docker" "start" "-a" "21f361ef4a8f857add4bc732e47289f66d58ad4626095a7bb44f3d0cbabeba2f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling pulldown-cmark v0.11.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Checking winnow v0.6.13 [INFO] [stderr] Compiling trybuild v1.0.96 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking dissimilar v1.0.9 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking piper v0.2.3 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking quote v1.0.36 [INFO] [stderr] Checking io-lifetimes v1.0.11 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking polling v2.8.0 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking rustix v0.37.27 [INFO] [stderr] Checking async-executor v1.12.0 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking async-io v1.13.0 [INFO] [stderr] Checking toml_datetime v0.6.6 [INFO] [stderr] Checking serde_spanned v0.6.6 [INFO] [stderr] Checking toml_edit v0.22.14 [INFO] [stderr] Checking maybe-async-cfg v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking polling v3.7.1 [INFO] [stderr] Checking async-io v2.3.3 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Checking async-global-executor v2.4.1 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Checking toml v0.8.14 [INFO] [stderr] Checking async-std v1.12.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `is_sync` [INFO] [stdout] --> tests/doctests.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(not(feature = "is_sync")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/doctests.rs:1:63 [INFO] [stdout] | [INFO] [stdout] 1 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(not(feature = "is_sync")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `is_sync` [INFO] [stdout] --> examples/service_client.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | sync(feature = "is_sync"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | async(feature = "is_async", async_trait::async_trait), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client.rs:46:31 [INFO] [stdout] | [INFO] [stdout] 46 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:46:59 [INFO] [stdout] | [INFO] [stdout] 46 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client.rs:50:31 [INFO] [stdout] | [INFO] [stdout] 50 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:50:59 [INFO] [stdout] | [INFO] [stdout] 50 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | sync(feature = "is_sync"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | async(feature = "is_async", async_trait::async_trait), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client.rs:77:31 [INFO] [stdout] | [INFO] [stdout] 77 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:77:59 [INFO] [stdout] | [INFO] [stdout] 77 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:91:59 [INFO] [stdout] | [INFO] [stdout] 91 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:98:59 [INFO] [stdout] | [INFO] [stdout] 98 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(feature = "is_async"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client.rs:107:11 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg(feature = "is_sync")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg(feature = "is_async")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client_both.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "is_sync")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client_both.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg(feature = "is_async")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client_both.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg(feature = "is_sync")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client_both.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(feature = "is_async")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client_both.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(feature = "is_sync")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client_both.rs:61:7 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg(feature = "is_async")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client_both.rs:73:7 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg(feature = "is_sync")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client_both.rs:85:7 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg(feature = "is_async")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client_both.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg(feature = "is_sync")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client_both.rs:103:7 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg(feature = "is_async")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` 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: `is_sync` [INFO] [stdout] --> examples/service_client_both.rs:111:11 [INFO] [stdout] | [INFO] [stdout] 111 | #[cfg(feature = "is_sync")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_async` [INFO] [stdout] --> examples/service_client_both.rs:114:11 [INFO] [stdout] | [INFO] [stdout] 114 | #[cfg(feature = "is_async")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_async` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(not(feature = "is_sync")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:1:63 [INFO] [stdout] | [INFO] [stdout] 1 | #[maybe_async_cfg::maybe(sync(feature = "is_sync"), async(not(feature = "is_sync")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | sync(feature = "is_sync", test), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | async(not(feature = "is_sync"), async_std::test) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | sync(feature = "is_sync", test), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | async(not(feature = "is_sync"), tokio::test) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:26:58 [INFO] [stdout] | [INFO] [stdout] 26 | #[maybe_async_cfg::maybe(idents(some_function(fn)), sync(feature = "is_sync", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` 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: `is_sync` [INFO] [stdout] --> tests/unit-test-util.rs:32:58 [INFO] [stdout] | [INFO] [stdout] 32 | #[maybe_async_cfg::maybe(idents(some_function(fn)), sync(feature = "is_sync", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `doctests`, `no-debug`, and `pulldown-cmark` [INFO] [stdout] = help: consider adding `is_sync` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s [INFO] running `Command { std: "docker" "inspect" "21f361ef4a8f857add4bc732e47289f66d58ad4626095a7bb44f3d0cbabeba2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21f361ef4a8f857add4bc732e47289f66d58ad4626095a7bb44f3d0cbabeba2f", kill_on_drop: false }` [INFO] [stdout] 21f361ef4a8f857add4bc732e47289f66d58ad4626095a7bb44f3d0cbabeba2f