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.99.0-nightly (d0babd8b6 2026-07-15)
# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )
# 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" "e307a3652345f552a7efa4e79fffd66098defc901cf7973192a2e627e0195af2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "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=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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 generic-array v0.14.7 [INFO] [stderr] Checking ron v0.7.1 [INFO] [stderr] Checking rand v0.9.5 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking rust-ini v0.18.0 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | #![cfg_attr(docsrs, feature(doc_auto_cfg))] [INFO] [stderr] | ^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in 1.92.0; see <https://github.com/rust-lang/rust/pull/138907> for more information [INFO] [stderr] = note: merged into `doc_cfg` [INFO] [stderr] [INFO] [stderr] Compiling async-trait v0.1.91 [INFO] [stderr] Checking serde_bytes v0.11.19 [INFO] [stderr] error[E0433]: cannot find `de` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags::bitflags! { [INFO] [stderr] 4 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 5 | | pub struct Extensions: usize { [INFO] [stderr] 6 | | const UNWRAP_NEWTYPES = 0x1; [INFO] [stderr] ... | [INFO] [stderr] 10 | | } [INFO] [stderr] | |_^ could not find `de` in `__private229` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `bitflags::bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] error[E0405]: cannot find trait `Default` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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 trait [INFO] [stderr] | [INFO] [stderr] 1 + use std::default::Default; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private229` [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 module [INFO] [stderr] | [INFO] [stderr] 1 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private229` [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] 1 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Default` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Default` in `__private229` [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 trait [INFO] [stderr] | [INFO] [stderr] 1 + use std::default::Default; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + 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::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private229` [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] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/ser/mod.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private229` [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 module [INFO] [stderr] | [INFO] [stderr] 1 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private229` [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] 1 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + 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::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + 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::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private229` [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] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/extensions.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 1 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Default` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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 trait [INFO] [stderr] | [INFO] [stderr] 3 + use std::default::Default; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private229` [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 module [INFO] [stderr] | [INFO] [stderr] 3 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private229` [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] 3 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Default` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Default` in `__private229` [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 trait [INFO] [stderr] | [INFO] [stderr] 3 + use std::default::Default; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + 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::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private229` [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] 3 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/options.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Clone, Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private229` [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] 3 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Some errors have detailed explanations: E0405, E0425, E0433, E0531. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `ron` (lib) due to 44 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `generic-array` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e307a3652345f552a7efa4e79fffd66098defc901cf7973192a2e627e0195af2", kill_on_drop: false }`