koushiro commented on PR #7060: URL: https://github.com/apache/opendal/pull/7060#issuecomment-3677423465
> @koushiro hey how can i fix (failing checks [Docs / build-ocaml-doc (pull_request)](https://github.com/apache/opendal/actions/runs/20389890416/job/58597486613?pr=7060) Docs / build-ocaml-doc (pull_request)Failing after 4m) You only need to care about the doc-test of Core CI. ``` test services/sftp/src/backend.rs - backend::SftpBuilder (line 81) - compile ... FAILED failures: ---- services/sftp/src/backend.rs - backend::SftpBuilder (line 81) stdout ---- error[E0432]: unresolved import `opendal_core::services::Sftp` --> services/sftp/src/backend.rs:83:5 | 3 | use opendal_core::services::Sftp; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Sftp` in `services` | help: consider importing one of these structs instead | 3 - use opendal_core::services::Sftp; 3 + use opendal_service_sftp::Sftp; | 3 - use opendal_core::services::Sftp; 3 + use openssh_sftp_client::Sftp; | error[E0432]: unresolved import `anyhow` --> services/sftp/src/backend.rs:82:5 | 2 | use anyhow::Result; | ^^^^^^ use of unresolved module or unlinked crate `anyhow` | = help: if you wanted to use a crate named `anyhow`, use `cargo add anyhow` to add it to your `Cargo.toml` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0432`. Couldn't compile the test. failures: services/sftp/src/backend.rs - backend::SftpBuilder (line 81) ``` -- 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]
