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.98.0-nightly (31a9463c6 2026-05-25)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "cff356c044d471c884daf59a1a761d3d2ef08ba1eece2f9f27e72daa6485cc62" "/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=invocation-specific\", \"--resource-suffix\", \"-20260525-1.98.0-nightly-31a9463c6\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: derive [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling action-derive v0.0.13 [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub description: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / #[serde(rename(deserialize = "deprecationMessage"))] [INFO] [stderr] 8 | | pub deprecation_message: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | pub default: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub required: Option<bool>, [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/action-derive-0.0.13/src/manifest.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub description: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | pub icon: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | pub color: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | pub name: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub description: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | pub author: Option<String>, [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/action-derive-0.0.13/src/manifest.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | pub branding: Option<Branding>, [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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 this module [INFO] [stderr] | [INFO] [stderr] 1 + 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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 this module [INFO] [stderr] | [INFO] [stderr] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 this module [INFO] [stderr] | [INFO] [stderr] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Eq, Hash, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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 this module [INFO] [stderr] | [INFO] [stderr] 1 + 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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 1 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Default` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / #[serde(default)] [INFO] [stderr] 32 | | pub inputs: HashMap<String, Input>, [INFO] [stderr] | |______________________________________^ could not find `Default` in `__private228` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 1 + use std::default::Default; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::token::Default; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Default` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / #[serde(default)] [INFO] [stderr] 34 | | pub outputs: HashMap<String, Output>, [INFO] [stderr] | |________________________________________^ could not find `Default` in `__private228` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 1 + use std::default::Default; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::token::Default; [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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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 unit variants [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro2::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use proc_macro::Delimiter::None; [INFO] [stderr] | [INFO] [stderr] 1 + use syn::FieldMutability::None; [INFO] [stderr] | [INFO] [stderr] = and 3 other candidates [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 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::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 1 + 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/action-derive-0.0.13/src/manifest.rs:24:32 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(PartialEq, Eq, Debug, serde::Deserialize)] [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] 1 + 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 `action-derive` (lib) due to 65 previous errors [INFO] running `Command { std: "docker" "inspect" "cff356c044d471c884daf59a1a761d3d2ef08ba1eece2f9f27e72daa6485cc62", kill_on_drop: false }`