[INFO] fetching crate agcodex-mcp-types 0.1.0... [INFO] testing agcodex-mcp-types-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate agcodex-mcp-types 0.1.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate agcodex-mcp-types 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate agcodex-mcp-types 0.1.0 [INFO] tweaked toml for crates.io crate agcodex-mcp-types 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate agcodex-mcp-types 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate agcodex-mcp-types 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1bd011599d273fcf11855aa87579c4859e1953f8501672a8cbd1fb612a88d34 [INFO] running `Command { std: "docker" "start" "-a" "b1bd011599d273fcf11855aa87579c4859e1953f8501672a8cbd1fb612a88d34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1bd011599d273fcf11855aa87579c4859e1953f8501672a8cbd1fb612a88d34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1bd011599d273fcf11855aa87579c4859e1953f8501672a8cbd1fb612a88d34", kill_on_drop: false }` [INFO] [stdout] b1bd011599d273fcf11855aa87579c4859e1953f8501672a8cbd1fb612a88d34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f2cc8409dbb417cea310ad807040f9d60fe734abe438fcd5c56e35972fa8afa [INFO] running `Command { std: "docker" "start" "-a" "7f2cc8409dbb417cea310ad807040f9d60fe734abe438fcd5c56e35972fa8afa", kill_on_drop: false }` [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling ts-rs-macros v11.0.1 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling ts-rs v11.0.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling agcodex-mcp-types v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | pub arguments: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 98 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 101 | pub arguments: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | pub structured_content: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub elicitation: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:149:23 [INFO] [stdout] | [INFO] [stdout] 149 | pub experimental: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:153:19 [INFO] [stdout] | [INFO] [stdout] 153 | pub sampling: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | PingRequest(::Params), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 176 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 182 | PingRequest(::Params), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:212:12 [INFO] [stdout] | [INFO] [stdout] 212 | Result(Result), [INFO] [stdout] | ^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:239:20 [INFO] [stdout] | [INFO] [stdout] 239 | pub arguments: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:310:19 [INFO] [stdout] | [INFO] [stdout] 310 | pub metadata: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:310:19 [INFO] [stdout] | [INFO] [stdout] 298 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 310 | pub metadata: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:386:21 [INFO] [stdout] | [INFO] [stdout] 386 | pub properties: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:397:18 [INFO] [stdout] | [INFO] [stdout] 397 | pub content: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:453:20 [INFO] [stdout] | [INFO] [stdout] 453 | pub arguments: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:453:20 [INFO] [stdout] | [INFO] [stdout] 450 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 453 | pub arguments: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:552:15 [INFO] [stdout] | [INFO] [stdout] 552 | pub data: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:552:15 [INFO] [stdout] | [INFO] [stdout] 548 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 552 | pub data: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:573:17 [INFO] [stdout] | [INFO] [stdout] 573 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:573:17 [INFO] [stdout] | [INFO] [stdout] 567 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 573 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:584:17 [INFO] [stdout] | [INFO] [stdout] 584 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:584:17 [INFO] [stdout] | [INFO] [stdout] 577 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 584 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:593:17 [INFO] [stdout] | [INFO] [stdout] 593 | pub result: Result, [INFO] [stdout] | ^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:796:15 [INFO] [stdout] | [INFO] [stdout] 796 | pub data: serde_json::Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 847 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 851 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1034:17 [INFO] [stdout] | [INFO] [stdout] 1034 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1034:17 [INFO] [stdout] | [INFO] [stdout] 1030 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 1034 | pub params: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1179:22 [INFO] [stdout] | [INFO] [stdout] 1179 | pub completions: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1181:23 [INFO] [stdout] | [INFO] [stdout] 1181 | pub experimental: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1183:18 [INFO] [stdout] | [INFO] [stdout] 1183 | pub logging: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1179:22 [INFO] [stdout] | [INFO] [stdout] 1176 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 1179 | pub completions: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | ::Params, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1244:9 [INFO] [stdout] | [INFO] [stdout] 1244 | ::Params, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1248:9 [INFO] [stdout] | [INFO] [stdout] 1248 | ::Params, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1227 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 1236 | ::Params, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1269:12 [INFO] [stdout] | [INFO] [stdout] 1269 | Result(Result), [INFO] [stdout] | ^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1269:12 [INFO] [stdout] | [INFO] [stdout] 1265 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 1269 | Result(Result), [INFO] [stdout] | ^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1366:21 [INFO] [stdout] | [INFO] [stdout] 1366 | pub properties: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1366:21 [INFO] [stdout] | [INFO] [stdout] 1363 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 1366 | pub properties: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1376:21 [INFO] [stdout] | [INFO] [stdout] 1376 | pub properties: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Value: TS` is not satisfied [INFO] [stdout] --> src/lib.rs:1376:21 [INFO] [stdout] | [INFO] [stdout] 1373 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize, TS)] [INFO] [stdout] | -- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 1376 | pub properties: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `TS` is not implemented for `Value` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `TS`: [INFO] [stdout] &T [INFO] [stdout] () [INFO] [stdout] (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T10,) [INFO] [stdout] (T2, T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T3, T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T4, T5, T6, T7, T8, T9, T10) [INFO] [stdout] (T5, T6, T7, T8, T9, T10) [INFO] [stdout] and 188 others [INFO] [stdout] = note: required for `std::option::Option` to implement `TS` [INFO] [stdout] note: required by a bound in `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ts-rs-11.0.1/src/lib.rs:617:17 [INFO] [stdout] | [INFO] [stdout] 617 | fn visit(&mut self); [INFO] [stdout] | ^^ required by this bound in `TypeVisitor::visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `agcodex-mcp-types` (lib) due to 42 previous errors [INFO] running `Command { std: "docker" "inspect" "7f2cc8409dbb417cea310ad807040f9d60fe734abe438fcd5c56e35972fa8afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f2cc8409dbb417cea310ad807040f9d60fe734abe438fcd5c56e35972fa8afa", kill_on_drop: false }` [INFO] [stdout] 7f2cc8409dbb417cea310ad807040f9d60fe734abe438fcd5c56e35972fa8afa