[INFO] fetching crate mime_guess 2.0.5... [INFO] testing mime_guess-2.0.5 against 1.90.0 for beta-1.91-3 [INFO] extracting crate mime_guess 2.0.5 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate mime_guess 2.0.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate mime_guess 2.0.5 [INFO] tweaked toml for crates.io crate mime_guess 2.0.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mime_guess 2.0.5 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mime_guess 2.0.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded oorandom v11.1.3 [INFO] [stderr] Downloaded js-sys v0.3.69 [INFO] [stderr] Downloaded winapi-util v0.1.8 [INFO] [stderr] Downloaded serde_json v1.0.118 [INFO] [stderr] Downloaded web-sys v0.3.69 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98ae8fa6cf58bfb5234de10c2ab2e0c5ed1371b4eca97d44c085d0b6094d59a1 [INFO] running `Command { std: "docker" "start" "-a" "98ae8fa6cf58bfb5234de10c2ab2e0c5ed1371b4eca97d44c085d0b6094d59a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98ae8fa6cf58bfb5234de10c2ab2e0c5ed1371b4eca97d44c085d0b6094d59a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98ae8fa6cf58bfb5234de10c2ab2e0c5ed1371b4eca97d44c085d0b6094d59a1", kill_on_drop: false }` [INFO] [stdout] 98ae8fa6cf58bfb5234de10c2ab2e0c5ed1371b4eca97d44c085d0b6094d59a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 183b3d7f3969ae80657967bb296a50230abca277b0c8ea0cb2243c96c4743ade [INFO] running `Command { std: "docker" "start" "-a" "183b3d7f3969ae80657967bb296a50230abca277b0c8ea0cb2243c96c4743ade", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling mime_guess v2.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:1:7 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` 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: `phf` [INFO] [stdout] --> build.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(all(feature = "phf", feature = "rev-mappings"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | #[cfg(all(not(feature = "phf"), feature = "rev-mappings"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> src/lib.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` 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: `phf` [INFO] [stdout] --> src/lib.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(not(feature = "phf"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` 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 2.20s [INFO] running `Command { std: "docker" "inspect" "183b3d7f3969ae80657967bb296a50230abca277b0c8ea0cb2243c96c4743ade", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "183b3d7f3969ae80657967bb296a50230abca277b0c8ea0cb2243c96c4743ade", kill_on_drop: false }` [INFO] [stdout] 183b3d7f3969ae80657967bb296a50230abca277b0c8ea0cb2243c96c4743ade [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e47cb2bc09e6261ad5110f6d975f7ad00dac39354f6f346c4e837e0a4842334a [INFO] running `Command { std: "docker" "start" "-a" "e47cb2bc09e6261ad5110f6d975f7ad00dac39354f6f346c4e837e0a4842334a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde_json v1.0.118 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling plotters-backend v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:1:7 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` 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: `phf` [INFO] [stdout] --> build.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(all(feature = "phf", feature = "rev-mappings"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | #[cfg(all(not(feature = "phf"), feature = "rev-mappings"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> build.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> src/lib.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` 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: `phf` [INFO] [stdout] --> src/lib.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(not(feature = "phf"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.6 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling plotters v0.3.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling mime_guess v2.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `phf` [INFO] [stdout] --> src/lib.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(feature = "phf")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` 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: `phf` [INFO] [stdout] --> src/lib.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(not(feature = "phf"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stdout] = help: consider adding `phf` 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 23.43s [INFO] running `Command { std: "docker" "inspect" "e47cb2bc09e6261ad5110f6d975f7ad00dac39354f6f346c4e837e0a4842334a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e47cb2bc09e6261ad5110f6d975f7ad00dac39354f6f346c4e837e0a4842334a", kill_on_drop: false }` [INFO] [stdout] e47cb2bc09e6261ad5110f6d975f7ad00dac39354f6f346c4e837e0a4842334a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9a1acaae7f84d4ee2029ef4feba35aa978880a2c6112f884e1be6b700eb0ba3c [INFO] running `Command { std: "docker" "start" "-a" "9a1acaae7f84d4ee2029ef4feba35aa978880a2c6112f884e1be6b700eb0ba3c", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unexpected `cfg` condition value: `phf` [INFO] [stderr] --> build.rs:1:7 [INFO] [stderr] | [INFO] [stderr] 1 | #[cfg(feature = "phf")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` 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: `phf` [INFO] [stderr] --> build.rs:20:7 [INFO] [stderr] | [INFO] [stderr] 20 | #[cfg(feature = "phf")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` 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: `phf` [INFO] [stderr] --> build.rs:41:7 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(feature = "phf")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` 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: `phf` [INFO] [stderr] --> build.rs:78:11 [INFO] [stderr] | [INFO] [stderr] 78 | #[cfg(all(feature = "phf", feature = "rev-mappings"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` 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: `phf` [INFO] [stderr] --> build.rs:123:15 [INFO] [stderr] | [INFO] [stderr] 123 | #[cfg(all(not(feature = "phf"), feature = "rev-mappings"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` 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: `phf` [INFO] [stderr] --> build.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg(feature = "phf")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `mime_guess` (build script) generated 6 warnings [INFO] [stderr] warning: unexpected `cfg` condition value: `phf` [INFO] [stderr] --> src/lib.rs:32:7 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg(feature = "phf")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` 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: `phf` [INFO] [stderr] --> src/lib.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(not(feature = "phf"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` and `rev-mappings` [INFO] [stderr] = help: consider adding `phf` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `mime_guess` (lib) generated 2 warnings [INFO] [stderr] warning: `mime_guess` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mime_guess-91ec66fb27bc0ab9) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::test_are_extensions_ascii ... ok [INFO] [stdout] test tests::test_are_extensions_sorted ... ok [INFO] [stdout] test tests::test_mime_type_guessing_opt ... ok [INFO] [stdout] test tests::test_mime_type_guessing ... ok [INFO] [stdout] test tests::test_get_mime_extensions_str_no_panic_if_bad_mime ... ok [INFO] [stdout] test tests::test_are_mime_types_parseable ... ok [INFO] [stdout] test tests::check_type_bounds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests mime_guess [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/mime_types.rs - impl_::MIME_TYPES (line 12) ... ignored [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9a1acaae7f84d4ee2029ef4feba35aa978880a2c6112f884e1be6b700eb0ba3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a1acaae7f84d4ee2029ef4feba35aa978880a2c6112f884e1be6b700eb0ba3c", kill_on_drop: false }` [INFO] [stdout] 9a1acaae7f84d4ee2029ef4feba35aa978880a2c6112f884e1be6b700eb0ba3c