feat: expression examples #44
Annotations
8 errors and 4 warnings
fmt
JsValue(Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
at ExecState._setResult (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:61859)
at ExecState.CheckComplete (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:61419)
at ChildProcess.<anonymous> (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:60260)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5))
|
cargo-clippy: unused pinned boxed `futures::Future` trait object in tuple element 1 that must be used:
src/expression/driver.rs#L69
error: unused pinned boxed `futures::Future` trait object in tuple element 1 that must be used
--> src/expression/driver.rs:69:21
|
69 | self.nix_processes.remove(index);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: futures do nothing unless you `.await` or poll them
= note: `-D unused-must-use` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_must_use)]`
|
cargo-clippy: aborting due to 1 previous error
error: aborting due to 1 previous error
|
cargo-clippy: unused pinned boxed `futures::Future` trait object in tuple element 1 that must be used:
src/expression/driver.rs#L69
error: unused pinned boxed `futures::Future` trait object in tuple element 1 that must be used
--> src/expression/driver.rs:69:21
|
69 | self.nix_processes.remove(index);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: futures do nothing unless you `.await` or poll them
= note: `-D unused-must-use` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_must_use)]`
|
cargo-clippy: aborting due to 1 previous error
error: aborting due to 1 previous error
|
clippy
JsValue(Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
at ExecState._setResult (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:61859)
at ExecState.CheckComplete (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:61419)
at ChildProcess.<anonymous> (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:60260)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5))
|
test (ubuntu-latest)
JsValue(Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
at ExecState._setResult (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:61859)
at ExecState.CheckComplete (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:61419)
at ChildProcess.<anonymous> (/home/runner/work/_actions/FrancisRussell/ferrous-actions/v0.1.0-beta.1/dist/index.js:1:60260)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5))
|
test (macos-latest)
The operation was canceled.
|
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|