adriangbot commented on PR #21793: URL: https://github.com/apache/datafusion/pull/21793#issuecomment-4299200876
Benchmark for [this request](https://github.com/apache/datafusion/pull/21793#issuecomment-4299178582) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` Compiling datafusion v53.1.0 (/workspace/datafusion-branch/datafusion/core) Compiling datafusion-benchmarks v53.1.0 (/workspace/datafusion-branch/benchmarks) error[E0277]: `UringSubmitter` doesn't implement `std::fmt::Debug` --> benchmarks/src/util/uring_local_fs.rs:297:5 | 294 | #[derive(Debug)] | ----- in this derive macro expansion ... 297 | submitter: UringSubmitter, | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::fmt::Debug` is not implemented for `UringSubmitter` | = note: add `#[derive(Debug)]` to `UringSubmitter` or manually `impl std::fmt::Debug for UringSubmitter` help: consider annotating `UringSubmitter` with `#[derive(Debug)]` | 103 + #[derive(Debug)] 104 | pub struct UringSubmitter { | For more information about this error, try `rustc --explain E0277`. error: could not compile `datafusion-benchmarks` (lib) due to 1 previous error ``` </details> --- [File an issue](https://github.com/adriangb/datafusion-benchmarking/issues) against this benchmark runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
