[INFO] fetching crate mcai_models 0.0.1... [INFO] checking mcai_models-0.0.1 against try#279ba2cff36a3029611d32ee1b5c82559c565f69 for pr-87316 [INFO] extracting crate mcai_models 0.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate mcai_models 0.0.1 on toolchain 279ba2cff36a3029611d32ee1b5c82559c565f69 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mcai_models 0.0.1 [INFO] finished tweaking crates.io crate mcai_models 0.0.1 [INFO] tweaked toml for crates.io crate mcai_models 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate mcai_models 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded schemars_derive v0.8.0 [INFO] [stderr] Downloaded dyn-clone v1.0.3 [INFO] [stderr] Downloaded schemars v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de1511fa5904db5db814758a1536d19d8111164f2f3397f5172dfcf7e1666b95 [INFO] running `Command { std: "docker" "start" "-a" "de1511fa5904db5db814758a1536d19d8111164f2f3397f5172dfcf7e1666b95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de1511fa5904db5db814758a1536d19d8111164f2f3397f5172dfcf7e1666b95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de1511fa5904db5db814758a1536d19d8111164f2f3397f5172dfcf7e1666b95", kill_on_drop: false }` [INFO] [stdout] de1511fa5904db5db814758a1536d19d8111164f2f3397f5172dfcf7e1666b95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79a20ced59c12ee133ce0e74c65a20ad9973db52b1f4b79253f4b342e51d9282 [INFO] running `Command { std: "docker" "start" "-a" "79a20ced59c12ee133ce0e74c65a20ad9973db52b1f4b79253f4b342e51d9282", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling schemars v0.8.0 [INFO] [stderr] Checking dyn-clone v1.0.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking aho-corasick v0.7.14 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling schemars_derive v0.8.0 [INFO] [stderr] Checking serde_json v1.0.59 [INFO] [stderr] Checking mcai_models v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/filter.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/filter.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/filter.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/filter.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/interface_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/interface_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/interface_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/list_item.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/list_item.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/interface_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/media_segment.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/media_segment.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/list_item.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/list_item.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/media_segment.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/media_segment.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/parameter_type.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/parameter_type.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/requirement.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/requirement.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/parameter_type.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/parameter_type.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/right.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/right.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/right.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/right.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/select_input.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/select_input.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/requirement.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/requirement.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/right.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/right.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/right.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/right.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/start_parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/start_parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/select_input.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/select_input.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/start_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/start_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/start_parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/start_parameter.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/step.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/step.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/start_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/start_parameter_type.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/step_mode.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, PartialEq, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/step_mode.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, PartialEq, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/workflow_definition/mod.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/workflow_definition/mod.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/step.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/step.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/workflow_definition/mod.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/workflow_definition/mod.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/common/step_mode.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, PartialEq, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/common/step_mode.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Deserialize, JsonSchema, PartialEq, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/workflow_definition/mod.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/workflow_definition/mod.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/workflow_definition/mod.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/workflow_definition/mod.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Deserialize, JsonSchema, Serialize)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mcai_models` due to 33 previous errors [INFO] [stdout] error: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "79a20ced59c12ee133ce0e74c65a20ad9973db52b1f4b79253f4b342e51d9282", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79a20ced59c12ee133ce0e74c65a20ad9973db52b1f4b79253f4b342e51d9282", kill_on_drop: false }` [INFO] [stdout] 79a20ced59c12ee133ce0e74c65a20ad9973db52b1f4b79253f4b342e51d9282