[INFO] fetching crate supply-chain-trust-example-crate-000009 1.0.219...
[INFO] testing supply-chain-trust-example-crate-000009-1.0.219 against 1.90.0 for beta-1.91-3
[INFO] extracting crate supply-chain-trust-example-crate-000009 1.0.219 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate supply-chain-trust-example-crate-000009 1.0.219
[INFO] finished tweaking crates.io crate supply-chain-trust-example-crate-000009 1.0.219
[INFO] tweaked toml for crates.io crate supply-chain-trust-example-crate-000009 1.0.219 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate supply-chain-trust-example-crate-000009 1.0.219 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding serde_derive v1.0.219 (available: v1.0.228)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b81a99182502ce58cbb019cfb5a9d42c1dafebae7a6c2f9456d159147a32acc9
[INFO] running `Command { std: "docker" "start" "-a" "b81a99182502ce58cbb019cfb5a9d42c1dafebae7a6c2f9456d159147a32acc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b81a99182502ce58cbb019cfb5a9d42c1dafebae7a6c2f9456d159147a32acc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b81a99182502ce58cbb019cfb5a9d42c1dafebae7a6c2f9456d159147a32acc9", kill_on_drop: false }`
[INFO] [stdout] b81a99182502ce58cbb019cfb5a9d42c1dafebae7a6c2f9456d159147a32acc9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c3f3746b84b8e62c5505b464a172a7ef2aca46bec48af2cca16a54aaa24308b
[INFO] running `Command { std: "docker" "start" "-a" "9c3f3746b84b8e62c5505b464a172a7ef2aca46bec48af2cca16a54aaa24308b", kill_on_drop: false }`
[INFO] [stderr]    Compiling supply-chain-trust-example-crate-000009 v1.0.219 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/private/de.rs:266:23
[INFO] [stdout]     |
[INFO] [stdout] 266 |         fn unexpected(&self) -> Unexpected {
[INFO] [stdout]     |                       ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |         fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/private/mod.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<str> {
[INFO] [stdout]    |                                   ^^^^^     -------- the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
[INFO] running `Command { std: "docker" "inspect" "9c3f3746b84b8e62c5505b464a172a7ef2aca46bec48af2cca16a54aaa24308b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c3f3746b84b8e62c5505b464a172a7ef2aca46bec48af2cca16a54aaa24308b", kill_on_drop: false }`
[INFO] [stdout] 9c3f3746b84b8e62c5505b464a172a7ef2aca46bec48af2cca16a54aaa24308b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 036e02a34511982e0ecb858a4d8354b6e798cb8932142afc3506d47fa86d2731
[INFO] running `Command { std: "docker" "start" "-a" "036e02a34511982e0ecb858a4d8354b6e798cb8932142afc3506d47fa86d2731", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/private/de.rs:266:23
[INFO] [stdout]     |
[INFO] [stdout] 266 |         fn unexpected(&self) -> Unexpected {
[INFO] [stdout]     |                       ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |         fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/private/mod.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<str> {
[INFO] [stdout]    |                                   ^^^^^     -------- the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling supply-chain-trust-example-crate-000009 v1.0.219 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/private/de.rs:266:23
[INFO] [stdout]     |
[INFO] [stdout] 266 |         fn unexpected(&self) -> Unexpected {
[INFO] [stdout]     |                       ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |         fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/private/mod.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<str> {
[INFO] [stdout]    |                                   ^^^^^     -------- the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.81s
[INFO] running `Command { std: "docker" "inspect" "036e02a34511982e0ecb858a4d8354b6e798cb8932142afc3506d47fa86d2731", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "036e02a34511982e0ecb858a4d8354b6e798cb8932142afc3506d47fa86d2731", kill_on_drop: false }`
[INFO] [stdout] 036e02a34511982e0ecb858a4d8354b6e798cb8932142afc3506d47fa86d2731
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] afc1b2c761523f89b3b707f712a3cab61dfcedb833420909e9ae34a637be9eaf
[INFO] running `Command { std: "docker" "start" "-a" "afc1b2c761523f89b3b707f712a3cab61dfcedb833420909e9ae34a637be9eaf", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/private/de.rs:266:23
[INFO] [stderr]     |
[INFO] [stderr] 266 |         fn unexpected(&self) -> Unexpected {
[INFO] [stderr]     |                       ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 266 |         fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/private/mod.rs:27:35
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<str> {
[INFO] [stderr]    |                                   ^^^^^     -------- the same lifetime is hidden here
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub fn from_utf8_lossy(bytes: &[u8]) -> Cow<'_, str> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `supply-chain-trust-example-crate-000009` (lib) generated 2 warnings
[INFO] [stderr] warning: `supply-chain-trust-example-crate-000009` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/supply_chain_trust_example_crate_000009-e644964632ae3075)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test ser::impls::test_format_u8 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests supply_chain_trust_example_crate_000009
[INFO] [stdout] 
[INFO] [stdout] running 68 tests
[INFO] [stdout] test src/de/mod.rs - de::DeserializeSeed (line 643) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::Error::custom (line 304) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::Expected (line 436) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::DeserializeOwned (line 590) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::VariantAccess::newtype_variant_seed (line 2081) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::DeserializeSeed (line 629) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::Visitor (line 1255) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::VariantAccess::unit_variant (line 2041) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::VariantAccess::struct_variant (line 2180) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::Visitor::expecting (line 1295) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::IntoDeserializer (line 2240) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::Unexpected (line 311) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::Deserializer::is_human_readable (line 1164) ... FAILED
[INFO] [stdout] test src/macros.rs - macros::forward_to_deserialize_any (line 50) ... FAILED
[INFO] [stdout] test src/macros.rs - macros::forward_to_deserialize_any (line 14) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeSeq (line 1453) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::DeserializeSeed (line 676) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::Expected (line 460) ... FAILED
[INFO] [stdout] test src/de/mod.rs - de::VariantAccess::tuple_variant (line 2137) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Error::custom (line 195) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeTupleStruct (line 1617) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeTupleVariant (line 1662) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::collect_str (line 1336) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::collect_map (line 1298) ... FAILED
[INFO] [stdout] test src/ser/impossible.rs - ser::impossible::Impossible (line 18) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeMap (line 1720) ... FAILED
[INFO] [stdout] test src/ser/fmt.rs - ser::fmt::&'_mutfmt::Formatter<'a> (line 20) ... FAILED
[INFO] [stdout] test src/de/ignored_any.rs - de::ignored_any::IgnoredAny (line 13) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_bool (line 398) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeStruct (line 1827) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeStructVariant (line 1885) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_i16 (line 442) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::is_human_readable (line 1404) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_bytes (line 715) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_i128 (line 500) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_map (line 1134) ... FAILED
[INFO] [stdout] test src/de/value.rs - de::value (line 4) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_newtype_variant (line 915) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::collect_seq (line 1263) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serialize::serialize (line 231) ... FAILED
[INFO] [stdout] test src/macros.rs - macros::forward_to_deserialize_any (line 81) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeTuple (line 1517) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_f32 (line 634) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_char (line 673) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_newtype_struct (line 887) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_struct_variant (line 1221) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_i8 (line 420) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_seq (line 953) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_f64 (line 652) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::SerializeTuple (line 1547) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_u128 (line 607) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_str (line 691) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_tuple_struct (line 1056) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_u32 (line 571) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_u16 (line 549) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_i64 (line 482) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_none (line 744) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_struct (line 1183) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_tuple (line 998) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_unit_struct (line 832) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_tuple_variant (line 1088) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_tuple (line 1028) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_unit (line 812) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_i32 (line 464) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_u8 (line 527) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_unit_variant (line 854) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_u64 (line 589) ... FAILED
[INFO] [stdout] test src/ser/mod.rs - ser::Serializer::serialize_some (line 777) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/de/mod.rs - de::DeserializeSeed (line 643) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:644:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::DeserializeSeed;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::Error::custom (line 304) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/de/mod.rs:317:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use serde::de::{self, Deserialize, Deserializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]   --> src/de/mod.rs:317:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use serde::de::{self, Deserialize, Deserializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::Expected (line 436) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:437:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, Unexpected, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:437:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, Unexpected, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::DeserializeOwned (line 590) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:591:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{Deserialize, DeserializeOwned};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::VariantAccess::newtype_variant_seed (line 2081) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:2082:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:2082:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::DeserializeSeed (line 629) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:630:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::Visitor (line 1255) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:1256:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, Unexpected, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:1256:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, Unexpected, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::VariantAccess::unit_variant (line 2041) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:2042:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:2042:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::VariantAccess::struct_variant (line 2180) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:2181:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:2181:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::Visitor::expecting (line 1295) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:1302:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | impl<'de> serde::de::Visitor<'de> for S {
[INFO] [stdout]   |           ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::de;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `de`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - impl<'de> serde::de::Visitor<'de> for S {
[INFO] [stdout] 9 + impl<'de> de::Visitor<'de> for S {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::IntoDeserializer (line 2240) stdout ----
[INFO] [stdout] error[E0463]: can't find crate for `serde`
[INFO] [stdout]  --> src/de/mod.rs:2245:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^ can't find crate
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:2241:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{value, Deserialize, IntoDeserializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0463.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::Unexpected (line 311) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:314:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::de::{self, Unexpected, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:314:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::de::{self, Unexpected, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::Deserializer::is_human_readable (line 1164) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/de/mod.rs:1194:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use serde::de::{self, Deserialize, Deserializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]   --> src/de/mod.rs:1194:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use serde::de::{self, Deserialize, Deserializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/macros.rs - macros::forward_to_deserialize_any (line 50) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/macros.rs:52:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::de::{value, Deserializer, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/macros.rs:51:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::forward_to_deserialize_any;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/macros.rs - macros::forward_to_deserialize_any (line 14) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/macros.rs:16:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::de::{value, Deserializer, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/macros.rs:15:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::forward_to_deserialize_any;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeSeq (line 1453) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/mod.rs:1472:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use serde::ser::{Serialize, SerializeSeq, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1478:56
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1478:63
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::DeserializeSeed (line 676) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:677:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{Deserialize, DeserializeSeed, Deserializer, SeqAccess, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `D`
[INFO] [stdout]   --> src/de/mod.rs:769:54
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn example<'de, D>(deserializer: D) -> Result<(), D::Error>
[INFO] [stdout]    |                                                      ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/de/mod.rs:697:56
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
[INFO] [stdout]    |                                                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Value` implemented for `ExtendVec<'a, T>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 23 -     fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
[INFO] [stdout] 23 +     fn deserialize<D>(self, deserializer: D) -> Result<<ExtendVec<'a, T> as Example>::Value, D::Error>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `D`
[INFO] [stdout]   --> src/de/mod.rs:697:72
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
[INFO] [stdout]    |                                                                        ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `A`
[INFO] [stdout]   --> src/de/mod.rs:715:64
[INFO] [stdout]    |
[INFO] [stdout] 41 |             fn visit_seq<A>(self, mut seq: A) -> Result<(), A::Error>
[INFO] [stdout]    |                                                                ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `A`
[INFO] [stdout]   --> src/de/mod.rs:752:60
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn visit_seq<A>(self, mut seq: A) -> Result<Vec<T>, A::Error>
[INFO] [stdout]    |                                                            ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0223, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::Expected (line 460) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:461:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:461:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/mod.rs - de::VariantAccess::tuple_variant (line 2137) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/mod.rs:2138:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/mod.rs:2138:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{self, value, DeserializeSeed, Visitor, VariantAccess, Unexpected};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Error::custom (line 195) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/mod.rs:204:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use serde::ser::{self, Serialize, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]   --> src/ser/mod.rs:204:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use serde::ser::{self, Serialize, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeTupleStruct (line 1617) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1618:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeTupleStruct, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeTupleVariant (line 1662) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1663:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeTupleVariant, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::collect_str (line 1336) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]   --> src/ser/mod.rs:1344:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use serde::{Serialize, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::collect_map (line 1298) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1299:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/impossible.rs - ser::impossible::Impossible (line 18) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/impossible.rs:19:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serializer, Impossible};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/impossible.rs:20:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::__private::doc::Error;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/impossible.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     serde::__serialize_unimplemented! {
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeMap (line 1720) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/mod.rs:1740:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use serde::ser::{Serialize, SerializeMap, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1747:56
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1747:63
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/fmt.rs - ser::fmt::&'_mutfmt::Formatter<'a> (line 20) stdout ----
[INFO] [stdout] error[E0463]: can't find crate for `serde`
[INFO] [stdout]  --> src/ser/fmt.rs:25:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Serialize)]
[INFO] [stdout]   |          ^^^^^^^^^ can't find crate
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/fmt.rs:21:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::Serialize;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0463.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/ignored_any.rs - de::ignored_any::IgnoredAny (line 13) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/ignored_any.rs:14:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/de/ignored_any.rs:14:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `D`
[INFO] [stdout]   --> src/de/ignored_any.rs:99:54
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn example<'de, D>(deserializer: D) -> Result<(), D::Error>
[INFO] [stdout]    |                                                      ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/de/ignored_any.rs:56:49
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error>
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Value` implemented for `NthElement<T>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 45 -     fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error>
[INFO] [stdout] 45 +     fn visit_seq<A>(self, mut seq: A) -> Result<<NthElement<T> as Example>::Value, A::Error>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `A`
[INFO] [stdout]   --> src/de/ignored_any.rs:56:65
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error>
[INFO] [stdout]    |                                                                 ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/de/ignored_any.rs:91:56
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
[INFO] [stdout]    |                                                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Value` implemented for `NthElement<T>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 80 -     fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
[INFO] [stdout] 80 +     fn deserialize<D>(self, deserializer: D) -> Result<<NthElement<T> as Example>::Value, D::Error>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `D`
[INFO] [stdout]   --> src/de/ignored_any.rs:91:72
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
[INFO] [stdout]    |                                                                        ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0223, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_bool (line 398) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:399:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:401:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:403:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for bool {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeStruct (line 1827) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1828:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeStruct, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeStructVariant (line 1885) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1886:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeStructVariant, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_i16 (line 442) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:443:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:445:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:447:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for i16 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::is_human_readable (line 1404) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]   --> src/ser/mod.rs:1419:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use serde::{Serialize, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_bytes (line 715) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:716:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serializer, SerializeSeq};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:717:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::__private::doc::Error;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/mod.rs:733:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     serde::__serialize_unimplemented! {
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_i128 (line 500) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:501:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:503:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:505:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for i128 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_map (line 1134) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/mod.rs:1154:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use serde::ser::{Serialize, SerializeMap, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1161:56
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1161:63
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/de/value.rs - de::value (line 4) stdout ----
[INFO] [stdout] error[E0463]: can't find crate for `serde`
[INFO] [stdout]  --> src/de/value.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^^^ can't find crate
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/de/value.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::de::{value, Deserialize, IntoDeserializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0463.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_newtype_variant (line 915) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:916:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::collect_seq (line 1263) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1264:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serialize::serialize (line 231) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:232:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeStruct, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/macros.rs - macros::forward_to_deserialize_any (line 81) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/macros.rs:83:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::de::{value, Deserializer, Visitor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/macros.rs:82:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::forward_to_deserialize_any;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Value` not found for `W`
[INFO] [stdout]   --> src/macros.rs:91:58
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn deserialize_any<W>(self, visitor: W) -> Result<W::Value, Self::Error>
[INFO] [stdout]    |                                                          ^^^^^ associated type `Value` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/macros.rs:91:65
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn deserialize_any<W>(self, visitor: W) -> Result<W::Value, Self::Error>
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 12 -     fn deserialize_any<W>(self, visitor: W) -> Result<W::Value, Self::Error>
[INFO] [stdout] 12 +     fn deserialize_any<W>(self, visitor: W) -> Result<W::Value, <MyDeserializer<V> as TryFrom>::Error>
[INFO] [stdout]    |
[INFO] [stdout] 12 -     fn deserialize_any<W>(self, visitor: W) -> Result<W::Value, Self::Error>
[INFO] [stdout] 12 +     fn deserialize_any<W>(self, visitor: W) -> Result<W::Value, <MyDeserializer<V> as TryInto>::Error>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0223, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeTuple (line 1517) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1518:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeTuple, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1534:56
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1534:63
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_f32 (line 634) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:635:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:637:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:639:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for f32 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_char (line 673) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:674:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:676:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:678:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for char {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_newtype_struct (line 887) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:888:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_struct_variant (line 1221) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1222:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeStructVariant, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_i8 (line 420) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:421:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:423:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:425:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for i8 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_seq (line 953) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/mod.rs:973:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use serde::ser::{Serialize, SerializeSeq, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:979:56
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:979:63
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_f64 (line 652) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:653:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:655:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:657:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for f64 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::SerializeTuple (line 1547) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   --> src/ser/mod.rs:1566:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use serde::ser::{Serialize, SerializeTuple, Serializer};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1578:56
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1578:63
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_u128 (line 607) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:608:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:610:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:612:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for u128 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_str (line 691) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:692:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:694:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:696:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for str {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_tuple_struct (line 1056) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1057:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeTupleStruct, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_u32 (line 571) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:572:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:574:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:576:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for u32 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_u16 (line 549) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:550:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:552:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:554:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for u16 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_i64 (line 482) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:483:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:485:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:487:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for i64 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_none (line 744) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:745:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:758:56
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:758:63
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_struct (line 1183) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1184:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeStruct, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_tuple (line 998) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:999:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeTuple, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1015:56
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:1015:63
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_unit_struct (line 832) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:833:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_tuple_variant (line 1088) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1089:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeTupleVariant, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_tuple (line 1028) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:1029:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::ser::{Serialize, SerializeTuple, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_unit (line 812) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:813:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:815:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:817:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for () {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_i32 (line 464) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:465:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:467:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:469:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for i32 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_u8 (line 527) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:528:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:530:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:532:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for u8 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_unit_variant (line 854) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:855:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_u64 (line 589) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:590:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::Serializer;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde`
[INFO] [stdout]  --> src/ser/mod.rs:592:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | serde::__private_serialize!();
[INFO] [stdout]   | ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Serialize` in this scope
[INFO] [stdout]  --> src/ser/mod.rs:594:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Serialize for u64 {
[INFO] [stdout]   |      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use supply_chain_trust_example_crate_000009::Serialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ser/mod.rs - ser::Serializer::serialize_some (line 777) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/ser/mod.rs:778:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:791:56
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                        ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `S`
[INFO] [stdout]   --> src/ser/mod.rs:791:63
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]    |                                                               ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/de/ignored_any.rs - de::ignored_any::IgnoredAny (line 13)
[INFO] [stdout]     src/de/mod.rs - de::DeserializeOwned (line 590)
[INFO] [stdout]     src/de/mod.rs - de::DeserializeSeed (line 629)
[INFO] [stdout]     src/de/mod.rs - de::DeserializeSeed (line 643)
[INFO] [stdout]     src/de/mod.rs - de::DeserializeSeed (line 676)
[INFO] [stdout]     src/de/mod.rs - de::Deserializer::is_human_readable (line 1164)
[INFO] [stdout]     src/de/mod.rs - de::Error::custom (line 304)
[INFO] [stdout]     src/de/mod.rs - de::Expected (line 436)
[INFO] [stdout]     src/de/mod.rs - de::Expected (line 460)
[INFO] [stdout]     src/de/mod.rs - de::IntoDeserializer (line 2240)
[INFO] [stdout]     src/de/mod.rs - de::Unexpected (line 311)
[INFO] [stdout]     src/de/mod.rs - de::VariantAccess::newtype_variant_seed (line 2081)
[INFO] [stdout]     src/de/mod.rs - de::VariantAccess::struct_variant (line 2180)
[INFO] [stdout]     src/de/mod.rs - de::VariantAccess::tuple_variant (line 2137)
[INFO] [stdout]     src/de/mod.rs - de::VariantAccess::unit_variant (line 2041)
[INFO] [stdout]     src/de/mod.rs - de::Visitor (line 1255)
[INFO] [stdout]     src/de/mod.rs - de::Visitor::expecting (line 1295)
[INFO] [stdout]     src/de/value.rs - de::value (line 4)
[INFO] [stdout]     src/macros.rs - macros::forward_to_deserialize_any (line 14)
[INFO] [stdout]     src/macros.rs - macros::forward_to_deserialize_any (line 50)
[INFO] [stdout]     src/macros.rs - macros::forward_to_deserialize_any (line 81)
[INFO] [stdout]     src/ser/fmt.rs - ser::fmt::&'_mutfmt::Formatter<'a> (line 20)
[INFO] [stdout]     src/ser/impossible.rs - ser::impossible::Impossible (line 18)
[INFO] [stdout]     src/ser/mod.rs - ser::Error::custom (line 195)
[INFO] [stdout]     src/ser/mod.rs - ser::Serialize::serialize (line 231)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeMap (line 1720)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeSeq (line 1453)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeStruct (line 1827)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeStructVariant (line 1885)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeTuple (line 1517)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeTuple (line 1547)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeTupleStruct (line 1617)
[INFO] [stdout]     src/ser/mod.rs - ser::SerializeTupleVariant (line 1662)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::collect_map (line 1298)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::collect_seq (line 1263)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::collect_str (line 1336)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::is_human_readable (line 1404)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_bool (line 398)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_bytes (line 715)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_char (line 673)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_f32 (line 634)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_f64 (line 652)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_i128 (line 500)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_i16 (line 442)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_i32 (line 464)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_i64 (line 482)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_i8 (line 420)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_map (line 1134)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_newtype_struct (line 887)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_newtype_variant (line 915)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_none (line 744)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_seq (line 953)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_some (line 777)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_str (line 691)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_struct (line 1183)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_struct_variant (line 1221)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_tuple (line 1028)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_tuple (line 998)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_tuple_struct (line 1056)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_tuple_variant (line 1088)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_u128 (line 607)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_u16 (line 549)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_u32 (line 571)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_u64 (line 589)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_u8 (line 527)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_unit (line 812)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_unit_struct (line 832)
[INFO] [stdout]     src/ser/mod.rs - ser::Serializer::serialize_unit_variant (line 854)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 68 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "afc1b2c761523f89b3b707f712a3cab61dfcedb833420909e9ae34a637be9eaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afc1b2c761523f89b3b707f712a3cab61dfcedb833420909e9ae34a637be9eaf", kill_on_drop: false }`
[INFO] [stdout] afc1b2c761523f89b3b707f712a3cab61dfcedb833420909e9ae34a637be9eaf
