nvbit-model 0.0.38

NVIDIA NVBIT models for serialization and deserialization
Documentation

Build #4137271 2026-08-15 10:42:43

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 (d453bdd8f 2026-08-14)

# docs.rs version docsrs 0.0.0 (b67fb7d1993e3c70fff4d05e2bc482bd9d0d774f 2026-08-13 )

# 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" "314c9b5840e90a0474dded3d6141d0e8cb59010979c3732832d0942f6405a32f" "/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\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260814-1.99.0-nightly-d453bdd8f\", \"--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\"" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting nvbit-model v0.0.38 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/dim.rs:4:62 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, 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] --> src/dim.rs:4:62 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, 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[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/dim.rs:4:62 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, 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[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/dim.rs:109:62 [INFO] [stderr] | [INFO] [stderr] 109 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, 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] --> src/dim.rs:109:62 [INFO] [stderr] | [INFO] [stderr] 109 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, 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[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/dim.rs:109:62 [INFO] [stderr] | [INFO] [stderr] 109 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, 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[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:7:66 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:7:66 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:7:66 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:11:66 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:11:66 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:11:66 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:15:66 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:15:66 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:15:66 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:19:66 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:19:66 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:19:66 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:23:66 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:23:66 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:23:66 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:39:66 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:39:66 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:39:66 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:51:51 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Debug, PartialEq, PartialOrd, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:51:51 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Debug, PartialEq, PartialOrd, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:51:51 [INFO] [stderr] | [INFO] [stderr] 51 | #[derive(Debug, PartialEq, PartialOrd, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:91:79 [INFO] [stderr] | [INFO] [stderr] 91 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:91:79 [INFO] [stderr] | [INFO] [stderr] 91 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:91:79 [INFO] [stderr] | [INFO] [stderr] 91 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:106:83 [INFO] [stderr] | [INFO] [stderr] 106 | Debug, Default, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:106:83 [INFO] [stderr] | [INFO] [stderr] 106 | Debug, Default, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:106:83 [INFO] [stderr] | [INFO] [stderr] 106 | Debug, Default, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:118:79 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:118:79 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:118:79 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:125:79 [INFO] [stderr] | [INFO] [stderr] 125 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private229` [INFO] [stderr] --> src/lib.rs:125:79 [INFO] [stderr] | [INFO] [stderr] 125 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private229` [INFO] [stderr] --> src/lib.rs:125:79 [INFO] [stderr] | [INFO] [stderr] 125 | #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord, 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] 2 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not document `nvbit-model` [INFO] running `Command { std: "docker" "inspect" "314c9b5840e90a0474dded3d6141d0e8cb59010979c3732832d0942f6405a32f", kill_on_drop: false }`