Compiling uuid-utils v0.6.1 (/tmp/pip-install-0vuvpv0j/uuid-utils_331a7199c6ca48d2b73dbc4eed77ab46)
error[E0599]: no variant or associated item named `SortMac` found for enum `Version` in the current scope
--> src/lib.rs:104:27
|
104 | 6 => Version::SortMac,
| ^^^^^^^ variant or associated item not found in `Version`
error[E0599]: no variant or associated item named `SortRand` found for enum `Version` in the current scope
--> src/lib.rs:105:27
|
105 | 7 => Version::SortRand,
| ^^^^^^^^ variant or associated item not found in `Version`
error[E0599]: no variant or associated item named `Custom` found for enum `Version` in the current scope
--> src/lib.rs:106:27
|
106 | 8 => Version::Custom,
| ^^^^^^ variant or associated item not found in `Version`
error[E0599]: no function or associated item named `new_v6` found for struct `Uuid` in the current scope
--> src/lib.rs:352:29
|
352 | uuid: Uuid::new_v6(timestamp, node),
| ^^^^^^ function or associated item not found in `Uuid`
|
note: if you're trying to build a new `Uuid` consider using one of the following associated functions:
uuid::builder::::nil
uuid::builder::::from_fields
uuid::builder::::from_fields_le
uuid::builder::::from_u128
and 14 others
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/builder.rs:72:5
|
72 | pub const fn nil() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
123 | pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
169 | pub const fn from_fields_le(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
207 | pub const fn from_u128(v: u128) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: there is an associated function `new_v1` with a similar name
|
352 | uuid: Uuid::new_v1(timestamp, node),
| ~~~~~~
error[E0599]: no function or associated item named `now_v6` found for struct `Uuid` in the current scope
--> src/lib.rs:355:23
|
355 | None => Uuid::now_v6(node),
| ^^^^^^ function or associated item not found in `Uuid`
|
note: if you're trying to build a new `Uuid` consider using one of the following associated functions:
uuid::builder::::nil
uuid::builder::::from_fields
uuid::builder::::from_fields_le
uuid::builder::::from_u128
and 14 others
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/builder.rs:72:5
|
72 | pub const fn nil() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
123 | pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
169 | pub const fn from_fields_le(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
207 | pub const fn from_u128(v: u128) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: there is an associated function `now_v1` with a similar name
|
355 | None => Uuid::now_v1(node),
| ~~~~~~
error[E0599]: no function or associated item named `new_v7` found for struct `Uuid` in the current scope
--> src/lib.rs:366:29
|
366 | uuid: Uuid::new_v7(timestamp),
| ^^^^^^ function or associated item not found in `Uuid`
|
note: if you're trying to build a new `Uuid` consider using one of the following associated functions:
uuid::builder::::nil
uuid::builder::::from_fields
uuid::builder::::from_fields_le
uuid::builder::::from_u128
and 14 others
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/builder.rs:72:5
|
72 | pub const fn nil() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
123 | pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
169 | pub const fn from_fields_le(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
207 | pub const fn from_u128(v: u128) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: there is an associated function `new_v1` with a similar name
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/v1.rs:91:5
|
91 | pub fn new_v1(ts: Timestamp, node_id: &[u8; 6]) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0599]: no function or associated item named `now_v7` found for struct `Uuid` in the current scope
--> src/lib.rs:369:23
|
369 | None => Uuid::now_v7(),
| ^^^^^^ function or associated item not found in `Uuid`
|
note: if you're trying to build a new `Uuid` consider using one of the following associated functions:
uuid::builder::::nil
uuid::builder::::from_fields
uuid::builder::::from_fields_le
uuid::builder::::from_u128
and 14 others
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/builder.rs:72:5
|
72 | pub const fn nil() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
123 | pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
169 | pub const fn from_fields_le(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
207 | pub const fn from_u128(v: u128) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: there is an associated function `now_v1` with a similar name
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/v1.rs:22:5
|
22 | pub fn now_v1(node_id: &[u8; 6]) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0599]: no function or associated item named `new_v8` found for struct `Uuid` in the current scope
--> src/lib.rs:378:21
|
378 | uuid: Uuid::new_v8(bytes),
| ^^^^^^ function or associated item not found in `Uuid`
|
note: if you're trying to build a new `Uuid` consider using one of the following associated functions:
uuid::builder::::nil
uuid::builder::::from_fields
uuid::builder::::from_fields_le
uuid::builder::::from_u128
and 14 others
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/builder.rs:72:5
|
72 | pub const fn nil() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
123 | pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
169 | pub const fn from_fields_le(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
207 | pub const fn from_u128(v: u128) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: there is an associated function `new_v1` with a similar name
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/v1.rs:91:5
|
91 | pub fn new_v1(ts: Timestamp, node_id: &[u8; 6]) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0599`.
error: could not compile `uuid-utils` (lib) due to 8 previous errors
💥 maturin failed
Caused by: Failed to build a native library through cargo
Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/home/runner/work/frappe/frappe/env/bin/python" PYTHON_SYS_EXECUTABLE="/home/runner/work/frappe/frappe/env/bin/python" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-0vuvpv0j/uuid-utils_331a7199c6ca48d2b73dbc4eed77ab46/Cargo.toml" "--release" "--lib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/home/runner/work/frappe/frappe/env/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
[end of output]