Skip to content

update deps and add loop command #10

update deps and add loop command

update deps and add loop command #10

Triggered via push May 8, 2023 12:15
Status Failure
Total duration 2m 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 20 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
enum `ShardRunnerMessage` is private: /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/shards.rs#L15
error[E0603]: enum `ShardRunnerMessage` is private --> /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/shards.rs:15:24 | 15 | use serenity::gateway::ShardRunnerMessage; | ^^^^^^^^^^^^^^^^^^ private enum | note: the enum `ShardRunnerMessage` is defined here --> /home/runner/.cargo/git/checkouts/serenity-8a8b65b77919dc75/09eaec1/src/gateway/mod.rs:59:58 | 59 | use crate::client::bridge::gateway::{ShardClientMessage, ShardRunnerMessage}; | ^^^^^^^^^^^^^^^^^^
enum `ShardRunnerMessage` is private: /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/manager.rs#L20
error[E0603]: enum `ShardRunnerMessage` is private --> /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/manager.rs:20:15 | 20 | gateway::{ShardRunnerMessage, VoiceGatewayManager}, | ^^^^^^^^^^^^^^^^^^ private enum | note: the enum `ShardRunnerMessage` is defined here --> /home/runner/.cargo/git/checkouts/serenity-8a8b65b77919dc75/09eaec1/src/gateway/mod.rs:59:58 | 59 | use crate::client::bridge::gateway::{ShardClientMessage, ShardRunnerMessage}; | ^^^^^^^^^^^^^^^^^^
enum `ShardRunnerMessage` is private: /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/error.rs#L8
error[E0603]: enum `ShardRunnerMessage` is private --> /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/error.rs:8:24 | 8 | use serenity::gateway::ShardRunnerMessage; | ^^^^^^^^^^^^^^^^^^ private enum | note: the enum `ShardRunnerMessage` is defined here --> /home/runner/.cargo/git/checkouts/serenity-8a8b65b77919dc75/09eaec1/src/gateway/mod.rs:59:58 | 59 | use crate::client::bridge::gateway::{ShardClientMessage, ShardRunnerMessage}; | ^^^^^^^^^^^^^^^^^^
unresolved import `serenity::gateway::VoiceGatewayManager`: /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/manager.rs#L20
error[E0432]: unresolved import `serenity::gateway::VoiceGatewayManager` --> /home/runner/.cargo/git/checkouts/songbird-bfb5fd0fe254c2b1/20da9e1/src/manager.rs:20:35 | 20 | gateway::{ShardRunnerMessage, VoiceGatewayManager}, | ^^^^^^^^^^^^^^^^^^^ no `VoiceGatewayManager` in `gateway` | = help: consider importing this trait instead: serenity::all::VoiceGatewayManager
Clippy
Clippy had exited with the 101 exit code
Test
unresolved import `serenity::gateway::VoiceGatewayManager`
Test
enum `ShardRunnerMessage` is private
Test
enum `ShardRunnerMessage` is private
Test
enum `ShardRunnerMessage` is private
Test
could not compile `songbird` (lib) due to 4 previous errors
Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Check
unresolved import `serenity::gateway::VoiceGatewayManager`
Check
enum `ShardRunnerMessage` is private
Check
enum `ShardRunnerMessage` is private
Check
enum `ShardRunnerMessage` is private
Check
could not compile `songbird` due to 4 previous errors
Check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Rustfmt
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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/
Clippy
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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/
Test
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Test
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/
Test
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/
Test
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/
Test
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
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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/
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/
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/
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/