Skip to content

Add python CI

Add python CI #33

Triggered via pull request August 18, 2024 06:53
Status Failure
Total duration 37s
Artifacts

check-and-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 34 warnings
Check: src/utils/reference_points.rs#L102
cannot find type `OError` in this scope
Check: src/utils/reference_points.rs#L108
failed to resolve: use of undeclared type `OError`
Check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rustfmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
`extern` block uses type `u128`, which is not FFI-safe: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3126
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/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: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3116
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/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: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3089
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/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: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3081
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/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: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3073
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/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: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L1381
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/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
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check: target/debug/build/hv-wfg-sys-eec2f6d8fe02c939/out/bindings.rs#L1381
`extern` block uses type `u128`, which is not FFI-safe
Check: target/debug/build/hv-wfg-sys-eec2f6d8fe02c939/out/bindings.rs#L3073
`extern` block uses type `u128`, which is not FFI-safe
Check: target/debug/build/hv-wfg-sys-eec2f6d8fe02c939/out/bindings.rs#L3081
`extern` block uses type `u128`, which is not FFI-safe
Check: target/debug/build/hv-wfg-sys-eec2f6d8fe02c939/out/bindings.rs#L3089
`extern` block uses type `u128`, which is not FFI-safe
Check: target/debug/build/hv-wfg-sys-eec2f6d8fe02c939/out/bindings.rs#L3116
`extern` block uses type `u128`, which is not FFI-safe
Check: target/debug/build/hv-wfg-sys-eec2f6d8fe02c939/out/bindings.rs#L3126
`extern` block uses type `u128`, which is not FFI-safe
Check
`hv-wfg-sys` (lib) generated 6 warnings
Check: src/algorithms/algorithm.rs#L2
unused import: `std::ffi::OsStr`
Check: src/algorithms/algorithm.rs#L5
unused import: `Path`
Check: src/utils/reference_points.rs#L3
unused import: `std::path::PathBuf`
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/