Skip to content

Add conditional op #472

Add conditional op

Add conditional op #472

Re-run triggered January 14, 2025 07:22
Status Failure
Total duration 42s
Artifacts

ci.yaml

on: pull_request
stable / fmt
13s
stable / fmt
stable / clippy
30s
stable / clippy
stable / test
29s
stable / test
stable / doc
32s
stable / doc
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 11 warnings
stable / fmt
Process completed with exit code 1.
stable / test: rig-core/src/pipeline/conditional.rs#L1
unused imports: `join` and `try_join`
stable / test: rig-core/src/pipeline/conditional.rs#L3
unused imports: `Op` and `TryOp`
stable / test: rig-core/src/pipeline/conditional.rs#L142
unused import: `super::*`
stable / test: rig-core/src/pipeline/conditional.rs#L158
structure field `Variant1` should have a snake case name
stable / test: rig-core/src/pipeline/conditional.rs#L159
structure field `Variant2` should have a snake case name
stable / test: rig-core/src/pipeline/conditional.rs#L181
structure field `Variant1` should have a snake case name
stable / test: rig-core/src/pipeline/conditional.rs#L182
structure field `Variant2` should have a snake case name
stable / test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
unused imports: `join` and `try_join`: rig-core/src/pipeline/conditional.rs#L1
error: unused imports: `join` and `try_join` --> rig-core/src/pipeline/conditional.rs:1:15 | 1 | use futures::{join, try_join}; | ^^^^ ^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
unused imports: `Op` and `TryOp`: rig-core/src/pipeline/conditional.rs#L3
error: unused imports: `Op` and `TryOp` --> rig-core/src/pipeline/conditional.rs:3:13 | 3 | use super::{Op, TryOp}; | ^^ ^^^^^
`crate` references the macro call's crate: rig-core/src/pipeline/conditional.rs#L47
error: `crate` references the macro call's crate --> rig-core/src/pipeline/conditional.rs:47:47 | 47 | impl<Value, Out, $( $variant ),+> crate::pipeline::Op for ConditionalOp<$($variant),+> | ^^^^^ help: to reference the macro definition's crate, use: `$crate` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#crate_in_macro_def = note: `-D clippy::crate-in-macro-def` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::crate_in_macro_def)]`
`crate` references the macro call's crate: rig-core/src/pipeline/conditional.rs#L115
error: `crate` references the macro call's crate --> rig-core/src/pipeline/conditional.rs:115:52 | 115 | impl<Value, Out, Err, $( $variant ),+> crate::pipeline::TryOp for TryConditionalOp<$( $variant ),+> | ^^^^^ help: to reference the macro definition's crate, use: `$crate` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#crate_in_macro_def
stable / clippy
Clippy has exited with exit code 101
stable / doc: rig-core/src/pipeline/conditional.rs#L1
unused imports: `join` and `try_join`
stable / doc: rig-core/src/pipeline/conditional.rs#L3
unused imports: `Op` and `TryOp`
stable / doc
Process completed with exit code 101.
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
stable / fmt: rig-core/src/pipeline/conditional.rs#L14
Diff in /home/runner/work/rig/rig/rig-core/src/pipeline/conditional.rs
stable / fmt: rig-core/src/pipeline/conditional.rs#L82
Diff in /home/runner/work/rig/rig/rig-core/src/pipeline/conditional.rs
stable / fmt: rig-core/src/pipeline/conditional.rs#L144
Diff in /home/runner/work/rig/rig/rig-core/src/pipeline/conditional.rs
stable / fmt: rig-core/src/pipeline/conditional.rs#L153
Diff in /home/runner/work/rig/rig/rig-core/src/pipeline/conditional.rs
stable / fmt: rig-core/src/pipeline/conditional.rs#L170
Diff in /home/runner/work/rig/rig/rig-core/src/pipeline/conditional.rs
stable / fmt: rig-core/src/pipeline/conditional.rs#L177
Diff in /home/runner/work/rig/rig/rig-core/src/pipeline/conditional.rs
stable / fmt: rig-core/src/pipeline/conditional.rs#L189
Diff in /home/runner/work/rig/rig/rig-core/src/pipeline/conditional.rs
stable / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
stable / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636