[INFO] fetching crate doge_dns 1.0.2... [INFO] testing doge_dns-1.0.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate doge_dns 1.0.2 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate doge_dns 1.0.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e8a67e6ec9058f1a1290def494553de47c26505cb82cfe07551ed6227a08424 [INFO] running `Command { std: "docker" "start" "-a" "3e8a67e6ec9058f1a1290def494553de47c26505cb82cfe07551ed6227a08424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e8a67e6ec9058f1a1290def494553de47c26505cb82cfe07551ed6227a08424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e8a67e6ec9058f1a1290def494553de47c26505cb82cfe07551ed6227a08424", kill_on_drop: false }` [INFO] [stdout] 3e8a67e6ec9058f1a1290def494553de47c26505cb82cfe07551ed6227a08424 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f3abcd19a31ee608c60750bb6718b9716e8e8b7ad9080971e6d5f01e87f341c [INFO] running `Command { std: "docker" "start" "-a" "1f3abcd19a31ee608c60750bb6718b9716e8e8b7ad9080971e6d5f01e87f341c", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling log v0.4.28 [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/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] [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `Command { std: "docker" "inspect" "1f3abcd19a31ee608c60750bb6718b9716e8e8b7ad9080971e6d5f01e87f341c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f3abcd19a31ee608c60750bb6718b9716e8e8b7ad9080971e6d5f01e87f341c", kill_on_drop: false }` [INFO] [stdout] 1f3abcd19a31ee608c60750bb6718b9716e8e8b7ad9080971e6d5f01e87f341c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa396a4031c8569a69328cea90d667d3833d61a4c52849f2f5a2a4acf9f50987 [INFO] running `Command { std: "docker" "start" "-a" "fa396a4031c8569a69328cea90d667d3833d61a4c52849f2f5a2a4acf9f50987", 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/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] [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] [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/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] [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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "fa396a4031c8569a69328cea90d667d3833d61a4c52849f2f5a2a4acf9f50987", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa396a4031c8569a69328cea90d667d3833d61a4c52849f2f5a2a4acf9f50987", kill_on_drop: false }` [INFO] [stdout] fa396a4031c8569a69328cea90d667d3833d61a4c52849f2f5a2a4acf9f50987 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4f2bffb8ecc5f008c0ad477c50a7ec58b6237345739c9aec3ccfd61c37b519db [INFO] running `Command { std: "docker" "start" "-a" "4f2bffb8ecc5f008c0ad477c50a7ec58b6237345739c9aec3ccfd61c37b519db", 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/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: 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: `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.03s [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::record_empty ... ok [INFO] [stdout] test record::a::test::record_too_long ... 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_short ... ok [INFO] [stdout] test record::aaaa::test::record_empty ... ok [INFO] [stdout] test record::aaaa::test::parses ... ok [INFO] [stdout] test record::aaaa::test::record_too_long ... ok [INFO] [stdout] test record::caa::test::parses_critical ... 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::caa::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::cname::test::parses ... ok [INFO] [stdout] test record::caa::test::ignores_other_flags ... ok [INFO] [stdout] test record::eui48::test::hex_rep ... ok [INFO] [stdout] test record::eui48::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::cname::test::record_empty ... ok [INFO] [stdout] test record::eui48::test::record_empty ... ok [INFO] [stdout] test record::eui48::test::parses ... ok [INFO] [stdout] test record::eui48::test::record_too_long ... 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::aaaa::test::record_too_short ... ok [INFO] [stdout] test record::eui64::test::parses ... ok [INFO] [stdout] test record::eui64::test::record_empty ... ok [INFO] [stdout] test record::eui64::test::record_too_long ... 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::incorrect_record_length ... 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::up_high ... ok [INFO] [stdout] test record::loc::altitude_test::with_decimal ... ok [INFO] [stdout] test record::loc::position_test::equator ... ok [INFO] [stdout] test record::loc::position_test::equator_minus_one ... 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::altitude_test::base_level ... ok [INFO] [stdout] test record::a::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::loc::altitude_test::down_low ... ok [INFO] [stdout] test record::loc::position_test::meridian_plus_one ... ok [INFO] [stdout] test record::eui64::test::hex_rep ... 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 ... ok [INFO] [stdout] test record::loc::position_test::the_far_east_plus_one ... ok [INFO] [stdout] test record::loc::position_test::the_far_west ... ok [INFO] [stdout] test record::loc::position_test::the_far_west_minus_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_south_pole ... ok [INFO] [stdout] test record::loc::position_test::the_south_pole_minus_one ... ok [INFO] [stdout] test record::loc::size_test::ones ... ok [INFO] [stdout] test record::loc::size_test::ones_but_bits_this_time ... ok [INFO] [stdout] test record::loc::size_test::schfourteen_teen ... ok [INFO] [stdout] test record::loc::size_test::zeroes ... 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_empty ... ok [INFO] [stdout] test record::loc::test::record_too_long ... 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::mx::test::incorrect_record_length ... ok [INFO] [stdout] test record::mx::test::parses ... ok [INFO] [stdout] test record::mx::test::record_empty ... ok [INFO] [stdout] test record::naptr::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::naptr::test::incorrect_length ... ok [INFO] [stdout] test record::naptr::test::parses ... ok [INFO] [stdout] test record::naptr::test::record_empty ... ok [INFO] [stdout] test record::ns::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::ns::test::incorrect_record_length ... ok [INFO] [stdout] test record::ns::test::parses ... 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::openpgpkey::test::parses ... ok [INFO] [stdout] test record::openpgpkey::test::record_empty ... ok [INFO] [stdout] test record::opt::test::buffer_ends_abruptly ... 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::parses ... ok [INFO] [stdout] test record::ptr::test::incorrect_record_length ... ok [INFO] [stdout] test record::ptr::test::record_empty ... ok [INFO] [stdout] test record::soa::test::incorrect_record_length ... ok [INFO] [stdout] test record::soa::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::srv::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::srv::test::parses ... ok [INFO] [stdout] test record::sshfp::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::soa::test::parses ... ok [INFO] [stdout] test record::srv::test::incorrect_record_length ... ok [INFO] [stdout] test record::sshfp::test::hex_rep ... 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::soa::test::record_empty ... ok [INFO] [stdout] test record::txt::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::sshfp::test::one_byte_fingerprint ... ok [INFO] [stdout] test record::tlsa::test::record_empty ... ok [INFO] [stdout] test record::tlsa::test::record_too_short ... ok [INFO] [stdout] test record::txt::test::another_message ... ok [INFO] [stdout] test record::txt::test::parses_two_iterations ... ok [INFO] [stdout] test record::txt::test::length_too_short ... ok [INFO] [stdout] test record::txt::test::record_empty ... ok [INFO] [stdout] test record::uri::test::buffer_ends_abruptly ... ok [INFO] [stdout] test record::txt::test::right_at_the_limit ... 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::uri::test::parses ... ok [INFO] [stdout] test record::uri::test::record_empty ... ok [INFO] [stderr] Running tests/wire_building_tests.rs (/opt/rustwide/target/debug/deps/wire_building_tests-beb246f786fb045a) [INFO] [stdout] test strings::test::one_label ... ok [INFO] [stdout] test strings::test::too_much_recursion ... 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::extremely_long_label ... ok [INFO] [stdout] test record::srv::test::record_empty ... ok [INFO] [stdout] test strings::test::two_labels ... ok [INFO] [stdout] test record::txt::test::parses_one_iteration ... ok [INFO] [stdout] test record::sshfp::test::parses ... 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] [stdout] [INFO] [stderr] Running tests/wire_parsing_tests.rs (/opt/rustwide/target/debug/deps/wire_parsing_tests-a363c166a193e4be) [INFO] [stdout] running 1 test [INFO] [stdout] test build_request ... ok [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_with_mixed_string ... ok [INFO] [stdout] test parse_response_with_multiple_additionals ... ok [INFO] [stdout] test parse_response_standard ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4f2bffb8ecc5f008c0ad477c50a7ec58b6237345739c9aec3ccfd61c37b519db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f2bffb8ecc5f008c0ad477c50a7ec58b6237345739c9aec3ccfd61c37b519db", kill_on_drop: false }` [INFO] [stdout] 4f2bffb8ecc5f008c0ad477c50a7ec58b6237345739c9aec3ccfd61c37b519db