test: Add integration tests for disabled output types in DeviceList a… #247
Annotations
3 errors and 78 warnings
|
build-stable (macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
|
|
build-stable (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
|
build-stable (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
|
build-wasm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/toolchain@v1, actions/cache@v4, actions/checkout@v2, jetli/[email protected]. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-wasm
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-wasm
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-wasm
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-wasm
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-stable (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/cache@v4, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-stable (macos-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/device.rs#L14
unused import: `ButtplugServerMessageSender`
|
|
build-stable (macos-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client_message_sorter.rs#L11
unused import: `ButtplugClientError`
|
|
build-stable (macos-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client_event_loop.rs#L16
unused import: `ButtplugError`
|
|
build-stable (macos-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client.rs#L41
unused import: `mpsc::error::SendError`
|
|
build-stable (macos-latest):
crates/buttplug_tests/tests/test_websocket_device_comm_manager.rs#L10
unexpected `cfg` condition value: `websocket-server-manager`
|
|
build-stable (macos-latest):
crates/intiface_engine/src/remote_server.rs#L186
unused variable: `msg`
|
|
build-stable (macos-latest):
crates/intiface_engine/src/remote_server.rs#L153
unused variable: `disconnect_notifier`
|
|
build-stable (macos-latest):
crates/intiface_engine/src/remote_server.rs#L9
unused imports: `ButtplugHandshakeError` and `ButtplugMessageSpecVersion`
|
|
build-stable (macos-latest)
`buttplug_server` (lib test) generated 1 warning (1 duplicate)
|
|
build-stable (macos-latest):
crates/buttplug_server/src/device/mod.rs#L118
field `0` is never read
|
|
build-stable (macos-latest)
`intiface-engine` (lib) generated 3 warnings (run `cargo fix --lib -p intiface-engine` to apply 3 suggestions)
|
|
build-stable (macos-latest):
crates/intiface_engine/src/remote_server.rs#L186
unused variable: `msg`
|
|
build-stable (macos-latest):
crates/intiface_engine/src/remote_server.rs#L153
unused variable: `disconnect_notifier`
|
|
build-stable (macos-latest):
crates/intiface_engine/src/remote_server.rs#L9
unused imports: `ButtplugHandshakeError` and `ButtplugMessageSpecVersion`
|
|
build-stable (macos-latest)
`buttplug_server` (lib) generated 1 warning
|
|
build-stable (macos-latest):
crates/buttplug_server/src/device/mod.rs#L118
field `0` is never read
|
|
build-stable (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/
|
|
build-stable (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/
|
|
build-stable (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/
|
|
build-stable (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/
|
|
build-stable (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/cache@v4, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-stable (ubuntu-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v3/client_event_loop.rs#L18
unused import: `ButtplugError`
|
|
build-stable (ubuntu-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/device.rs#L14
unused import: `ButtplugServerMessageSender`
|
|
build-stable (ubuntu-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client_message_sorter.rs#L11
unused import: `ButtplugClientError`
|
|
build-stable (ubuntu-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client_event_loop.rs#L16
unused import: `ButtplugError`
|
|
build-stable (ubuntu-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client.rs#L41
unused import: `mpsc::error::SendError`
|
|
build-stable (ubuntu-latest):
crates/intiface_engine/src/remote_server.rs#L186
unused variable: `msg`
|
|
build-stable (ubuntu-latest):
crates/intiface_engine/src/remote_server.rs#L153
unused variable: `disconnect_notifier`
|
|
build-stable (ubuntu-latest):
crates/intiface_engine/src/remote_server.rs#L9
unused imports: `ButtplugHandshakeError` and `ButtplugMessageSpecVersion`
|
|
build-stable (ubuntu-latest)
`buttplug_server` (lib test) generated 1 warning
|
|
build-stable (ubuntu-latest):
crates/buttplug_server/src/device/mod.rs#L118
field `0` is never read
|
|
build-stable (ubuntu-latest)
`intiface-engine` (lib) generated 3 warnings (run `cargo fix --lib -p intiface-engine` to apply 3 suggestions)
|
|
build-stable (ubuntu-latest):
crates/intiface_engine/src/remote_server.rs#L186
unused variable: `msg`
|
|
build-stable (ubuntu-latest):
crates/intiface_engine/src/remote_server.rs#L153
unused variable: `disconnect_notifier`
|
|
build-stable (ubuntu-latest):
crates/intiface_engine/src/remote_server.rs#L9
unused imports: `ButtplugHandshakeError` and `ButtplugMessageSpecVersion`
|
|
build-stable (ubuntu-latest)
`buttplug_server` (lib) generated 1 warning
|
|
build-stable (ubuntu-latest):
crates/buttplug_server/src/device/mod.rs#L118
field `0` is never read
|
|
build-stable (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/
|
|
build-stable (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/
|
|
build-stable (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/
|
|
build-stable (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/
|
|
build-stable (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/cache@v4, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L131
unresolved link to `crate::device::ButtplugDevice`
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L113
unresolved link to `ProtocolDeviceConfiguration`
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L111
unresolved link to `USBSpecifier`
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L95
unresolved link to `crate::device::protocol::ButtplugProtocol`
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L83
unresolved link to `crate::util::device_configuration`
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L37
unresolved link to `crate::device::protocol::lovense`
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L31
unresolved link to `ProtocolDeviceIdentifier`
|
|
build-stable (windows-latest):
crates/buttplug_server_device_config/src/lib.rs#L14
unresolved link to `crate::server::ButtplugServer`
|
|
build-stable (windows-latest)
`buttplug_server` (lib) generated 1 warning
|
|
build-stable (windows-latest):
crates/buttplug_server/src/device/mod.rs#L118
field `0` is never read
|
|
build-stable (windows-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v3/client_event_loop.rs#L18
unused import: `ButtplugError`
|
|
build-stable (windows-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/device.rs#L14
unused import: `ButtplugServerMessageSender`
|
|
build-stable (windows-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client_message_sorter.rs#L11
unused import: `ButtplugClientError`
|
|
build-stable (windows-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client_event_loop.rs#L16
unused import: `ButtplugError`
|
|
build-stable (windows-latest):
crates/buttplug_tests/tests/util/device_test/client/client_v2/client.rs#L41
unused import: `mpsc::error::SendError`
|
|
build-stable (windows-latest):
crates/intiface_engine/src/remote_server.rs#L186
unused variable: `msg`
|
|
build-stable (windows-latest):
crates/intiface_engine/src/remote_server.rs#L153
unused variable: `disconnect_notifier`
|
|
build-stable (windows-latest):
crates/intiface_engine/src/remote_server.rs#L9
unused imports: `ButtplugHandshakeError` and `ButtplugMessageSpecVersion`
|
|
build-stable (windows-latest)
`buttplug_server` (lib test) generated 1 warning (1 duplicate)
|
|
build-stable (windows-latest):
crates/buttplug_server/src/device/mod.rs#L118
field `0` is never read
|
|
build-stable (windows-latest)
`intiface-engine` (lib) generated 3 warnings (run `cargo fix --lib -p intiface-engine` to apply 3 suggestions)
|
|
build-stable (windows-latest):
crates/intiface_engine/src/remote_server.rs#L186
unused variable: `msg`
|
|
build-stable (windows-latest):
crates/intiface_engine/src/remote_server.rs#L153
unused variable: `disconnect_notifier`
|
|
build-stable (windows-latest):
crates/intiface_engine/src/remote_server.rs#L9
unused imports: `ButtplugHandshakeError` and `ButtplugMessageSpecVersion`
|
|
build-stable (windows-latest)
`buttplug_server` (lib) generated 1 warning
|
|
build-stable (windows-latest):
crates/buttplug_server/src/device/mod.rs#L118
field `0` is never read
|
|
build-stable (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-stable (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-stable (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-stable (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/
|