[INFO] fetching crate supply-chain-trust-example-crate-000100 1.16.0... [INFO] testing supply-chain-trust-example-crate-000100-1.16.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate supply-chain-trust-example-crate-000100 1.16.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate supply-chain-trust-example-crate-000100 1.16.0 [INFO] finished tweaking crates.io crate supply-chain-trust-example-crate-000100 1.16.0 [INFO] tweaked toml for crates.io crate supply-chain-trust-example-crate-000100 1.16.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate supply-chain-trust-example-crate-000100 1.16.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 90 packages to latest compatible versions [INFO] [stderr] Adding bincode v1.3.3 (available: v2.0.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28260ba857417de96edaa396b1ed500ac8b6bdbce0a7172abbca4e02fa1ae288 [INFO] running `Command { std: "docker" "start" "-a" "28260ba857417de96edaa396b1ed500ac8b6bdbce0a7172abbca4e02fa1ae288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28260ba857417de96edaa396b1ed500ac8b6bdbce0a7172abbca4e02fa1ae288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28260ba857417de96edaa396b1ed500ac8b6bdbce0a7172abbca4e02fa1ae288", kill_on_drop: false }` [INFO] [stdout] 28260ba857417de96edaa396b1ed500ac8b6bdbce0a7172abbca4e02fa1ae288 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a75deafdf30604c06d6a84d2bd183b6904bab7990d9b0afa75190f4e8b7aa859 [INFO] running `Command { std: "docker" "start" "-a" "a75deafdf30604c06d6a84d2bd183b6904bab7990d9b0afa75190f4e8b7aa859", kill_on_drop: false }` [INFO] [stderr] Compiling supply-chain-trust-example-crate-000100 v1.16.0 (/opt/rustwide/workdir) [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] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:155:41 [INFO] [stdout] | [INFO] [stdout] 155 | pub(crate) const fn parse_braced(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub(crate) const fn parse_braced(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:165:38 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) const fn parse_urn(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) const fn parse_urn(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:176:37 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) const fn parse_simple(s: &[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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) const fn parse_simple(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) const fn parse_hyphenated(s: &[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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) const fn parse_hyphenated(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "a75deafdf30604c06d6a84d2bd183b6904bab7990d9b0afa75190f4e8b7aa859", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a75deafdf30604c06d6a84d2bd183b6904bab7990d9b0afa75190f4e8b7aa859", kill_on_drop: false }` [INFO] [stdout] a75deafdf30604c06d6a84d2bd183b6904bab7990d9b0afa75190f4e8b7aa859 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f75c0119d374c88b594494309527afa8025e3a71757dfc450a815c22e6e86f99 [INFO] running `Command { std: "docker" "start" "-a" "f75c0119d374c88b594494309527afa8025e3a71757dfc450a815c22e6e86f99", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling target-triple v0.1.4 [INFO] [stderr] Compiling toml_writer v1.0.2 [INFO] [stderr] Compiling glob v0.3.3 [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] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:155:41 [INFO] [stdout] | [INFO] [stdout] 155 | pub(crate) const fn parse_braced(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub(crate) const fn parse_braced(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:165:38 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) const fn parse_urn(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) const fn parse_urn(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:176:37 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) const fn parse_simple(s: &[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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) const fn parse_simple(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) const fn parse_hyphenated(s: &[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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) const fn parse_hyphenated(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling toml_parser v1.0.2 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling trybuild v1.0.110 [INFO] [stderr] Compiling supply-chain-trust-example-crate-000100 v1.16.0 (/opt/rustwide/workdir) [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] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:155:41 [INFO] [stdout] | [INFO] [stdout] 155 | pub(crate) const fn parse_braced(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub(crate) const fn parse_braced(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:165:38 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) const fn parse_urn(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) const fn parse_urn(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:176:37 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) const fn parse_simple(s: &[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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) const fn parse_simple(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) const fn parse_hyphenated(s: &[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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) const fn parse_hyphenated(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.39s [INFO] running `Command { std: "docker" "inspect" "f75c0119d374c88b594494309527afa8025e3a71757dfc450a815c22e6e86f99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f75c0119d374c88b594494309527afa8025e3a71757dfc450a815c22e6e86f99", kill_on_drop: false }` [INFO] [stdout] f75c0119d374c88b594494309527afa8025e3a71757dfc450a815c22e6e86f99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 33a6dfa3ce78ef3e5a41012a5c3ca85f8c2297ea01e7e8adae9eda125be47e15 [INFO] running `Command { std: "docker" "start" "-a" "33a6dfa3ce78ef3e5a41012a5c3ca85f8c2297ea01e7e8adae9eda125be47e15", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:135:27 [INFO] [stderr] | [INFO] [stderr] 135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 135 | const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:155:41 [INFO] [stderr] | [INFO] [stderr] 155 | pub(crate) const fn parse_braced(input: &[u8]) -> Result<[u8; 16], InvalidUuid> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 155 | pub(crate) const fn parse_braced(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:165:38 [INFO] [stderr] | [INFO] [stderr] 165 | pub(crate) const fn parse_urn(input: &[u8]) -> Result<[u8; 16], InvalidUuid> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 165 | pub(crate) const fn parse_urn(input: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:176:37 [INFO] [stderr] | [INFO] [stderr] 176 | pub(crate) const fn parse_simple(s: &[u8]) -> Result<[u8; 16], InvalidUuid> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 176 | pub(crate) const fn parse_simple(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:208:41 [INFO] [stderr] | [INFO] [stderr] 208 | pub(crate) const fn parse_hyphenated(s: &[u8]) -> Result<[u8; 16], InvalidUuid> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 208 | pub(crate) const fn parse_hyphenated(s: &[u8]) -> Result<[u8; 16], InvalidUuid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `supply-chain-trust-example-crate-000100` (lib) generated 5 warnings (run `cargo fix --lib -p supply-chain-trust-example-crate-000100` to apply 5 suggestions) [INFO] [stderr] warning: `supply-chain-trust-example-crate-000100` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/supply_chain_trust_example_crate_000100-555cb8a5253bdf2e) [INFO] [stdout] [INFO] [stdout] running 68 tests [INFO] [stdout] test fmt::tests::braced_ref_trailing ... ok [INFO] [stdout] test fmt::tests::braced_to_inner ... ok [INFO] [stdout] test fmt::tests::hyphenated_ref_trailing ... ok [INFO] [stdout] test fmt::tests::braced_trailing ... ok [INFO] [stdout] test fmt::tests::hyphenated_to_inner ... ok [INFO] [stdout] test fmt::tests::hyphenated_trailing ... ok [INFO] [stdout] test fmt::tests::simple_trailing ... ok [INFO] [stdout] test fmt::tests::urn_ref_trailing ... ok [INFO] [stdout] test fmt::tests::simple_ref_trailing ... ok [INFO] [stdout] test fmt::tests::simple_to_inner ... ok [INFO] [stdout] test fmt::tests::urn_to_inner ... ok [INFO] [stdout] test non_nil::tests::test_non_nil ... ok [INFO] [stdout] test non_nil::tests::test_non_nil_formatting ... ok [INFO] [stdout] test fmt::tests::urn_trailing ... ok [INFO] [stdout] test non_nil::tests::test_non_nil_with_option_size ... ok [INFO] [stdout] test parser::tests::test_parse_uuid_v4_valid ... ok [INFO] [stdout] test parser::tests::test_roundtrip_braced ... ok [INFO] [stdout] test parser::tests::test_roundtrip_hyphenated ... ok [INFO] [stdout] test parser::tests::test_roundtrip_simple ... ok [INFO] [stdout] test tests::test_as_bytes ... ok [INFO] [stdout] test tests::test_bytes_le_roundtrip ... ok [INFO] [stdout] test tests::test_bytes_roundtrip ... ok [INFO] [stdout] test tests::test_convert_vec ... ok [INFO] [stdout] test parser::tests::test_roundtrip_default ... ok [INFO] [stdout] test tests::test_fields_roundtrip ... ok [INFO] [stdout] test parser::tests::test_parse_uuid_v4_invalid ... ok [INFO] [stdout] test parser::tests::test_roundtrip_parse_braced ... ok [INFO] [stdout] test tests::test_from_bytes ... ok [INFO] [stdout] test parser::tests::test_roundtrip_urn ... ok [INFO] [stdout] test tests::test_from_fields ... ok [INFO] [stdout] test tests::test_as_fields ... ok [INFO] [stdout] test tests::test_fields_le_are_actually_le ... ok [INFO] [stdout] test parser::tests::test_roundtrip_parse_urn ... ok [INFO] [stdout] test tests::test_from_fields_le ... ok [INFO] [stdout] test tests::test_hyphenated_string ... ok [INFO] [stdout] test tests::test_iterbytes_impl_for_uuid ... ok [INFO] [stdout] test tests::test_max ... ok [INFO] [stdout] test tests::test_nil ... ok [INFO] [stdout] test tests::test_non_conforming ... ok [INFO] [stdout] test tests::test_predefined_namespaces ... ok [INFO] [stdout] test tests::test_get_timestamp_unsupported_version ... ok [INFO] [stdout] test parser::tests::test_try_parse_ascii_non_utf8 ... ok [INFO] [stdout] test tests::test_from_slice ... ok [INFO] [stdout] test tests::test_from_u128 ... ok [INFO] [stdout] test tests::test_from_u128_le ... ok [INFO] [stdout] test tests::test_string_roundtrip ... ok [INFO] [stdout] test tests::test_to_simple_string ... ok [INFO] [stdout] test tests::test_to_simple_string_matching ... ok [INFO] [stdout] test tests::test_to_urn_string ... ok [INFO] [stdout] test tests::test_fields_le_roundtrip ... ok [INFO] [stdout] test tests::test_u128_le_is_actually_le ... ok [INFO] [stdout] test tests::test_u128_le_roundtrip ... ok [INFO] [stdout] test tests::test_u64_pair_roundtrip ... ok [INFO] [stdout] test tests::test_u128_roundtrip ... ok [INFO] [stdout] test tests::test_upper_lower_hex ... ok [INFO] [stdout] test tests::test_uuid_compare ... ok [INFO] [stdout] test tests::test_uuid_to_string ... ok [INFO] [stdout] test tests::test_uuid_default ... ok [INFO] [stdout] test tests::test_uuid_display ... ok [INFO] [stdout] test tests::test_uuid_lowerhex ... ok [INFO] [stdout] test tests::test_uuid_operator_eq ... ok [INFO] [stdout] test tests::test_from_u64_pair ... ok [INFO] [stdout] test tests::test_get_node_id_unsupported_version ... ok [INFO] [stdout] test fmt::tests::braced_too_small - should panic ... ok [INFO] [stdout] test fmt::tests::hyphenated_too_small - should panic ... ok [INFO] [stdout] test fmt::tests::simple_too_small - should panic ... ok [INFO] [stdout] test fmt::tests::urn_too_small - should panic ... ok [INFO] [stdout] test tests::test_get_variant ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests supply_chain_trust_example_crate_000100 [INFO] [stdout] [INFO] [stdout] running 71 tests [INFO] [stdout] test src/builder.rs - builder::Builder::as_uuid (line 825) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_fields_le (line 707) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_fields (line 683) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::nil (line 773) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_unix_timestamp_millis (line 573) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_random_bytes (line 522) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_bytes (line 450) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder (line 32) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_u128_le (line 752) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_slice_le (line 654) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_u128 (line 195) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_fields_le (line 154) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_bytes (line 344) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_bytes_le (line 478) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_bytes_ref (line 408) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_u128 (line 731) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Braced::encode_lower (line 431) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_u64_pair (line 242) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_slice_le (line 309) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Braced::encode_upper (line 482) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::into_uuid (line 844) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Braced::as_uuid (line 516) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_u128_le (line 221) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_fields (line 108) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::nil (line 63) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::max (line 89) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Braced::into_uuid (line 530) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Hyphenated::into_uuid (line 385) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Urn::into_uuid (line 823) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Urn::encode_upper (line 773) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Urn::as_uuid (line 809) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Simple::as_uuid (line 659) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Simple::into_uuid (line 673) ... FAILED [INFO] [stdout] test src/lib.rs - (line 190) ... FAILED [INFO] [stdout] test src/lib.rs - (line 63) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid (line 386) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Hyphenated::as_uuid (line 371) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::as_bytes (line 770) ... FAILED [INFO] [stdout] test src/lib.rs - (line 178) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid (line 361) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Builder::from_slice (line 619) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Simple::encode_lower (line 575) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid (line 401) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid (line 349) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Hyphenated::encode_lower (line 286) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Urn::encode_lower (line 719) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::to_bytes_le (line 823) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Hyphenated::encode_upper (line 337) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::as_u64_pair (line 748) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::get_version (line 560) ... FAILED [INFO] [stdout] test src/fmt.rs - fmt::Simple::encode_upper (line 623) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::as_fields (line 611) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_slice (line 268) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::into_bytes (line 799) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::encode_buffer (line 862) ... FAILED [INFO] [stdout] test src/macros.rs - macros::uuid (line 60) ... FAILED [INFO] [stdout] test src/builder.rs - builder::Uuid::from_bytes_le (line 376) ... FAILED [INFO] [stdout] test src/lib.rs - (line 50) ... ok [INFO] [stdout] test src/macros.rs - macros::uuid (line 46) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::to_u128_le (line 724) ... FAILED [INFO] [stdout] test src/macros.rs - macros::uuid (line 70) - compile fail ... ok [INFO] [stdout] test src/parser.rs - parser::Uuid::try_parse_ascii (line 113) ... FAILED [INFO] [stdout] test src/non_nil.rs - non_nil::Uuid::from (line 92) ... FAILED [INFO] [stdout] test src/parser.rs - parser::Uuid::parse_str (line 52) ... FAILED [INFO] [stdout] test src/non_nil.rs - non_nil::NonNilUuid::try_from (line 112) ... FAILED [INFO] [stdout] test src/macros.rs - macros::uuid (line 55) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::as_u128 (line 695) ... FAILED [INFO] [stdout] test src/parser.rs - parser::Uuid::try_parse (line 85) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::get_variant (line 495) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::get_version_num (line 530) ... FAILED [INFO] [stdout] test src/lib.rs - Uuid::to_fields_le (line 657) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/builder.rs - builder::Builder::as_uuid (line 825) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:826:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_fields_le (line 707) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:708:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_fields (line 683) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:684:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::nil (line 773) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:774:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_unix_timestamp_millis (line 573) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:577:5 [INFO] [stdout] | [INFO] [stdout] 5 | use uuid::{Builder, Uuid, Variant, Version, Timestamp, NoContext}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_random_bytes (line 522) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:523:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::{Builder, Variant, Version}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_bytes (line 450) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:451:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder (line 32) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::{Builder, Version, Variant}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_u128_le (line 752) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:753:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_slice_le (line 654) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:655:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:656:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_u128 (line 195) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_fields_le (line 154) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_bytes (line 344) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:345:25 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_bytes_le (line 478) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:480:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::{Builder, Uuid}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:479:25 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_bytes_ref (line 408) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:410:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:409:25 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_u128 (line 731) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:732:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Braced::encode_lower (line 431) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:432:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:434:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_u64_pair (line 242) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_slice_le (line 309) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:311:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:310:25 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Braced::encode_upper (line 482) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:485:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::into_uuid (line 844) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:845:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Braced::as_uuid (line 516) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:517:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_u128_le (line 221) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_fields (line 108) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::nil (line 63) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::max (line 89) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Braced::into_uuid (line 530) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:531:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Hyphenated::into_uuid (line 385) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Urn::into_uuid (line 823) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:824:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Urn::encode_upper (line 773) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:774:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:776:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Urn::as_uuid (line 809) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:810:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Simple::as_uuid (line 659) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:660:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Simple::into_uuid (line 673) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:674:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 190) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 63) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::{uuid, Uuid}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid (line 386) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:387:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:388:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Hyphenated::as_uuid (line 371) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::as_bytes (line 770) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:771:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 178) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:180:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid (line 361) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Builder::from_slice (line 619) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:620:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Builder; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:621:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Simple::encode_lower (line 575) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:578:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid (line 401) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:403:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid (line 349) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:350:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:351:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Hyphenated::encode_lower (line 286) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:289:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Urn::encode_lower (line 719) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:720:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:722:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::to_bytes_le (line 823) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:824:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:826:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Hyphenated::encode_upper (line 337) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:338:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:340:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::as_u64_pair (line 748) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:749:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:750:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::get_version (line 560) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:561:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::{Uuid, Version}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:562:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fmt.rs - fmt::Simple::encode_upper (line 623) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/fmt.rs:624:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/fmt.rs:626:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::as_fields (line 611) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:612:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:613:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_slice (line 268) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:269:25 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::into_bytes (line 799) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:800:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::encode_buffer (line 862) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:863:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - macros::uuid (line 60) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/macros.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/builder.rs - builder::Uuid::from_bytes_le (line 376) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/builder.rs:378:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/builder.rs:377:25 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - macros::uuid (line 46) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/macros.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::{uuid, Uuid}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::to_u128_le (line 724) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:725:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:726:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser.rs - parser::Uuid::try_parse_ascii (line 113) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/parser.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::{Uuid, Version, Variant}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/parser.rs:115:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/non_nil.rs - non_nil::Uuid::from (line 92) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/non_nil.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 4 | use uuid::{NonNilUuid, Uuid}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser.rs - parser::Uuid::parse_str (line 52) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/parser.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::{Uuid, Version, Variant}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/parser.rs:54:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/non_nil.rs - non_nil::NonNilUuid::try_from (line 112) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/non_nil.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 4 | use uuid::{NonNilUuid, Uuid}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - macros::uuid (line 55) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/macros.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 3 | use uuid::uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::as_u128 (line 695) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:696:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:697:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/parser.rs - parser::Uuid::try_parse (line 85) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/parser.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::{Uuid, Version, Variant}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/parser.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::get_variant (line 495) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:496:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::{Uuid, Variant}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:497:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::get_version_num (line 530) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:531:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:532:25 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Uuid::to_fields_le (line 657) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `uuid` [INFO] [stdout] --> src/lib.rs:658:5 [INFO] [stdout] | [INFO] [stdout] 2 | use uuid::Uuid; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uuid` [INFO] [stdout] --> src/lib.rs:660:25 [INFO] [stdout] | [INFO] [stdout] 4 | fn main() -> Result<(), uuid::Error> { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `uuid` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/builder.rs - builder::Builder (line 32) [INFO] [stdout] src/builder.rs - builder::Builder::as_uuid (line 825) [INFO] [stdout] src/builder.rs - builder::Builder::from_bytes (line 450) [INFO] [stdout] src/builder.rs - builder::Builder::from_bytes_le (line 478) [INFO] [stdout] src/builder.rs - builder::Builder::from_fields (line 683) [INFO] [stdout] src/builder.rs - builder::Builder::from_fields_le (line 707) [INFO] [stdout] src/builder.rs - builder::Builder::from_random_bytes (line 522) [INFO] [stdout] src/builder.rs - builder::Builder::from_slice (line 619) [INFO] [stdout] src/builder.rs - builder::Builder::from_slice_le (line 654) [INFO] [stdout] src/builder.rs - builder::Builder::from_u128 (line 731) [INFO] [stdout] src/builder.rs - builder::Builder::from_u128_le (line 752) [INFO] [stdout] src/builder.rs - builder::Builder::from_unix_timestamp_millis (line 573) [INFO] [stdout] src/builder.rs - builder::Builder::into_uuid (line 844) [INFO] [stdout] src/builder.rs - builder::Builder::nil (line 773) [INFO] [stdout] src/builder.rs - builder::Uuid::from_bytes (line 344) [INFO] [stdout] src/builder.rs - builder::Uuid::from_bytes_le (line 376) [INFO] [stdout] src/builder.rs - builder::Uuid::from_bytes_ref (line 408) [INFO] [stdout] src/builder.rs - builder::Uuid::from_fields (line 108) [INFO] [stdout] src/builder.rs - builder::Uuid::from_fields_le (line 154) [INFO] [stdout] src/builder.rs - builder::Uuid::from_slice (line 268) [INFO] [stdout] src/builder.rs - builder::Uuid::from_slice_le (line 309) [INFO] [stdout] src/builder.rs - builder::Uuid::from_u128 (line 195) [INFO] [stdout] src/builder.rs - builder::Uuid::from_u128_le (line 221) [INFO] [stdout] src/builder.rs - builder::Uuid::from_u64_pair (line 242) [INFO] [stdout] src/builder.rs - builder::Uuid::max (line 89) [INFO] [stdout] src/builder.rs - builder::Uuid::nil (line 63) [INFO] [stdout] src/fmt.rs - fmt::Braced::as_uuid (line 516) [INFO] [stdout] src/fmt.rs - fmt::Braced::encode_lower (line 431) [INFO] [stdout] src/fmt.rs - fmt::Braced::encode_upper (line 482) [INFO] [stdout] src/fmt.rs - fmt::Braced::into_uuid (line 530) [INFO] [stdout] src/fmt.rs - fmt::Hyphenated::as_uuid (line 371) [INFO] [stdout] src/fmt.rs - fmt::Hyphenated::encode_lower (line 286) [INFO] [stdout] src/fmt.rs - fmt::Hyphenated::encode_upper (line 337) [INFO] [stdout] src/fmt.rs - fmt::Hyphenated::into_uuid (line 385) [INFO] [stdout] src/fmt.rs - fmt::Simple::as_uuid (line 659) [INFO] [stdout] src/fmt.rs - fmt::Simple::encode_lower (line 575) [INFO] [stdout] src/fmt.rs - fmt::Simple::encode_upper (line 623) [INFO] [stdout] src/fmt.rs - fmt::Simple::into_uuid (line 673) [INFO] [stdout] src/fmt.rs - fmt::Urn::as_uuid (line 809) [INFO] [stdout] src/fmt.rs - fmt::Urn::encode_lower (line 719) [INFO] [stdout] src/fmt.rs - fmt::Urn::encode_upper (line 773) [INFO] [stdout] src/fmt.rs - fmt::Urn::into_uuid (line 823) [INFO] [stdout] src/lib.rs - (line 178) [INFO] [stdout] src/lib.rs - (line 190) [INFO] [stdout] src/lib.rs - (line 63) [INFO] [stdout] src/lib.rs - Uuid (line 349) [INFO] [stdout] src/lib.rs - Uuid (line 361) [INFO] [stdout] src/lib.rs - Uuid (line 386) [INFO] [stdout] src/lib.rs - Uuid (line 401) [INFO] [stdout] src/lib.rs - Uuid::as_bytes (line 770) [INFO] [stdout] src/lib.rs - Uuid::as_fields (line 611) [INFO] [stdout] src/lib.rs - Uuid::as_u128 (line 695) [INFO] [stdout] src/lib.rs - Uuid::as_u64_pair (line 748) [INFO] [stdout] src/lib.rs - Uuid::encode_buffer (line 862) [INFO] [stdout] src/lib.rs - Uuid::get_variant (line 495) [INFO] [stdout] src/lib.rs - Uuid::get_version (line 560) [INFO] [stdout] src/lib.rs - Uuid::get_version_num (line 530) [INFO] [stdout] src/lib.rs - Uuid::into_bytes (line 799) [INFO] [stdout] src/lib.rs - Uuid::to_bytes_le (line 823) [INFO] [stdout] src/lib.rs - Uuid::to_fields_le (line 657) [INFO] [stdout] src/lib.rs - Uuid::to_u128_le (line 724) [INFO] [stdout] src/macros.rs - macros::uuid (line 46) [INFO] [stdout] src/macros.rs - macros::uuid (line 55) [INFO] [stdout] src/macros.rs - macros::uuid (line 60) [INFO] [stdout] src/non_nil.rs - non_nil::NonNilUuid::try_from (line 112) [INFO] [stdout] src/non_nil.rs - non_nil::Uuid::from (line 92) [INFO] [stdout] src/parser.rs - parser::Uuid::parse_str (line 52) [INFO] [stdout] src/parser.rs - parser::Uuid::try_parse (line 85) [INFO] [stdout] src/parser.rs - parser::Uuid::try_parse_ascii (line 113) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 69 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "33a6dfa3ce78ef3e5a41012a5c3ca85f8c2297ea01e7e8adae9eda125be47e15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33a6dfa3ce78ef3e5a41012a5c3ca85f8c2297ea01e7e8adae9eda125be47e15", kill_on_drop: false }` [INFO] [stdout] 33a6dfa3ce78ef3e5a41012a5c3ca85f8c2297ea01e7e8adae9eda125be47e15