[INFO] fetching crate doge_dns 1.0.2... [INFO] testing doge_dns-1.0.2 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate doge_dns 1.0.2 into /workspace/builds/worker-7-tc2/source [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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate doge_dns 1.0.2 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84076665d224ef5045af334537c7d93bfbf69f7a8f06adab0283cbcb64ef7c4f [INFO] running `Command { std: "docker" "start" "-a" "84076665d224ef5045af334537c7d93bfbf69f7a8f06adab0283cbcb64ef7c4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84076665d224ef5045af334537c7d93bfbf69f7a8f06adab0283cbcb64ef7c4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84076665d224ef5045af334537c7d93bfbf69f7a8f06adab0283cbcb64ef7c4f", kill_on_drop: false }` [INFO] [stdout] 84076665d224ef5045af334537c7d93bfbf69f7a8f06adab0283cbcb64ef7c4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e6d7bd21b8b92e9343b42ae9fcd300f9999d0305dc3be0826e23a2eaadda3cd [INFO] running `Command { std: "docker" "start" "-a" "8e6d7bd21b8b92e9343b42ae9fcd300f9999d0305dc3be0826e23a2eaadda3cd", kill_on_drop: false }` [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 1.06s [INFO] running `Command { std: "docker" "inspect" "8e6d7bd21b8b92e9343b42ae9fcd300f9999d0305dc3be0826e23a2eaadda3cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e6d7bd21b8b92e9343b42ae9fcd300f9999d0305dc3be0826e23a2eaadda3cd", kill_on_drop: false }` [INFO] [stdout] 8e6d7bd21b8b92e9343b42ae9fcd300f9999d0305dc3be0826e23a2eaadda3cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8c9c1940f9e7f9c65bddf894f1900e96bcf9dbc798cec5c1feaa0bbf05dce39 [INFO] running `Command { std: "docker" "start" "-a" "f8c9c1940f9e7f9c65bddf894f1900e96bcf9dbc798cec5c1feaa0bbf05dce39", kill_on_drop: false }` [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.87s [INFO] running `Command { std: "docker" "inspect" "f8c9c1940f9e7f9c65bddf894f1900e96bcf9dbc798cec5c1feaa0bbf05dce39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8c9c1940f9e7f9c65bddf894f1900e96bcf9dbc798cec5c1feaa0bbf05dce39", kill_on_drop: false }` [INFO] [stdout] f8c9c1940f9e7f9c65bddf894f1900e96bcf9dbc798cec5c1feaa0bbf05dce39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] faf123678116ead10e527f699a5a1f32f6b00a5346a9ec2061345d0e0453a854 [INFO] running `Command { std: "docker" "start" "-a" "faf123678116ead10e527f699a5a1f32f6b00a5346a9ec2061345d0e0453a854", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/strings.rs:148:12 [INFO] [stderr] | [INFO] [stderr] 148 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/wire.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/wire.rs:117:16 [INFO] [stderr] | [INFO] [stderr] 117 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/wire.rs:137:16 [INFO] [stderr] | [INFO] [stderr] 137 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/wire.rs:170:16 [INFO] [stderr] | [INFO] [stderr] 170 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/wire.rs:172:17 [INFO] [stderr] | [INFO] [stderr] 172 | if cfg!(feature = "with_mutagen") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/a.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/aaaa.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/caa.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/cname.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/eui48.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/eui64.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/hinfo.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/loc.rs:81:16 [INFO] [stderr] | [INFO] [stderr] 81 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/mx.rs:29:16 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/naptr.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/ns.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/openpgpkey.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/opt.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/ptr.rs:30:16 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/sshfp.rs:33:16 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/soa.rs:50:16 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/srv.rs:36:16 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/tlsa.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/txt.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with_mutagen` [INFO] [stderr] --> src/record/uri.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `unic-idna`, and `with_idna` [INFO] [stderr] = help: consider adding `with_mutagen` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `doge_dns` (lib) generated 26 warnings [INFO] [stderr] warning: `doge_dns` (lib test) generated 26 warnings (26 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/doge_dns-41e2098c57066e48) [INFO] [stdout] [INFO] [stdout] running 130 tests [INFO] [stdout] test record::a::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::a::test::record_empty ... ok [INFO] [stdout] test record::a::test::parses ... ok [INFO] [stdout] test record::aaaa::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::a::test::record_too_long ... ok [INFO] [stdout] test record::a::test::record_too_short ... ok [INFO] [stdout] test record::aaaa::test::record_empty ... ok [INFO] [stdout] test record::aaaa::test::record_too_long ... ok [INFO] [stdout] test record::aaaa::test::parses ... ok [INFO] [stdout] test record::aaaa::test::record_too_short ... ok [INFO] [stdout] test record::caa::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::caa::test::parses_critical ... ok [INFO] [stdout] test record::caa::test::ignores_other_flags ... ok [INFO] [stdout] test record::caa::test::parses_non_critical ... ok [INFO] [stdout] test record::caa::test::record_empty ... ok [INFO] [stdout] test record::cname::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::cname::test::incorrect_record_length ... ok [INFO] [stdout] test record::cname::test::parses ... ok [INFO] [stdout] test record::cname::test::record_empty ... ok [INFO] [stdout] test record::eui48::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::eui48::test::parses ... ok [INFO] [stdout] test record::eui48::test::hex_rep ... ok [INFO] [stdout] test record::eui48::test::record_too_short ... ok [INFO] [stdout] test record::eui64::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::eui64::test::hex_rep ... ok [INFO] [stdout] test record::eui64::test::parses ... ok [INFO] [stdout] test record::eui64::test::record_too_long ... ok [INFO] [stdout] test record::eui64::test::record_empty ... ok [INFO] [stdout] test record::eui48::test::record_empty ... ok [INFO] [stdout] test record::eui64::test::record_too_short ... ok [INFO] [stdout] test record::hinfo::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::hinfo::test::parses ... ok [INFO] [stdout] test record::hinfo::test::record_empty ... ok [INFO] [stdout] test record::loc::altitude_test::down_low ... ok [INFO] [stdout] test record::loc::altitude_test::up_high ... ok [INFO] [stdout] test record::loc::altitude_test::with_decimal ... ok [INFO] [stdout] test record::loc::position_test::equator_minus_one ... ok [INFO] [stdout] test record::eui48::test::record_too_long ... ok [INFO] [stdout] test record::loc::position_test::equator ... ok [INFO] [stdout] test record::loc::altitude_test::base_level ... ok [INFO] [stdout] test record::hinfo::test::incorrect_record_length ... ok [INFO] [stdout] test record::loc::position_test::equator_plus_one ... ok [INFO] [stdout] test record::loc::position_test::meridian ... ok [INFO] [stdout] test record::loc::position_test::meridian_minus_one ... ok [INFO] [stdout] test record::loc::position_test::meridian_plus_one ... ok [INFO] [stdout] test record::loc::position_test::some_latitude ... ok [INFO] [stdout] test record::loc::position_test::some_longitude ... ok [INFO] [stdout] test record::loc::position_test::the_far_east_plus_one ... ok [INFO] [stdout] test record::loc::position_test::the_north_pole ... ok [INFO] [stdout] test record::loc::position_test::the_north_pole_plus_one ... ok [INFO] [stdout] test record::loc::position_test::the_far_west ... ok [INFO] [stdout] test record::loc::position_test::the_south_pole ... ok [INFO] [stdout] test record::loc::position_test::the_far_west_minus_one ... ok [INFO] [stdout] test record::loc::size_test::zeroes ... ok [INFO] [stdout] test record::loc::size_test::schfourteen_teen ... ok [INFO] [stdout] test record::loc::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::loc::test::more_recent_version ... ok [INFO] [stdout] test record::loc::test::parses ... ok [INFO] [stdout] test record::loc::test::record_too_short ... ok [INFO] [stdout] test record::mx::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::loc::test::record_empty ... ok [INFO] [stdout] test record::mx::test::incorrect_record_length ... ok [INFO] [stdout] test record::loc::test::record_too_long ... ok [INFO] [stdout] test record::mx::test::parses ... ok [INFO] [stdout] test record::naptr::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::naptr::test::incorrect_length ... ok [INFO] [stdout] test record::mx::test::record_empty ... ok [INFO] [stdout] test record::openpgpkey::test::parses ... ok [INFO] [stdout] test record::naptr::test::record_empty ... ok [INFO] [stdout] test record::openpgpkey::test::record_empty ... ok [INFO] [stdout] test record::opt::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::ns::test::parses ... ok [INFO] [stdout] test record::ns::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::ns::test::record_empty ... ok [INFO] [stdout] test record::openpgpkey::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::openpgpkey::test::one_byte_of_uri ... ok [INFO] [stdout] test record::naptr::test::parses ... ok [INFO] [stdout] test record::ns::test::incorrect_record_length ... ok [INFO] [stdout] test record::opt::test::parses_no_data ... ok [INFO] [stdout] test record::opt::test::parses_with_data ... ok [INFO] [stdout] test record::opt::test::record_empty ... ok [INFO] [stdout] test record::others::test::known ... ok [INFO] [stdout] test record::others::test::unknown ... ok [INFO] [stdout] test record::ptr::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::ptr::test::incorrect_record_length ... ok [INFO] [stdout] test record::ptr::test::parses ... ok [INFO] [stdout] test record::loc::position_test::the_far_east ... ok [INFO] [stdout] test record::ptr::test::record_empty ... ok [INFO] [stdout] test record::soa::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::soa::test::parses ... ok [INFO] [stdout] test record::loc::size_test::ones_but_bits_this_time ... ok [INFO] [stdout] test record::soa::test::record_empty ... ok [INFO] [stdout] test record::srv::test::incorrect_record_length ... ok [INFO] [stdout] test record::srv::test::record_empty ... ok [INFO] [stdout] test record::srv::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::sshfp::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::soa::test::incorrect_record_length ... ok [INFO] [stdout] test record::srv::test::parses ... ok [INFO] [stdout] test record::sshfp::test::hex_rep ... ok [INFO] [stdout] test record::sshfp::test::one_byte_fingerprint ... ok [INFO] [stdout] test record::sshfp::test::parses ... ok [INFO] [stdout] test record::sshfp::test::record_empty ... ok [INFO] [stdout] test record::sshfp::test::record_too_short ... ok [INFO] [stdout] test record::tlsa::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::tlsa::test::one_byte_certificate ... ok [INFO] [stdout] test record::tlsa::test::parses ... ok [INFO] [stdout] test record::tlsa::test::record_too_short ... ok [INFO] [stdout] test record::tlsa::test::record_empty ... ok [INFO] [stdout] test record::txt::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::txt::test::another_message ... ok [INFO] [stdout] test record::txt::test::record_empty ... ok [INFO] [stdout] test record::txt::test::parses_one_iteration ... ok [INFO] [stdout] test record::txt::test::parses_two_iterations ... ok [INFO] [stdout] test record::uri::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::uri::test::missing_any_data ... ok [INFO] [stdout] test record::uri::test::one_byte_of_uri ... ok [INFO] [stdout] test record::txt::test::right_at_the_limit ... ok [INFO] [stdout] test record::uri::test::parses ... ok [INFO] [stdout] test record::loc::position_test::the_south_pole_minus_one ... ok [INFO] [stdout] test record::uri::test::record_empty ... ok [INFO] [stdout] test record::loc::size_test::ones ... ok [INFO] [stdout] test record::txt::test::length_too_short ... ok [INFO] [stdout] test strings::test::immediate_recursion ... ok [INFO] [stdout] test strings::test::label_followed_by_backtrack ... ok [INFO] [stdout] test strings::test::mutual_recursion ... ok [INFO] [stdout] test strings::test::nothing ... ok [INFO] [stdout] test strings::test::one_label ... ok [INFO] [stdout] test strings::test::two_labels ... ok [INFO] [stdout] test strings::test::too_much_recursion ... ok [INFO] [stdout] test strings::test::extremely_long_label ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 130 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/wire_building_tests.rs (/opt/rustwide/target/debug/deps/wire_building_tests-beb246f786fb045a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test build_request ... ok [INFO] [stderr] Running tests/wire_parsing_tests.rs (/opt/rustwide/target/debug/deps/wire_parsing_tests-a363c166a193e4be) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test parse_nothing ... ok [INFO] [stdout] test parse_response_standard ... ok [INFO] [stdout] test parse_response_with_multiple_additionals ... ok [INFO] [stdout] test parse_response_with_mixed_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "faf123678116ead10e527f699a5a1f32f6b00a5346a9ec2061345d0e0453a854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faf123678116ead10e527f699a5a1f32f6b00a5346a9ec2061345d0e0453a854", kill_on_drop: false }` [INFO] [stdout] faf123678116ead10e527f699a5a1f32f6b00a5346a9ec2061345d0e0453a854