We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo +nightly testdocs
Investigate cargo +nightly testdocs failure in CI
Rust CI failed in multiple PR with similar error messages
Documentation tests all pass check : 68.7190 s : ❌ rust-local+build | $ cargo +nightly testdocs rust-local+build | . Couldn't compile the test. rust-local+build | . ---- rbac-registration/src/cardano/cip509/utils/cip134.rs - rust-local+build | cardano::cip509::utils::cip134::Cip0134Uri::parse (line 32) stdout ---- rust-local+build | . error: extern location for rbac_registration does not exist: rust-local+build | /root/build/target/release/deps/librbac_registration.rlib rust-local+build | . --> rbac-registration/src/cardano/cip509/utils/cip134.rs:32:1 rust-local+build | . | rust-local+build | . 3 | extern crate r#rbac_registration; rust-local+build | . | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: SAVE ARTIFACT target/$TARGETARCH/doc doc
After the modification, the CI pass
--no-cache
The text was updated successfully, but these errors were encountered:
#114 Solved for the test allure report, but cargo +nightly testdocs still occurs
Sorry, something went wrong.
No branches or pull requests
Summary
Investigate
cargo +nightly testdocs
failure in CIDescription
Rust CI failed in multiple PR with similar error messages
Fixing approach
and modify the possible thing that may cause error
After the modification, the CI pass
--no-cache
within the fork branch CI passGoal
The text was updated successfully, but these errors were encountered: