Skip to content

Transparent SIMD support #31

Transparent SIMD support

Transparent SIMD support #31

Triggered via pull request November 28, 2023 13:07
@SolarLinerSolarLiner
synchronize #3
feat/simd
Status Failure
Total duration 8m 11s
Artifacts

test.yml

on: pull_request
Matrix: Build and test all components
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 31 warnings
Build and test all components (windows-latest): plugins/refuzz/src/lib.rs#L238
mismatched closing delimiter: `)`
Build and test all components (windows-latest): plugins/refuzz/src/lib.rs#L246
unexpected closing delimiter: `}`
Build and test all components (windows-latest)
could not compile `refuzz` (lib) due to 2 previous errors
Build and test all components (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
Build and test all components (ubuntu-18.04)
The job was canceled because "windows-latest" failed.
Build and test all components (macos-11)
The operation was canceled.
Build and test all components (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
Build and test all components (windows-latest)
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/
Build and test all components (windows-latest)
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/
Build and test all components (windows-latest)
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/
Build and test all components (windows-latest)
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/
Build and test all components (windows-latest)
D:\a\valib\valib\plugins\refuzz\Cargo.toml: only one of `license` or `license-file` is necessary
Build and test all components (windows-latest)
output filename collision.
Build and test all components (windows-latest)
output filename collision.
Build and test all components (windows-latest): src/lib.rs#L1
unused imports: `Az`, `Cast`
Build and test all components (windows-latest): src/lib.rs#L3
unused import: `PrimitiveSimdValue`
Build and test all components (windows-latest): src/clippers.rs#L1
unused import: `ops::Not`
Build and test all components (windows-latest): src/clippers.rs#L9
unused import: `newton_rhapson_steps`
Build and test all components (windows-latest): src/util.rs#L2
unused import: `replace_int_literals`
Build and test all components (windows-latest): src/util.rs#L3
unused import: `SimdBool`
Build and test all components (macos-11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
Build and test all components (macos-11)
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/
Build and test all components (macos-11)
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/
Build and test all components (macos-11)
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/
Build and test all components (macos-11)
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/
Build and test all components (macos-11)
/Users/runner/work/valib/valib/plugins/refuzz/Cargo.toml: only one of `license` or `license-file` is necessary
Build and test all components (macos-11): src/lib.rs#L1
unused imports: `Az`, `Cast`
Build and test all components (macos-11): src/lib.rs#L3
unused import: `PrimitiveSimdValue`
Build and test all components (macos-11): src/clippers.rs#L1
unused import: `ops::Not`
Build and test all components (macos-11): src/clippers.rs#L9
unused import: `newton_rhapson_steps`
Build and test all components (macos-11): src/util.rs#L2
unused import: `replace_int_literals`
Build and test all components (macos-11): src/util.rs#L3
unused import: `SimdBool`
Build and test all components (macos-11): src/saturators.rs#L3
unused import: `simba::simd::SimdValue`
Build and test all components (macos-11)
`valib` (lib) generated 8 warnings (run `cargo fix --lib -p valib` to apply 7 suggestions)
Tests
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002