Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.98.0-nightly (61d7280f3 2026-06-06)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "de5c95b98f5f6cb414fb60373c27a995bc685d0e28563eece038b15677ccd6c0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260606-1.98.0-nightly-61d7280f3\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking sqlx v0.7.4 [INFO] [stderr] Checking async-global-executor v2.4.1 [INFO] [stderr] Checking sea-orm-cli v0.12.15 [INFO] [stderr] Checking sea-query-binder v0.5.0 [INFO] [stderr] Checking sea-orm v0.12.15 [INFO] [stderr] Checking async-std v1.13.2 [INFO] [stderr] error[E0277]: `?` couldn't convert the error: `regex::Error: std::error::Error` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-cli-0.12.15/src/commands/migrate.rs:227:69 [INFO] [stderr] | [INFO] [stderr] 211 | fn update_migrator(migration_name: &str, migration_dir: &str) -> Result<(), Box<dyn Error>> { [INFO] [stderr] | -------------------------- required `regex::Error: std::error::Error` because of this [INFO] [stderr] ... [INFO] [stderr] 227 | let mod_regex = Regex::new(r"mod\s+(?P<name>m\d{8}_\d{6}_\w+);")?; [INFO] [stderr] | ------------------------------------------------^ the trait `std::error::Error` is not implemented for `regex::Error` [INFO] [stderr] | | [INFO] [stderr] | this has type `Result<_, regex::Error>` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required for `Box<dyn std::error::Error>` to implement `From<regex::Error>` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error: `regex::Error: std::error::Error` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-cli-0.12.15/src/commands/migrate.rs:245:53 [INFO] [stderr] | [INFO] [stderr] 211 | fn update_migrator(migration_name: &str, migration_dir: &str) -> Result<(), Box<dyn Error>> { [INFO] [stderr] | -------------------------- required `regex::Error: std::error::Error` because of this [INFO] [stderr] ... [INFO] [stderr] 245 | let vec_regex = Regex::new(r"vec!\[[\s\S]+\]\n")?; [INFO] [stderr] | --------------------------------^ the trait `std::error::Error` is not implemented for `regex::Error` [INFO] [stderr] | | [INFO] [stderr] | this has type `Result<_, regex::Error>` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required for `Box<dyn std::error::Error>` to implement `From<regex::Error>` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sea-orm-cli` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "de5c95b98f5f6cb414fb60373c27a995bc685d0e28563eece038b15677ccd6c0", kill_on_drop: false }`