Skip to content

split into a different repo #1

split into a different repo

split into a different repo #1

Triggered via push August 11, 2024 10:10
Status Failure
Total duration 2m 8s
Billable time 2m
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 17 warnings
unexpected `cfg` condition value: `oodle`: unreal_asset/unreal_asset_base/src/unversioned/mod.rs#L305
error: unexpected `cfg` condition value: `oodle` --> unreal_asset/unreal_asset_base/src/unversioned/mod.rs:305:23 | 305 | #[cfg(feature = "oodle")] | ^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `oodle` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `oodle`: unreal_asset/unreal_asset_base/src/unversioned/mod.rs#L300
error: unexpected `cfg` condition value: `oodle` --> unreal_asset/unreal_asset_base/src/unversioned/mod.rs:300:27 | 300 | #[cfg(not(feature = "oodle"))] | ^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `oodle` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `oodle`: unreal_asset/unreal_asset_base/src/unversioned/mod.rs#L20
error: unexpected `cfg` condition value: `oodle` --> unreal_asset/unreal_asset_base/src/unversioned/mod.rs:20:7 | 20 | #[cfg(feature = "oodle")] | ^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `oodle` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L200
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:200:11 | 200 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L194
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:194:15 | 194 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L188
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:188:11 | 188 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L186
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:186:15 | 186 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L103
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:103:11 | 103 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L91
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:91:15 | 91 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L79
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:79:11 | 79 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L67
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:67:15 | 67 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L52
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:52:11 | 52 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L43
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:43:15 | 43 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L35
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:35:11 | 35 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L27
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:27:15 | 27 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L21
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:21:11 | 21 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L19
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:19:15 | 19 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L163
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:163:11 | 163 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L156
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:156:11 | 156 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L153
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:153:11 | 153 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L146
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:146:11 | 146 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L129
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:129:7 | 129 | #[cfg(feature = "threading")] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `threading`: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L120
error: unexpected `cfg` condition value: `threading` --> unreal_asset/unreal_asset_base/src/containers/shared_resource.rs:120:11 | 120 | #[cfg(not(feature = "threading"))] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `threading` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `-D unexpected-cfgs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
build
could not compile `unreal_asset_base` (lib) due to 24 previous errors
build
Clippy had exited with the 101 exit code
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@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/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@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/
build
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
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
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
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
Unexpected input(s) 'token', valid inputs are ['command', 'toolchain', 'args', 'use-cross']
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L120
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L129
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L146
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L153
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L156
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L163
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L19
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L21
unexpected `cfg` condition value: `threading`
build: unreal_asset/unreal_asset_base/src/containers/shared_resource.rs#L27
unexpected `cfg` condition value: `threading`
build
Unexpected input(s) 'token', valid inputs are ['command', 'toolchain', 'args', 'use-cross']