scsys-core 0.3.2

core primitives and utilities for the scsys ecosystem
Documentation

Build #3357441 2026-05-23 01:08:00

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.97.0-nightly (e96c36b6f 2026-05-21)

# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )

# 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" "a1bcc6d7736c0a8757b96430010a737bab32d3ff7f78fd14d7033da42f108ccc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "full" "--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\", \"-20260521-1.97.0-nightly-e96c36b6f\", \"--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 rand_core v0.9.5 [INFO] [stderr] Checking serde_with v3.11.0 [INFO] [stderr] Checking scsys-time v0.3.2 [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | results: R::Results, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | index: usize, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | / /// The *core* part of the RNG, implementing the `generate` function. [INFO] [stderr] 130 | | pub core: R, [INFO] [stderr] | |_______________^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | size: u128, [INFO] [stderr] | ^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | timestamp: Timestamp<Ts>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `de` in `__private228` [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/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::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] 6 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 6 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::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] 6 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] 6 + use alloc::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::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] 6 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 6 + 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/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 6 + use std::result::Result::Ok; [INFO] [stderr] | [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/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 6 + use std::marker::PhantomData; [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/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 6 + use std::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/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 6 + use std::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/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 6 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 6 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 6 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 6 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 6 + use std::option::Option::Some; [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/scsys-time-0.3.2/src/epoch.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit struct [INFO] [stderr] | [INFO] [stderr] 6 + use std::marker::PhantomData; [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 `scsys-time` (lib) due to 15 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | results: R::Results, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | index: usize, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:288:5 [INFO] [stderr] | [INFO] [stderr] 288 | half_used: bool, // true if only half of the previous result is used [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:289:5 [INFO] [stderr] | [INFO] [stderr] 289 | / /// The *core* part of the RNG, implementing the `generate` function. [INFO] [stderr] 290 | | pub core: R, [INFO] [stderr] | |_______________^ could not find `de` in `__private228` [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/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `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] 56 + use crate::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 56 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `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] 56 + use crate::fmt; [INFO] [stderr] | [INFO] [stderr] 56 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `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] 56 + use crate::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 56 + use std::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/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::result::Result::Ok; [INFO] [stderr] | [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/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 56 + use std::marker::PhantomData; [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/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::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/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::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/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option::Some; [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/rand_core-0.9.5/src/block.rs:119:49 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit struct [INFO] [stderr] | [INFO] [stderr] 56 + use std::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/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `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] 56 + use crate::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 56 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `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] 56 + use crate::fmt; [INFO] [stderr] | [INFO] [stderr] 56 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `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] 56 + use crate::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 56 + use std::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/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::result::Result::Ok; [INFO] [stderr] | [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/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 56 + use std::marker::PhantomData; [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/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::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/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::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/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 56 + use std::option::Option::Some; [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/rand_core-0.9.5/src/block.rs:284:49 [INFO] [stderr] | [INFO] [stderr] 284 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit struct [INFO] [stderr] | [INFO] [stderr] 56 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not compile `rand_core` (lib) due to 33 previous errors [INFO] [stderr] error[E0599]: no variant, associated function, or constant named `deserialize` found for enum `core::result::Result<T, E>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.11.0/src/de/impls.rs:362:83 [INFO] [stderr] | [INFO] [stderr] 362 | match Result::<DeserializeAsWrap<T, TAs>, DeserializeAsWrap<E, EAs>>::deserialize( [INFO] [stderr] | ^^^^^^^^^^^ variant, associated function, or constant not found in `core::result::Result<de::DeserializeAsWrap<T, TAs>, de::DeserializeAsWrap<E, EAs>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `serialize` found for enum `core::result::Result<T, E>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.11.0/src/ser/impls.rs:325:14 [INFO] [stderr] | [INFO] [stderr] 321 | / source [INFO] [stderr] 322 | | .as_ref() [INFO] [stderr] 323 | | .map(SerializeAsWrap::<T, TAs>::new) [INFO] [stderr] 324 | | .map_err(SerializeAsWrap::<E, EAs>::new) [INFO] [stderr] 325 | | .serialize(serializer) [INFO] [stderr] | | -^^^^^^^^^ method not found in `core::result::Result<ser::SerializeAsWrap<'_, T, TAs>, ser::SerializeAsWrap<'_, E, EAs>>` [INFO] [stderr] | |_____________| [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `serde_with` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a1bcc6d7736c0a8757b96430010a737bab32d3ff7f78fd14d7033da42f108ccc", kill_on_drop: false }`