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.84.0-nightly (59cec72a5 2024-11-08)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/automaat-processor-sql-query-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/automaat-processor-sql-query-0.1.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241108-1.84.0-nightly-59cec72a5\", \"--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] 41caf7ccf19e406402073b324e51ca19e81c54c360c17f43fc70ad4646fc9fd1
[INFO] running `Command { std: "docker" "start" "-a" "41caf7ccf19e406402073b324e51ca19e81c54c360c17f43fc70ad4646fc9fd1", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Compiling proc-macro2 v0.4.30
[INFO] [stderr] Compiling fnv v1.0.7
[INFO] [stderr] Compiling ident_case v1.0.1
[INFO] [stderr] Compiling crossbeam-epoch v0.8.2
[INFO] [stderr] Compiling serde v1.0.214
[INFO] [stderr] Compiling serde_derive v1.0.214
[INFO] [stderr] Checking tokio-reactor v0.1.12
[INFO] [stderr] Checking memoffset v0.5.6
[INFO] [stderr] Compiling rand_pcg v0.1.2
[INFO] [stderr] Compiling rand_chacha v0.1.1
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-0.4.30/src/wrapper.rs:484:33
[INFO] [stderr] |
[INFO] [stderr] 484 | let proc_macro::LineColumn { line, column } = s.start();
[INFO] [stderr] | ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr] |
[INFO] [stderr] 1 + use LineColumn;
[INFO] [stderr] |
[INFO] [stderr] 1 + use fallback::LineColumn;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `LineColumn`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 484 - let proc_macro::LineColumn { line, column } = s.start();
[INFO] [stderr] 484 + let LineColumn { line, column } = s.start();
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-0.4.30/src/wrapper.rs:501:33
[INFO] [stderr] |
[INFO] [stderr] 501 | let proc_macro::LineColumn { line, column } = s.end();
[INFO] [stderr] | ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr] |
[INFO] [stderr] 1 + use LineColumn;
[INFO] [stderr] |
[INFO] [stderr] 1 + use fallback::LineColumn;
[INFO] [stderr] |
[INFO] [stderr] help: if you import `LineColumn`, refer to it directly
[INFO] [stderr] |
[INFO] [stderr] 501 - let proc_macro::LineColumn { line, column } = s.end();
[INFO] [stderr] 501 + let LineColumn { line, column } = s.end();
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] Checking byte-tools v0.3.1
[INFO] [stderr] Checking block-padding v0.1.5
[INFO] [stderr] Checking digest v0.8.1
[INFO] [stderr] Checking tokio-codec v0.1.2
[INFO] [stderr] Compiling rand v0.6.5
[INFO] [stderr] Checking subtle v1.0.0
[INFO] [stderr] Compiling unicode-segmentation v1.12.0
[INFO] [stderr] Compiling fixedbitset v0.1.9
[INFO] [stderr] For more information about this error, try `rustc --explain E0422`.
[INFO] [stderr] Compiling ordermap v0.3.5
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "41caf7ccf19e406402073b324e51ca19e81c54c360c17f43fc70ad4646fc9fd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41caf7ccf19e406402073b324e51ca19e81c54c360c17f43fc70ad4646fc9fd1", kill_on_drop: false }`
[INFO] [stdout] 41caf7ccf19e406402073b324e51ca19e81c54c360c17f43fc70ad4646fc9fd1