Skip to content

Added new NSGA3 example #13

Added new NSGA3 example

Added new NSGA3 example #13

Triggered via pull request August 10, 2024 04:54
Status Failure
Total duration 2m 27s
Artifacts

tests.yaml

on: pull_request
Cargo check and test on Unix systems
2m 19s
Cargo check and test on Unix systems
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
Cargo check and test on Unix systems
Process completed with exit code 101.
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3126
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3126:18 | 3126 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3116
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3116:18 | 3116 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3089
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3089:18 | 3089 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3081
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3081:18 | 3081 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L3073
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:3073:18 | 3073 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: hv-wfg-sys/src/bindings.rs#L1381
warning: `extern` block uses type `u128`, which is not FFI-safe --> hv-wfg-sys/src/bindings.rs:1381:10 | 1381 | ) -> u128; | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI = note: `#[warn(improper_ctypes)]` on by default