[INFO] fetching crate kfl-ufo 0.0.0...
[INFO] checking kfl-ufo-0.0.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate kfl-ufo 0.0.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate kfl-ufo 0.0.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate kfl-ufo 0.0.0
[INFO] finished tweaking crates.io crate kfl-ufo 0.0.0
[INFO] tweaked toml for crates.io crate kfl-ufo 0.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded chumsky v0.8.0
[INFO] [stderr]   Downloaded kfl-plist v0.0.0
[INFO] [stderr]   Downloaded kfl-derive v0.0.19
[INFO] [stderr]   Downloaded kfl v0.0.16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c7d78bfa9ab29c6e6cdb95476bf5debc6c6474f7674399c064c62a1cc439fed0
[INFO] running `Command { std: "docker" "start" "-a" "c7d78bfa9ab29c6e6cdb95476bf5debc6c6474f7674399c064c62a1cc439fed0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c7d78bfa9ab29c6e6cdb95476bf5debc6c6474f7674399c064c62a1cc439fed0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7d78bfa9ab29c6e6cdb95476bf5debc6c6474f7674399c064c62a1cc439fed0", kill_on_drop: false }`
[INFO] [stdout] c7d78bfa9ab29c6e6cdb95476bf5debc6c6474f7674399c064c62a1cc439fed0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b802f0207d1c3c80a922db10d0870763930e29c3be441bd8a8b2a7b8307556d
[INFO] running `Command { std: "docker" "start" "-a" "9b802f0207d1c3c80a922db10d0870763930e29c3be441bd8a8b2a7b8307556d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking chumsky v0.8.0
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling kfl-derive v0.0.19
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking kfl v0.0.16
[INFO] [stderr]     Checking kfl-plist v0.0.0
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Decode)]
[INFO] [stdout]   |                 ^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `check_type` in module `kfl::decode`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Decode)]
[INFO] [stdout]   |                 ^^^^^^ not found in `kfl::decode`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `check_type` in module `kfl::decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ not found in `kfl::decode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `check_type` in module `kfl::decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ not found in `kfl::decode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `DecodePartial`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait DecodePartial<S: ErrorSpan>: Sized + Default {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `DecodePartial`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait DecodePartial<S: ErrorSpan>: Sized + Default {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Decode)]
[INFO] [stdout]   |                 ^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Element>: DecodePartial<_>`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]   = note: required for `Vec<Element>` to implement `DecodePartial<_>`
[INFO] [stdout]   = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `DecodePartial`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait DecodePartial<S: ErrorSpan>: Sized + Default {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Box<Element>>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Box<Element>` to implement `Decode<_>`
[INFO] [stdout]    = note: required for `Vec<Box<Element>>` to implement `DecodePartial<_>`
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Dict: DecodePartial<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Dict(#[kfl(flatten)] Box<Dict>),
[INFO] [stdout]    |                          ^^^^^^^^^ the trait `DecodePartial<_>` is not implemented for `Dict`, which is required by `Box<Dict>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Box<T>`
[INFO] [stdout]    = note: required for `Box<Dict>` to implement `DecodePartial<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Key: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub keys: Vec<Key>,
[INFO] [stdout]    |               ^^^^^^^^ the trait `Decode<_>` is not implemented for `Key`, which is required by `Vec<Key>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Key>` to implement `DecodePartial<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub values: Vec<Element>
[INFO] [stdout]    |                 ^^^^^^^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Element>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Element>` to implement `DecodePartial<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Key: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ the trait `Decode<_>` is not implemented for `Key`, which is required by `Vec<Key>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Key>` to implement `DecodePartial<_>`
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Element>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Element>` to implement `DecodePartial<_>`
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0277, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kfl-plist` (lib) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "9b802f0207d1c3c80a922db10d0870763930e29c3be441bd8a8b2a7b8307556d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b802f0207d1c3c80a922db10d0870763930e29c3be441bd8a8b2a7b8307556d", kill_on_drop: false }`
[INFO] [stdout] 9b802f0207d1c3c80a922db10d0870763930e29c3be441bd8a8b2a7b8307556d
[INFO] checking kfl-ufo-0.0.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate kfl-ufo 0.0.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate kfl-ufo 0.0.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate kfl-ufo 0.0.0
[INFO] finished tweaking crates.io crate kfl-ufo 0.0.0
[INFO] tweaked toml for crates.io crate kfl-ufo 0.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9669c2aaa390ac5ac6abfc46d2a59d9ec1a678b76c6f251f13641f88af25d6ec
[INFO] running `Command { std: "docker" "start" "-a" "9669c2aaa390ac5ac6abfc46d2a59d9ec1a678b76c6f251f13641f88af25d6ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9669c2aaa390ac5ac6abfc46d2a59d9ec1a678b76c6f251f13641f88af25d6ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9669c2aaa390ac5ac6abfc46d2a59d9ec1a678b76c6f251f13641f88af25d6ec", kill_on_drop: false }`
[INFO] [stdout] 9669c2aaa390ac5ac6abfc46d2a59d9ec1a678b76c6f251f13641f88af25d6ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 796a967801c151e5068db33d12ddcb7cab756310413d4939884db1fa2d93dd5a
[INFO] running `Command { std: "docker" "start" "-a" "796a967801c151e5068db33d12ddcb7cab756310413d4939884db1fa2d93dd5a", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking chumsky v0.8.0
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling kfl-derive v0.0.19
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking kfl v0.0.16
[INFO] [stderr]     Checking kfl-plist v0.0.0
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Decode)]
[INFO] [stdout]   |                 ^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `context` in `kfl`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ could not find `context` in `kfl`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `check_type` in module `kfl::decode`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Decode)]
[INFO] [stdout]   |                 ^^^^^^ not found in `kfl::decode`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `check_type` in module `kfl::decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ not found in `kfl::decode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `check_type` in module `kfl::decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ not found in `kfl::decode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `Decode`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait Decode<S: ErrorSpan>: Sized {
[INFO] [stdout]    |           ^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `DecodePartial`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait DecodePartial<S: ErrorSpan>: Sized + Default {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Node`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/ast.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Node<S> {
[INFO] [stdout]    |            ^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for enum `DecodeError`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: enum defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/errors.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub enum DecodeError<S: ErrorSpan> {
[INFO] [stdout]    |          ^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `DecodePartial`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout] 6  | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait DecodePartial<S: ErrorSpan>: Sized + Default {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Decode)]
[INFO] [stdout]   |                 ^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Element>: DecodePartial<_>`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]   = note: required for `Vec<Element>` to implement `DecodePartial<_>`
[INFO] [stdout]   = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `DecodePartial`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ expected 1 generic argument
[INFO] [stdout]    |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `S`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-0.0.16/src/traits.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub trait DecodePartial<S: ErrorSpan>: Sized + Default {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ -
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Debug, Decode)]
[INFO] [stdout]    |                 ^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Box<Element>>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Box<Element>` to implement `Decode<_>`
[INFO] [stdout]    = note: required for `Vec<Box<Element>>` to implement `DecodePartial<_>`
[INFO] [stdout]    = note: this error originates in the derive macro `Decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Dict: DecodePartial<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Dict(#[kfl(flatten)] Box<Dict>),
[INFO] [stdout]    |                          ^^^^^^^^^ the trait `DecodePartial<_>` is not implemented for `Dict`, which is required by `Box<Dict>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Box<T>`
[INFO] [stdout]    = note: required for `Box<Dict>` to implement `DecodePartial<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Key: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub keys: Vec<Key>,
[INFO] [stdout]    |               ^^^^^^^^ the trait `Decode<_>` is not implemented for `Key`, which is required by `Vec<Key>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Key>` to implement `DecodePartial<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub values: Vec<Element>
[INFO] [stdout]    |                 ^^^^^^^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Element>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Element>` to implement `DecodePartial<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Key: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ the trait `Decode<_>` is not implemented for `Key`, which is required by `Vec<Key>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Key>` to implement `DecodePartial<_>`
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Element: Decode<_>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/kfl-plist-0.0.0/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug, DecodePartial, Default)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ the trait `Decode<_>` is not implemented for `Element`, which is required by `Vec<Element>: DecodePartial<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `DecodePartial<S>` is implemented for `Vec<T>`
[INFO] [stdout]    = note: required for `Vec<Element>` to implement `DecodePartial<_>`
[INFO] [stdout]    = note: this error originates in the derive macro `DecodePartial` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0277, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kfl-plist` (lib) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "796a967801c151e5068db33d12ddcb7cab756310413d4939884db1fa2d93dd5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "796a967801c151e5068db33d12ddcb7cab756310413d4939884db1fa2d93dd5a", kill_on_drop: false }`
[INFO] [stdout] 796a967801c151e5068db33d12ddcb7cab756310413d4939884db1fa2d93dd5a
