nix via inputs and bump to 1.21 #84
Annotations
9 errors and 3 warnings
test (ubuntu-latest)
Process completed with exit code 1.
|
cargo-clippy: environment variable `NIX_CMD_PATH` not defined at compile time:
src/expression/driver.rs#L74
error: environment variable `NIX_CMD_PATH` not defined at compile time
--> src/expression/driver.rs:74:49
|
74 | let task = tokio::process::Command::new(env!("NIX_CMD_PATH"))
| ^^^^^^^^^^^^^^^^^^^^
|
= help: use `std::env::var("NIX_CMD_PATH")` to read the variable at run time
= note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
|
cargo-clippy: environment variable `NIX_CMD_PATH` not defined at compile time:
src/repl/driver.rs#L139
error: environment variable `NIX_CMD_PATH` not defined at compile time
--> src/repl/driver.rs:139:47
|
139 | let child = pty_process::Command::new(env!("NIX_CMD_PATH"))
| ^^^^^^^^^^^^^^^^^^^^
|
= help: use `std::env::var("NIX_CMD_PATH")` to read the variable at run time
= note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
|
cargo-clippy: environment variable `NIX_CMD_PATH` not defined at compile time:
src/expression/driver.rs#L74
error: environment variable `NIX_CMD_PATH` not defined at compile time
--> src/expression/driver.rs:74:49
|
74 | let task = tokio::process::Command::new(env!("NIX_CMD_PATH"))
| ^^^^^^^^^^^^^^^^^^^^
|
= help: use `std::env::var("NIX_CMD_PATH")` to read the variable at run time
= note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
|
cargo-clippy: environment variable `NIX_CMD_PATH` not defined at compile time:
src/repl/driver.rs#L139
error: environment variable `NIX_CMD_PATH` not defined at compile time
--> src/repl/driver.rs:139:47
|
139 | let child = pty_process::Command::new(env!("NIX_CMD_PATH"))
| ^^^^^^^^^^^^^^^^^^^^
|
= help: use `std::env::var("NIX_CMD_PATH")` to read the variable at run time
= note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
|
cargo-clippy: aborting due to 2 previous errors
error: aborting due to 2 previous errors
|
cargo-clippy: aborting due to 2 previous errors
error: aborting due to 2 previous errors
|
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 (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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: FrancisRussell/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|