Skip to content

comment out verify version #144

comment out verify version

comment out verify version #144

Triggered via push July 1, 2023 07:29
Status Success
Total duration 1h 3m 8s
Artifacts 4
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

push.yml

on: push
Matrix: cargo_test / cargo_test
clippy_check  /  clippy_check
7m 57s
clippy_check / clippy_check
Matrix: build / build_lodestone
Fit to window
Zoom out
Zoom in

Annotations

85 warnings
this function has too many arguments (8/7): src/traits/t_configurable/manifest.rs#L360
warning: this function has too many arguments (8/7) --> src/traits/t_configurable/manifest.rs:360:5 | 360 | / pub fn new_value_with_type( 361 | | setting_id: String, 362 | | name: String, 363 | | description: String, ... | 368 | | is_mutable: bool, 369 | | ) -> Self { | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
this function has too many arguments (8/7): src/traits/t_configurable/manifest.rs#L332
warning: this function has too many arguments (8/7) --> src/traits/t_configurable/manifest.rs:332:5 | 332 | / pub fn new_optional_value( 333 | | setting_id: String, 334 | | name: String, 335 | | description: String, ... | 340 | | is_mutable: bool, 341 | | ) -> Self { | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
struct `Resource` is never constructed: src/traits/t_resource.rs#L14
warning: struct `Resource` is never constructed --> src/traits/t_resource.rs:14:12 | 14 | pub struct Resource<T> | ^^^^^^^^
enum `ResourceType` is never used: src/traits/t_resource.rs#L6
warning: enum `ResourceType` is never used --> src/traits/t_resource.rs:6:10 | 6 | pub enum ResourceType { | ^^^^^^^^^^^^
method `allocate` is never used: src/port_manager.rs#L23
warning: method `allocate` is never used --> src/port_manager.rs:23:12 | 18 | impl PortManager { | ---------------- method in this implementation ... 23 | pub fn allocate(&mut self, start_port: u32) -> u32 { | ^^^^^^^^
field `channel_table` is never read: src/macro_executor.rs#L200
warning: field `channel_table` is never read --> src/macro_executor.rs:200:5 | 197 | pub struct MacroExecutor { | ------------- field in this struct ... 200 | channel_table: | ^^^^^^^^^^^^^ | = note: `MacroExecutor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
method `to_line` is never used: src/implementations/minecraft/configurable.rs#L1883
warning: method `to_line` is never used --> src/implementations/minecraft/configurable.rs:1883:12 | 1416 | impl ServerPropertySetting { | -------------------------- method in this implementation ... 1883 | pub fn to_line(&self) -> String { | ^^^^^^^
associated function `from_key_val` is never used: src/implementations/minecraft/configurable.rs#L313
warning: associated function `from_key_val` is never used --> src/implementations/minecraft/configurable.rs:313:12 | 281 | impl CmdArgSetting { | ------------------ associated function in this implementation ... 313 | pub fn from_key_val(key: &str, val: &str) -> Result<Self, Error> { | ^^^^^^^^^^^^
associated items `get_identifier`, `get_name`, `get_description`, and `from_key_val` are never used: src/implementations/minecraft/configurable.rs#L207
warning: associated items `get_identifier`, `get_name`, `get_description`, and `from_key_val` are never used --> src/implementations/minecraft/configurable.rs:207:12 | 206 | impl InstanceSetting { | -------------------- associated items in this implementation 207 | pub fn get_identifier(&self) -> String { | ^^^^^^^^^^^^^^ ... 213 | pub fn get_name(&self) -> String { | ^^^^^^^^ ... 219 | pub fn get_description(&self) -> String { | ^^^^^^^^^^^^^^^ ... 225 | pub fn from_key_val(key: &str, value: &str) -> Result<Self, Error> { | ^^^^^^^^^^^^
fields `path_to_resources`, `restart_on_crash`, and `backup_period` are never read: src/implementations/minecraft/mod.rs#L187
warning: fields `path_to_resources`, `restart_on_crash`, and `backup_period` are never read --> src/implementations/minecraft/mod.rs:187:5 | 174 | pub struct MinecraftInstance { | ----------------- fields in this struct ... 187 | path_to_resources: PathBuf, | ^^^^^^^^^^^^^^^^^ ... 192 | restart_on_crash: Arc<AtomicBool>, | ^^^^^^^^^^^^^^^^ 193 | backup_period: Option<u32>, | ^^^^^^^^^^^^^ | = note: `MinecraftInstance` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
field `procedure_call_kind` is never read: src/implementations/generic/bridge/procedure_call.rs#L334
warning: field `procedure_call_kind` is never read --> src/implementations/generic/bridge/procedure_call.rs:334:5 | 331 | pub struct ProcedureCallResultIR { | --------------------- field in this struct ... 334 | procedure_call_kind: ProcedureCallKind, | ^^^^^^^^^^^^^^^^^^^ | = note: `ProcedureCallResultIR` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
field `event_broadcaster` is never read: src/implementations/generic/mod.rs#L40
warning: field `event_broadcaster` is never read --> src/implementations/generic/mod.rs:40:5 | 38 | pub struct GenericInstance { | --------------- field in this struct 39 | dot_lodestone_config: DotLodestoneConfig, 40 | event_broadcaster: EventBroadcaster, | ^^^^^^^^^^^^^^^^^ | = note: `GenericInstance` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
unused variable: `uuid`: src/implementations/minecraft/mod.rs#L446
warning: unused variable: `uuid` --> src/implementations/minecraft/mod.rs:446:13 | 446 | let uuid = dot_lodestone_config.uuid().to_owned(); | ^^^^ help: if this is intentional, prefix it with an underscore: `_uuid` | = note: `#[warn(unused_variables)]` on by default
clippy_check / clippy_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/
clippy_check / clippy_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/
clippy_check / clippy_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/
clippy_check / clippy_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/
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
failed to parse serde attribute
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
cargo_test / cargo_test (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
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/
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
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/
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
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/
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
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/
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (macos-latest, x86_64-apple-darwin)
failed to parse serde attribute
cargo_test / cargo_test (windows-latest, x86_64-pc-windows-msvc)
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/
cargo_test / cargo_test (windows-latest, x86_64-pc-windows-msvc)
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/
cargo_test / cargo_test (windows-latest, x86_64-pc-windows-msvc)
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/
cargo_test / cargo_test (windows-latest, x86_64-pc-windows-msvc)
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 / build_lodestone (ubuntu-latest, x86_64-unknown-linux-gnu, linux, x86_64, false)
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 / build_lodestone (ubuntu-latest, x86_64-unknown-linux-gnu, linux, x86_64, false)
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 / build_lodestone (ubuntu-latest, x86_64-unknown-linux-gnu, linux, x86_64, false)
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 / build_lodestone (ubuntu-latest, x86_64-unknown-linux-gnu, linux, x86_64, false)
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 / build_lodestone (windows-latest, x86_64-pc-windows-msvc, windows, x86_64, .exe, false)
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 / build_lodestone (windows-latest, x86_64-pc-windows-msvc, windows, x86_64, .exe, false)
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 / build_lodestone (windows-latest, x86_64-pc-windows-msvc, windows, x86_64, .exe, false)
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 / build_lodestone (windows-latest, x86_64-pc-windows-msvc, windows, x86_64, .exe, false)
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 / build_lodestone (macos-latest, x86_64-apple-darwin, macos, x86_64, false)
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 / build_lodestone (macos-latest, x86_64-apple-darwin, macos, x86_64, false)
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 / build_lodestone (macos-latest, x86_64-apple-darwin, macos, x86_64, false)
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 / build_lodestone (macos-latest, x86_64-apple-darwin, macos, x86_64, false)
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 / build_lodestone (self-hosted, aarch64-unknown-linux-gnu, linux, aarch64, false)
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 / build_lodestone (self-hosted, aarch64-unknown-linux-gnu, linux, aarch64, false)
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 / build_lodestone (self-hosted, aarch64-unknown-linux-gnu, linux, aarch64, false)
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 / build_lodestone (self-hosted, aarch64-unknown-linux-gnu, linux, aarch64, false)
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/

Artifacts

Produced during runtime
Name Size
lodestone_core_linux_aarch64_v0.4.4 Expired
58.8 MB
lodestone_core_linux_x86_64_v0.4.4 Expired
61.8 MB
lodestone_core_macos_x86_64_v0.4.4 Expired
55.2 MB
lodestone_core_windows_x86_64_v0.4.4.exe Expired
59.3 MB