[INFO] fetching crate doge_dns 1.0.2... [INFO] building doge_dns-1.0.2 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate doge_dns 1.0.2 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate doge_dns 1.0.2 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate doge_dns 1.0.2 [INFO] finished tweaking crates.io crate doge_dns 1.0.2 [INFO] tweaked toml for crates.io crate doge_dns 1.0.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 18 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unic-idna v0.9.0 [INFO] [stderr] Downloaded unic-idna-punycode v0.9.0 [INFO] [stderr] Downloaded unic-idna-mapping v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf03c4c23d49daaa78798edaca4569594b706b6714754e988fd74101768cdbb8 [INFO] running `Command { std: "docker" "start" "-a" "bf03c4c23d49daaa78798edaca4569594b706b6714754e988fd74101768cdbb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf03c4c23d49daaa78798edaca4569594b706b6714754e988fd74101768cdbb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf03c4c23d49daaa78798edaca4569594b706b6714754e988fd74101768cdbb8", kill_on_drop: false }` [INFO] [stdout] bf03c4c23d49daaa78798edaca4569594b706b6714754e988fd74101768cdbb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9a04f69b967b2dd3cd37e4ed4c9df0d1fddffcd7b81b55857b712f04b61068b [INFO] running `Command { std: "docker" "start" "-a" "d9a04f69b967b2dd3cd37e4ed4c9df0d1fddffcd7b81b55857b712f04b61068b", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling doge_dns v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stdout] --> src/strings.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:137:16 [INFO] [stdout] | [INFO] [stdout] 137 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:170:16 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | if cfg!(feature = "with_mutagen") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/a.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/aaaa.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/caa.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/cname.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/eui48.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/eui64.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/hinfo.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/loc.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/mx.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/naptr.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/ns.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/openpgpkey.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/opt.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/ptr.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/sshfp.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/soa.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/srv.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/tlsa.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/txt.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/uri.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "d9a04f69b967b2dd3cd37e4ed4c9df0d1fddffcd7b81b55857b712f04b61068b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9a04f69b967b2dd3cd37e4ed4c9df0d1fddffcd7b81b55857b712f04b61068b", kill_on_drop: false }` [INFO] [stdout] d9a04f69b967b2dd3cd37e4ed4c9df0d1fddffcd7b81b55857b712f04b61068b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 940f58236f7d50016aa97a8a6defbdedb7d0f820119135ad8b4c2bd5d5ff9931 [INFO] running `Command { std: "docker" "start" "-a" "940f58236f7d50016aa97a8a6defbdedb7d0f820119135ad8b4c2bd5d5ff9931", kill_on_drop: false }` [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stdout] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stdout] --> src/strings.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:137:16 [INFO] [stdout] | [INFO] [stdout] 137 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:170:16 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | if cfg!(feature = "with_mutagen") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/a.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/aaaa.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/caa.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/cname.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/eui48.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/eui64.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/hinfo.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/loc.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/mx.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/naptr.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/ns.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/openpgpkey.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/opt.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/ptr.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/sshfp.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/soa.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/srv.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/tlsa.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/txt.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/uri.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling doge_dns v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stdout] --> src/strings.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:137:16 [INFO] [stdout] | [INFO] [stdout] 137 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:170:16 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/wire.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | if cfg!(feature = "with_mutagen") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/a.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/aaaa.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/caa.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/cname.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/eui48.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/eui64.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/hinfo.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/loc.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/mx.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/naptr.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/ns.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/openpgpkey.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/opt.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/ptr.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/sshfp.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/soa.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/srv.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/tlsa.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/txt.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` 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: `with_mutagen` [INFO] [stdout] --> src/record/uri.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stdout] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.65s [INFO] running `Command { std: "docker" "inspect" "940f58236f7d50016aa97a8a6defbdedb7d0f820119135ad8b4c2bd5d5ff9931", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "940f58236f7d50016aa97a8a6defbdedb7d0f820119135ad8b4c2bd5d5ff9931", kill_on_drop: false }` [INFO] [stdout] 940f58236f7d50016aa97a8a6defbdedb7d0f820119135ad8b4c2bd5d5ff9931