smartdeploy-cli 0.5.0

Smartdeploy CLI
Documentation
Build #2633881 2025-11-04 07:00:22

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.

# rustc version rustc 1.93.0-nightly (20383c9f1 2025-11-03)

# docs.rs version docsrs 0.6.0 (eafb2859 2025-10-29)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/smartdeploy-cli-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/smartdeploy-cli-0.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251103-1.93.0-nightly-20383c9f1\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 90b96e732ad75cdb7656aca9df55fad8d3b1e676d43d78b718d30e1dcc2e3a1d [INFO] running `Command { std: "docker" "start" "-a" "90b96e732ad75cdb7656aca9df55fad8d3b1e676d43d78b718d30e1dcc2e3a1d", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Checking num-traits v0.2.17 [INFO] [stderr] error[E0412]: cannot find type `SourceFile` in crate `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.69/src/wrapper.rs:349:26 [INFO] [stderr] | [INFO] [stderr] 349 | Compiler(proc_macro::SourceFile), [INFO] [stderr] | ^^^^^^^^^^ not found in `proc_macro` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1 + use crate::SourceFile; [INFO] [stderr] | [INFO] [stderr] 1 + use crate::fallback::SourceFile; [INFO] [stderr] | [INFO] [stderr] help: if you import `SourceFile`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 349 - Compiler(proc_macro::SourceFile), [INFO] [stderr] 349 + Compiler(SourceFile), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SourceFile` in crate `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.69/src/wrapper.rs:355:32 [INFO] [stderr] | [INFO] [stderr] 355 | fn nightly(sf: proc_macro::SourceFile) -> Self { [INFO] [stderr] | ^^^^^^^^^^ not found in `proc_macro` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1 + use crate::SourceFile; [INFO] [stderr] | [INFO] [stderr] 1 + use crate::fallback::SourceFile; [INFO] [stderr] | [INFO] [stderr] help: if you import `SourceFile`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 355 - fn nightly(sf: proc_macro::SourceFile) -> Self { [INFO] [stderr] 355 + fn nightly(sf: SourceFile) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] error[E0599]: no method named `source_file` found for reference `&proc_macro::Span` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.69/src/wrapper.rs:443:56 [INFO] [stderr] | [INFO] [stderr] 443 | Span::Compiler(s) => SourceFile::nightly(s.source_file()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: there is a method `source` with a similar name [INFO] [stderr] | [INFO] [stderr] 443 - Span::Compiler(s) => SourceFile::nightly(s.source_file()), [INFO] [stderr] 443 + Span::Compiler(s) => SourceFile::nightly(s.source()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Checking gix-trace v0.1.15 [INFO] [stderr] Checking tinyvec v1.10.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Some errors have detailed explanations: E0412, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "90b96e732ad75cdb7656aca9df55fad8d3b1e676d43d78b718d30e1dcc2e3a1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90b96e732ad75cdb7656aca9df55fad8d3b1e676d43d78b718d30e1dcc2e3a1d", kill_on_drop: false }` [INFO] [stdout] 90b96e732ad75cdb7656aca9df55fad8d3b1e676d43d78b718d30e1dcc2e3a1d