[INFO] cloning repository https://github.com/openkylin/rust-uuid
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/openkylin/rust-uuid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenkylin%2Frust-uuid", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenkylin%2Frust-uuid'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dcdabd8118e63fb34982e2de4bbed174085f092d
[INFO] checking openkylin/rust-uuid/dcdabd8118e63fb34982e2de4bbed174085f092d against master#a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb for pr-151109
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenkylin%2Frust-uuid" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/openkylin/rust-uuid
[INFO] finished tweaking git repo https://github.com/openkylin/rust-uuid
[INFO] tweaked toml for git repo https://github.com/openkylin/rust-uuid written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/openkylin/rust-uuid on toolchain a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/openkylin/rust-uuid 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" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding cpufeatures v0.2.17
[INFO] [stderr]     Updating libc v0.2.150 -> v0.2.180
[INFO] [stderr]       Adding sha1 v0.10.6
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.192
[INFO] [stderr]   Downloaded serde_test v1.0.176
[INFO] [stderr]   Downloaded trybuild v1.0.85
[INFO] [stderr]   Downloaded serde v1.0.192
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d40db7634810d9ed83df38b136e9a0d65a77934c7c1346533c69782d0125a045
[INFO] running `Command { std: "docker" "start" "-a" "d40db7634810d9ed83df38b136e9a0d65a77934c7c1346533c69782d0125a045", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d40db7634810d9ed83df38b136e9a0d65a77934c7c1346533c69782d0125a045", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d40db7634810d9ed83df38b136e9a0d65a77934c7c1346533c69782d0125a045", kill_on_drop: false }`
[INFO] [stdout] d40db7634810d9ed83df38b136e9a0d65a77934c7c1346533c69782d0125a045
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10aefd308c272ac53f1026ff1050d7f1d51a79f923aea06b00e0bd40c1130677
[INFO] running `Command { std: "docker" "start" "-a" "10aefd308c272ac53f1026ff1050d7f1d51a79f923aea06b00e0bd40c1130677", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling trybuild v1.0.85
[INFO] [stderr]     Checking termcolor v1.4.0
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking uuid v1.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `uuid_unstable`
[INFO] [stdout]    --> src/lib.rs:228:11
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[cfg(all(uuid_unstable, feature = "zerocopy"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `zerocopy`
[INFO] [stdout]    --> src/lib.rs:228:26
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[cfg(all(uuid_unstable, feature = "zerocopy"))]
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `zerocopy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macro-diagnostics`
[INFO] [stdout]    --> src/lib.rs:274:7
[INFO] [stdout]     |
[INFO] [stdout] 274 | #[cfg(feature = "macro-diagnostics")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `macro-diagnostics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `uuid_unstable`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |     all(uuid_unstable, feature = "zerocopy"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zerocopy`
[INFO] [stdout]    --> src/lib.rs:439:24
[INFO] [stdout]     |
[INFO] [stdout] 439 |     all(uuid_unstable, feature = "zerocopy"),
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `zerocopy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `uuid_unstable`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |     all(uuid_unstable, feature = "borsh"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `borsh`
[INFO] [stdout]    --> src/lib.rs:443:24
[INFO] [stdout]     |
[INFO] [stdout] 443 |     all(uuid_unstable, feature = "borsh"),
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `borsh` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `js`
[INFO] [stdout]    --> src/timestamp.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 |     feature = "js",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `js` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `js`
[INFO] [stdout]    --> src/timestamp.rs:311:13
[INFO] [stdout]     |
[INFO] [stdout] 311 |         not(feature = "js"),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `js` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `uuid_unstable`
[INFO] [stdout]  --> src/external.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(all(uuid_unstable, feature = "borsh"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `borsh`
[INFO] [stdout]  --> src/external.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(all(uuid_unstable, feature = "borsh"))]
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]   = help: consider adding `borsh` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macro-diagnostics`
[INFO] [stdout]   --> src/macros.rs:4:15
[INFO] [stdout]    |
[INFO] [stdout]  4 |           #[cfg(feature = "macro-diagnostics")]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 | / define_uuid_macro! {
[INFO] [stdout] 28 | | /// Parse [`Uuid`][uuid::Uuid]s from string literals at compile time.
[INFO] [stdout] 29 | | ///
[INFO] [stdout] 30 | | /// ## Usage
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | | /// [uuid::Uuid]: https://docs.rs/uuid/*/uuid/struct.Uuid.html
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]    = help: consider adding `macro-diagnostics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_uuid_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macro-diagnostics`
[INFO] [stdout]   --> src/macros.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |           #[cfg(not(feature = "macro-diagnostics"))]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 | / define_uuid_macro! {
[INFO] [stdout] 28 | | /// Parse [`Uuid`][uuid::Uuid]s from string literals at compile time.
[INFO] [stdout] 29 | | ///
[INFO] [stdout] 30 | | /// ## Usage
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | | /// [uuid::Uuid]: https://docs.rs/uuid/*/uuid/struct.Uuid.html
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]    = help: consider adding `macro-diagnostics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_uuid_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:135:27
[INFO] [stdout]     |
[INFO] [stdout] 135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid> {
[INFO] [stdout]     |                           ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]     Checking basic-toml v0.1.7
[INFO] [stderr]     Checking serde_test v1.0.176
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stdout] warning: unexpected `cfg` condition value: `macro-diagnostics`
[INFO] [stdout]  --> tests/macros.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "macro-diagnostics")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]   = help: consider adding `macro-diagnostics` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 name: `uuid_unstable`
[INFO] [stdout]    --> src/lib.rs:228:11
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[cfg(all(uuid_unstable, feature = "zerocopy"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `zerocopy`
[INFO] [stdout]    --> src/lib.rs:228:26
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[cfg(all(uuid_unstable, feature = "zerocopy"))]
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `zerocopy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macro-diagnostics`
[INFO] [stdout]    --> src/lib.rs:274:7
[INFO] [stdout]     |
[INFO] [stdout] 274 | #[cfg(feature = "macro-diagnostics")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `macro-diagnostics` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `uuid_unstable`
[INFO] [stdout]    --> src/lib.rs:439:9
[INFO] [stdout]     |
[INFO] [stdout] 439 |     all(uuid_unstable, feature = "zerocopy"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zerocopy`
[INFO] [stdout]    --> src/lib.rs:439:24
[INFO] [stdout]     |
[INFO] [stdout] 439 |     all(uuid_unstable, feature = "zerocopy"),
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `zerocopy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `uuid_unstable`
[INFO] [stdout]    --> src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |     all(uuid_unstable, feature = "borsh"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `borsh`
[INFO] [stdout]    --> src/lib.rs:443:24
[INFO] [stdout]     |
[INFO] [stdout] 443 |     all(uuid_unstable, feature = "borsh"),
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `borsh` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `js`
[INFO] [stdout]    --> src/timestamp.rs:283:5
[INFO] [stdout]     |
[INFO] [stdout] 283 |     feature = "js",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `js` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `js`
[INFO] [stdout]    --> src/timestamp.rs:311:13
[INFO] [stdout]     |
[INFO] [stdout] 311 |         not(feature = "js"),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]     = help: consider adding `js` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `uuid_unstable`
[INFO] [stdout]  --> src/external.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(all(uuid_unstable, feature = "borsh"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(uuid_unstable)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(uuid_unstable)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `borsh`
[INFO] [stdout]  --> src/external.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(all(uuid_unstable, feature = "borsh"))]
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]   = help: consider adding `borsh` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macro-diagnostics`
[INFO] [stdout]   --> src/macros.rs:4:15
[INFO] [stdout]    |
[INFO] [stdout]  4 |           #[cfg(feature = "macro-diagnostics")]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 | / define_uuid_macro! {
[INFO] [stdout] 28 | | /// Parse [`Uuid`][uuid::Uuid]s from string literals at compile time.
[INFO] [stdout] 29 | | ///
[INFO] [stdout] 30 | | /// ## Usage
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | | /// [uuid::Uuid]: https://docs.rs/uuid/*/uuid/struct.Uuid.html
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]    = help: consider adding `macro-diagnostics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_uuid_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macro-diagnostics`
[INFO] [stdout]   --> src/macros.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |           #[cfg(not(feature = "macro-diagnostics"))]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 | / define_uuid_macro! {
[INFO] [stdout] 28 | | /// Parse [`Uuid`][uuid::Uuid]s from string literals at compile time.
[INFO] [stdout] 29 | | ///
[INFO] [stdout] 30 | | /// ## Usage
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | | /// [uuid::Uuid]: https://docs.rs/uuid/*/uuid/struct.Uuid.html
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arbitrary`, `atomic`, `bytemuck`, `default`, `fast-rng`, `getrandom`, `md-5`, `md5`, `rand`, `rng`, `serde`, `sha1`, `slog`, `std`, `v1`, `v3`, `v4`, `v5`, `v6`, `v7`, `v8`, and `wasm-bindgen`
[INFO] [stdout]    = help: consider adding `macro-diagnostics` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_uuid_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:135:27
[INFO] [stdout]     |
[INFO] [stdout] 135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid> {
[INFO] [stdout]     |                           ^^^^^                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.66s
[INFO] running `Command { std: "docker" "inspect" "10aefd308c272ac53f1026ff1050d7f1d51a79f923aea06b00e0bd40c1130677", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10aefd308c272ac53f1026ff1050d7f1d51a79f923aea06b00e0bd40c1130677", kill_on_drop: false }`
[INFO] [stdout] 10aefd308c272ac53f1026ff1050d7f1d51a79f923aea06b00e0bd40c1130677
