Skip to content

Post-rebase fixes

4dc75f5
Select commit
Loading
Failed to load commit list.
Draft

Async & HTQ #53

Post-rebase fixes
4dc75f5
Select commit
Loading
Failed to load commit list.
buildomat / build-and-test failed Mar 31, 2025 in 1m 49s

Failure!

The buildomat job ID is 01JQP6NBV75N88HNV51BWWPJK3. Click here for more detailed status.

Job ended in state Some("failed")

Details

control: job assigned to worker 01JQP6NCQMMRJXYV3P3WVAVZWS [factory gimlet-EVT22200007-propolis, EVT22200007/23328] (queued for 23 s)
...
task: starting task 0: "setup"
task: process exited: duration 4072 ms, exit code 0
...
task: starting task 1: "rust-toolchain"
task: process exited: duration 16663 ms, exit code 0
...
task: starting task 2: "authentication"
task: process exited: duration 57 ms, exit code 0
...
task: starting task 3: "clone repository"
task: process exited: duration 1417 ms, exit code 0
...
task: starting task 4: "build"
...
| error: match can be simplified with `.unwrap_or_default()`
|    --> p4/src/parser.rs:172:34
|     |
| 172 |                       let params = match self.parse_type_parameters() {
|     |  __________________________________^
| 173 | |                         Ok(params) => params,
| 174 | |                         Err(_) => Vec::new(),
| 175 | |                     };
|     | |_____________________^ help: replace it with: `self.parse_type_parameters().unwrap_ [...]
|     |
|     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/i [...]
|     = note: `-D clippy::manual-unwrap-or-default` implied by `-D warnings`
|     = help: to override `-D warnings` add `#[allow(clippy::manual_unwrap_or_default)]`
| 
| error: could not compile `p4` (lib) due to 1 previous error
| warning: build failed, waiting for other jobs to finish...
| error: could not compile `p4` (lib) due to 1 previous error
| error: could not compile `p4` (lib test) due to 1 previous error
task: process exited: duration 45778 ms, exit code 101
|W| found 0 output files