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.94.0-nightly (e7d44143a 2025-12-24)# docs.rs version
docsrs 0.1.0 (e6d7c66e 2025-12-21 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/strict_encoding-2.9.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/strict_encoding-2.9.1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251224-1.94.0-nightly-e7d44143a\", \"--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] 7568680d22029414bb83943a22ef8db2c3c73f21930853e008a0adbbc632ff21
[INFO] running `Command { std: "docker" "start" "-a" "7568680d22029414bb83943a22ef8db2c3c73f21930853e008a0adbbc632ff21", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking serde_str_helpers v0.1.2
[INFO] [stderr] error[E0433]: failed to resolve: could not find `de` in `__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `de` in `__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this struct
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::marker::PhantomData;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::fmt::Formatter;
[INFO] [stderr] |
[INFO] [stderr] 26 + use alloc::fmt::Formatter;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `fmt` in `__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `fmt` in `__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing one of these modules
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::fmt;
[INFO] [stderr] |
[INFO] [stderr] 26 + use alloc::fmt;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Formatter` in `__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `Formatter` in `__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::fmt::Formatter;
[INFO] [stderr] |
[INFO] [stderr] 26 + use alloc::fmt::Formatter;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this tuple variant
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::result::Result::Ok;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this unit struct
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::marker::PhantomData;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Option` in `__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `Option` in `__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this enum
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::option::Option;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this tuple variant
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::option::Option::Some;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0531]: cannot find unit struct, unit variant or constant `None` in module `_serde::__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this unit variant
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::option::Option::None;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private228`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_str_helpers-0.1.2/src/lib.rs:67:10
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(serde_derive::Deserialize)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `serde_derive::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this tuple variant
[INFO] [stderr] |
[INFO] [stderr] 26 + use core::result::Result::Err;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0531.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `serde_str_helpers` (lib) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "7568680d22029414bb83943a22ef8db2c3c73f21930853e008a0adbbc632ff21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7568680d22029414bb83943a22ef8db2c3c73f21930853e008a0adbbc632ff21", kill_on_drop: false }`
[INFO] [stdout] 7568680d22029414bb83943a22ef8db2c3c73f21930853e008a0adbbc632ff21