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.88.0-nightly (d2b3dd7c1 2025-04-11)
# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/qust-0.1.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/qust-0.1.5/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250411-1.88.0-nightly-d2b3dd7c1\", \"--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] 306f9db08dedbbef9a538ee6e8ab114e419f25346c4a7b9fe402f2ce01147ad6 [INFO] running `Command { std: "docker" "start" "-a" "306f9db08dedbbef9a538ee6e8ab114e419f25346c4a7b9fe402f2ce01147ad6", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking qust-ds v0.1.6 [INFO] [stderr] error[E0425]: cannot find function `serialize_into` in crate `bincode` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/qust-ds-0.1.6/src/save.rs:145:18 [INFO] [stderr] | [INFO] [stderr] 145 | bincode::serialize_into(&mut f, self).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `deserialize_from` in crate `bincode` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/qust-ds-0.1.6/src/save.rs:155:34 [INFO] [stderr] | [INFO] [stderr] 155 | let res: Self = bincode::deserialize_from::<&mut BufReader<std::fs::File>, Self>(&mut f).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in `bincode` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `deserialize` in crate `bincode` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/qust-ds-0.1.6/src/save.rs:227:18 [INFO] [stderr] | [INFO] [stderr] 227 | bincode::deserialize(data).unwrap() [INFO] [stderr] | ^^^^^^^^^^^ not found in `bincode` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these functions [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_microseconds::deserialize; [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_microseconds_option::deserialize; [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_milliseconds::deserialize; [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_milliseconds_option::deserialize; [INFO] [stderr] | [INFO] [stderr] and 12 other candidates [INFO] [stderr] help: if you import `deserialize`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 227 - bincode::deserialize(data).unwrap() [INFO] [stderr] 227 + deserialize(data).unwrap() [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `deserialize` in crate `bincode` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/qust-ds-0.1.6/src/save.rs:239:14 [INFO] [stderr] | [INFO] [stderr] 239 | bincode::deserialize(data).unwrap() [INFO] [stderr] | ^^^^^^^^^^^ not found in `bincode` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these functions [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_microseconds::deserialize; [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_microseconds_option::deserialize; [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_milliseconds::deserialize; [INFO] [stderr] | [INFO] [stderr] 1 + use chrono::naive::serde::ts_milliseconds_option::deserialize; [INFO] [stderr] | [INFO] [stderr] and 12 other candidates [INFO] [stderr] help: if you import `deserialize`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 239 - bincode::deserialize(data).unwrap() [INFO] [stderr] 239 + deserialize(data).unwrap() [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `qust-ds` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "306f9db08dedbbef9a538ee6e8ab114e419f25346c4a7b9fe402f2ce01147ad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "306f9db08dedbbef9a538ee6e8ab114e419f25346c4a7b9fe402f2ce01147ad6", kill_on_drop: false }` [INFO] [stdout] 306f9db08dedbbef9a538ee6e8ab114e419f25346c4a7b9fe402f2ce01147ad6