CI #3498
ci.yaml
on: schedule
Non-code Checks
11s
Build & Test Project
1m 18s
Annotations
6 errors and 1 warning
|
Build & Test Project:
boulder/src/cli.rs#L176
[clippy] reported by reviewdog 🐶
error: the `Err`-variant returned from this function is very large
--> boulder/src/cli.rs:68:21
|
68 | pub fn process() -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
176 | Chroot(#[from] chroot::Error),
| ----------------------------- the largest variant contains at least 128 bytes
|
= help: try reducing the size of `cli::Error`, for example by boxing large elements or replacing it with `Box<cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
Raw Output:
boulder/src/cli.rs:176:5:e:error: the `Err`-variant returned from this function is very large
--> boulder/src/cli.rs:68:21
|
68 | pub fn process() -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
176 | Chroot(#[from] chroot::Error),
| ----------------------------- the largest variant contains at least 128 bytes
|
= help: try reducing the size of `cli::Error`, for example by boxing large elements or replacing it with `Box<cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
__END__
|
|
Build & Test Project:
boulder/src/cli/chroot.rs#L92
[clippy] reported by reviewdog 🐶
error: the `Err`-variant returned from this function is very large
--> boulder/src/cli/chroot.rs:22:46
|
22 | pub fn handle(command: Command, env: Env) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
92 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
|
= help: try reducing the size of `cli::chroot::Error`, for example by boxing large elements or replacing it with `Box<cli::chroot::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
Raw Output:
boulder/src/cli/chroot.rs:92:5:e:error: the `Err`-variant returned from this function is very large
--> boulder/src/cli/chroot.rs:22:46
|
22 | pub fn handle(command: Command, env: Env) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
92 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
|
= help: try reducing the size of `cli::chroot::Error`, for example by boxing large elements or replacing it with `Box<cli::chroot::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
__END__
|
|
Build & Test Project:
boulder/src/cli/build.rs#L223
[clippy] reported by reviewdog 🐶
error: the `Err`-variant returned from this function is very large
--> boulder/src/cli/build.rs:175:48
|
175 | fn verify_versions_match(builder: &Builder) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
223 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
...
233 | Cleanup(#[source] build::Error),
| ------------------------------- the variant `Cleanup` contains at least 128 bytes
|
= help: try reducing the size of `cli::build::Error`, for example by boxing large elements or replacing it with `Box<cli::build::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
Raw Output:
boulder/src/cli/build.rs:223:5:e:error: the `Err`-variant returned from this function is very large
--> boulder/src/cli/build.rs:175:48
|
175 | fn verify_versions_match(builder: &Builder) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
223 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
...
233 | Cleanup(#[source] build::Error),
| ------------------------------- the variant `Cleanup` contains at least 128 bytes
|
= help: try reducing the size of `cli::build::Error`, for example by boxing large elements or replacing it with `Box<cli::build::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
__END__
|
|
Build & Test Project:
boulder/src/cli/build.rs#L223
[clippy] reported by reviewdog 🐶
error: the `Err`-variant returned from this closure is very large
--> boulder/src/cli/build.rs:141:49
|
141 | container::exec::<Error>(paths, networking, || {
| _________________________________________________^
142 | | builder.build(&mut timing)?;
143 | |
144 | | let packager = Packager::new(
... |
155 | | Ok(())
156 | | })?;
| |_____^
...
223 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
...
233 | Cleanup(#[source] build::Error),
| ------------------------------- the variant `Cleanup` contains at least 128 bytes
|
= help: try reducing the size of `cli::build::Error`, for example by boxing large elements or replacing it with `Box<cli::build::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
Raw Output:
boulder/src/cli/build.rs:223:5:e:error: the `Err`-variant returned from this closure is very large
--> boulder/src/cli/build.rs:141:49
|
141 | container::exec::<Error>(paths, networking, || {
| _________________________________________________^
142 | | builder.build(&mut timing)?;
143 | |
144 | | let packager = Packager::new(
... |
155 | | Ok(())
156 | | })?;
| |_____^
...
223 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
...
233 | Cleanup(#[source] build::Error),
| ------------------------------- the variant `Cleanup` contains at least 128 bytes
|
= help: try reducing the size of `cli::build::Error`, for example by boxing large elements or replacing it with `Box<cli::build::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
__END__
|
|
Build & Test Project:
boulder/src/cli/build.rs#L223
[clippy] reported by reviewdog 🐶
error: the `Err`-variant returned from this function is very large
--> boulder/src/cli/build.rs:68:46
|
68 | pub fn handle(command: Command, env: Env) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
223 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
...
233 | Cleanup(#[source] build::Error),
| ------------------------------- the variant `Cleanup` contains at least 128 bytes
|
= help: try reducing the size of `cli::build::Error`, for example by boxing large elements or replacing it with `Box<cli::build::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
= note: `-D clippy::result-large-err` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
Raw Output:
boulder/src/cli/build.rs:223:5:e:error: the `Err`-variant returned from this function is very large
--> boulder/src/cli/build.rs:68:46
|
68 | pub fn handle(command: Command, env: Env) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
223 | Build(#[from] build::Error),
| --------------------------- the largest variant contains at least 128 bytes
...
233 | Cleanup(#[source] build::Error),
| ------------------------------- the variant `Cleanup` contains at least 128 bytes
|
= help: try reducing the size of `cli::build::Error`, for example by boxing large elements or replacing it with `Box<cli::build::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
= note: `-D clippy::result-large-err` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
__END__
|
|
Build & Test Project:
moss/src/cli/mod.rs#L298
[clippy] reported by reviewdog 🐶
error: the `Err`-variant returned from this function is very large
--> moss/src/cli/mod.rs:159:21
|
159 | pub fn process() -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
298 | Cache(#[source] cache::Error),
| ----------------------------- the largest variant contains at least 128 bytes
|
= help: try reducing the size of `cli::Error`, for example by boxing large elements or replacing it with `Box<cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
= note: `-D clippy::result-large-err` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
Raw Output:
moss/src/cli/mod.rs:298:5:e:error: the `Err`-variant returned from this function is very large
--> moss/src/cli/mod.rs:159:21
|
159 | pub fn process() -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
...
298 | Cache(#[source] cache::Error),
| ----------------------------- the largest variant contains at least 128 bytes
|
= help: try reducing the size of `cli::Error`, for example by boxing large elements or replacing it with `Box<cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#result_large_err
= note: `-D clippy::result-large-err` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
__END__
|
|
Build & Test Project
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|