Skip to content

Add Bevy 0.11 support #316

Add Bevy 0.11 support

Add Bevy 0.11 support #316

Triggered via pull request July 23, 2023 08:12
Status Failure
Total duration 28m 45s
Artifacts

ci.yml

on: pull_request
Matrix: Check
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 82 warnings
Clippy: languages/bevy_mod_scripting_rhai/src/lib.rs#L97
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Clippy
could not compile `bevy_mod_scripting_rhai` (lib) due to previous error
Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Tests: src/lib.rs#L279
no method named `add_script_host_to_base_set` found for mutable reference `&mut bevy::prelude::App` in the current scope
Tests: src/lib.rs#L279
failed to resolve: use of undeclared type `CoreSet`
Tests: src/lib.rs#L285
failed to resolve: use of undeclared type `CoreSet`
Tests
aborting due to 3 previous errors; 1 warning emitted
Tests
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 `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/
Check (ubuntu-latest)
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 (ubuntu-latest): languages/bevy_mod_scripting_rhai/src/lib.rs#L97
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Check (ubuntu-latest)
`bevy_mod_scripting_rhai` (lib) generated 1 warning
Check (ubuntu-latest): bevy_api_gen/src/config.rs#L1
unused import: `std::collections::HashSet`
Check (ubuntu-latest)
`bevy_api_gen` (lib) generated 1 warning (run `cargo fix --lib -p bevy_api_gen` to apply 1 suggestion)
Check (ubuntu-latest): bevy_script_api/src/lua/bevy/mod.rs#L6
unused import: `bevy::ecs::system::Command`
Check (ubuntu-latest): bevy_script_api/src/lua/bevy/mod.rs#L8
unused import: `World`
Check (ubuntu-latest): bevy_script_api/src/lua/bevy/mod.rs#L10
unused import: `hierarchy::DespawnRecursive`
Check (ubuntu-latest): bevy_script_api/src/common/bevy/mod.rs#L11
unused import: `despawn_with_children_recursive`
Check (ubuntu-latest)
`bevy_script_api` (lib) generated 4 warnings (run `cargo fix --lib -p bevy_script_api` to apply 4 suggestions)
Check (ubuntu-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/
Check (ubuntu-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/
Check (ubuntu-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/
Check (ubuntu-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/
Check (macOS-latest)
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 (macOS-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/
Check (macOS-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/
Check (macOS-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/
Check (macOS-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/
Check (macOS-latest): bevy_api_gen/src/config.rs#L1
unused import: `std::collections::HashSet`
Check (macOS-latest)
`bevy_api_gen` (lib) generated 1 warning (run `cargo fix --lib -p bevy_api_gen` to apply 1 suggestion)
Check (macOS-latest): languages/bevy_mod_scripting_rhai/src/lib.rs#L97
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Check (macOS-latest)
`bevy_mod_scripting_rhai` (lib) generated 1 warning
Check (macOS-latest): bevy_script_api/src/lua/bevy/mod.rs#L6
unused import: `bevy::ecs::system::Command`
Check (macOS-latest): bevy_script_api/src/lua/bevy/mod.rs#L8
unused import: `World`
Check (macOS-latest): bevy_script_api/src/lua/bevy/mod.rs#L10
unused import: `hierarchy::DespawnRecursive`
Check (macOS-latest): bevy_script_api/src/common/bevy/mod.rs#L11
unused import: `despawn_with_children_recursive`
Check (macOS-latest)
`bevy_script_api` (lib) generated 4 warnings (run `cargo fix --lib -p bevy_script_api` to apply 4 suggestions)
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/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/
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 (windows-latest)
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 (windows-latest): languages/bevy_mod_scripting_rhai/src/lib.rs#L97
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Check (windows-latest)
`bevy_mod_scripting_rhai` (lib) generated 1 warning
Check (windows-latest): bevy_api_gen/src/config.rs#L1
unused import: `std::collections::HashSet`
Check (windows-latest)
`bevy_api_gen` (lib) generated 1 warning (run `cargo fix --lib -p bevy_api_gen` to apply 1 suggestion)
Check (windows-latest): bevy_script_api/src/lua/bevy/mod.rs#L6
unused import: `bevy::ecs::system::Command`
Check (windows-latest): bevy_script_api/src/lua/bevy/mod.rs#L8
unused import: `World`
Check (windows-latest): bevy_script_api/src/lua/bevy/mod.rs#L10
unused import: `hierarchy::DespawnRecursive`
Check (windows-latest): bevy_script_api/src/common/bevy/mod.rs#L11
unused import: `despawn_with_children_recursive`
Check (windows-latest)
`bevy_script_api` (lib) generated 4 warnings (run `cargo fix --lib -p bevy_script_api` to apply 4 suggestions)
Check (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/
Check (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/
Check (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/
Check (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/
Docs
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/
Docs
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/
Docs
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/
Docs
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/
Docs
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/
Docs: languages/bevy_mod_scripting_rhai/src/lib.rs#L97
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Docs
`bevy_mod_scripting_rhai` (lib) generated 1 warning
Docs: bevy_event_priority/src/lib.rs#L115
unresolved link to `min,max`
Docs
`bevy_event_priority` (lib doc) generated 1 warning
Docs: bevy_mod_scripting_core/src/lib.rs#L148
unresolved link to `0,min_prio`
Docs: bevy_mod_scripting_core/src/lib.rs#L169
unresolved link to `0,1`
Docs: bevy_mod_scripting_core/src/lib.rs#L170
unresolved link to `2,4`
Docs
`bevy_mod_scripting_core` (lib doc) generated 3 warnings
Docs: bevy_api_gen/src/wrapper.rs#L31
could not parse code block as Rust code
Docs
`bevy_api_gen` (lib doc) generated 1 warning
Tests
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/
Tests: languages/bevy_mod_scripting_rhai/src/lib.rs#L97
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Tests
`bevy_mod_scripting_rhai` (lib) generated 1 warning
Tests: bevy_api_gen/src/config.rs#L1
unused import: `std::collections::HashSet`
Tests
`bevy_api_gen` (lib) generated 1 warning (run `cargo fix --lib -p bevy_api_gen` to apply 1 suggestion)
Tests
`bevy_api_gen` (lib test) generated 1 warning (1 duplicate)
Tests: bevy_script_api/src/lua/bevy/mod.rs#L6
unused import: `bevy::ecs::system::Command`
Tests: bevy_script_api/src/lua/bevy/mod.rs#L8
unused import: `World`
Tests: bevy_script_api/src/lua/bevy/mod.rs#L10
unused import: `hierarchy::DespawnRecursive`
Tests: bevy_script_api/src/common/bevy/mod.rs#L11
unused import: `despawn_with_children_recursive`
Tests
`bevy_script_api` (lib test) generated 4 warnings (4 duplicates)
Tests
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/
Tests
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/
Tests
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/
Tests
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/