Skip to content

feat: add lua filter skeleton #4

feat: add lua filter skeleton

feat: add lua filter skeleton #4

Triggered via push September 26, 2024 13:23
Status Failure
Total duration 1m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cargo install --path ." did not complete successfully: exit code: 101
current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/macros/select.rs#L505
warning: current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0` --> src/server/udp.rs:84:13 | 84 | / tokio::select! { 85 | | recv = framed.next() => { 86 | | match recv{ 87 | | Some(Ok((b,peer))) => { ... | 136 | | } 137 | | } | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: this warning originates in the macro `$crate::select` which comes from the expansion of the macro `tokio::select` (in Nightly builds, run with -Z macro-backtrace for more info)
current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/macros/select.rs#L505
warning: current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.64.0` --> src/server/tcp.rs:49:13 | 49 | / tokio::select! { 50 | | accept = listener.accept() => { 51 | | let (stream, addr) = accept?; 52 | | let h = Clone::clone(&h); ... | 63 | | } 64 | | } | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default = note: this warning originates in the macro `$crate::select` which comes from the expansion of the macro `tokio::select` (in Nightly builds, run with -Z macro-backtrace for more info)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/