[INFO] cloning repository https://github.com/capslock/stable-diffusion-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/capslock/stable-diffusion-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcapslock%2Fstable-diffusion-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcapslock%2Fstable-diffusion-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a4eeb68df3da4e5c2a869e78849dfea760d25699
[INFO] checking capslock/stable-diffusion-bot against try#bac5816c5f3d02cebd0599070af62d1782530294 for pr-150408
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcapslock%2Fstable-diffusion-bot" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/capslock/stable-diffusion-bot
[INFO] finished tweaking git repo https://github.com/capslock/stable-diffusion-bot
[INFO] tweaked toml for git repo https://github.com/capslock/stable-diffusion-bot written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/capslock/stable-diffusion-bot on toolchain bac5816c5f3d02cebd0599070af62d1782530294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/capslock/stable-diffusion-bot 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" "+bac5816c5f3d02cebd0599070af62d1782530294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5592d7a65a12b970f30736eff57092e0b98e494df2e85daad8522593ea31026
[INFO] running `Command { std: "docker" "start" "-a" "e5592d7a65a12b970f30736eff57092e0b98e494df2e85daad8522593ea31026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5592d7a65a12b970f30736eff57092e0b98e494df2e85daad8522593ea31026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5592d7a65a12b970f30736eff57092e0b98e494df2e85daad8522593ea31026", kill_on_drop: false }`
[INFO] [stdout] e5592d7a65a12b970f30736eff57092e0b98e494df2e85daad8522593ea31026
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e14b0ac4566f937270119a97f61c66895c9ae3adcc262da69717ef287307c60
[INFO] running `Command { std: "docker" "start" "-a" "5e14b0ac4566f937270119a97f61c66895c9ae3adcc262da69717ef287307c60", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling ahash v0.8.8
[INFO] [stderr]    Compiling syn v2.0.49
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking anyhow v1.0.79
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling tokio v1.38.2
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]     Checking inventory v0.3.15
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling darling_core v0.20.6
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]     Checking dyn-clone v1.0.16
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]    Compiling darling_macro v0.20.6
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling darling v0.20.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling typetag-impl v0.2.15
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]    Compiling pin-project v1.1.4
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking serde_with v2.3.3
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]     Checking erased-serde v0.4.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling erasable v1.2.1
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking typetag v0.2.15
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling yansi v1.0.0-rc.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking winnow v0.6.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking anstream v0.6.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking rc-box v1.2.0
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling pear_codegen v0.2.8
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking chrono v0.4.34
[INFO] [stderr]     Checking toml_edit v0.22.6
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]     Checking comfyui-api v0.2.1 (/opt/rustwide/workdir/crates/comfyui-api)
[INFO] [stderr]     Checking stable-diffusion-api v0.1.2 (/opt/rustwide/workdir/crates/stable-diffusion-api)
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]    Compiling figment v0.10.14
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stdout] error[E0308]: `?` operator has incompatible types
[INFO] [stdout]    --> crates/comfyui-api/src/models/prompt.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[typetag::serde(tag = "class_type", content = "inputs")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `models::prompt::Node + std::marker::Send + Sync`, found trait `models::prompt::Node`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `?` operator cannot convert from `Box<dyn models::prompt::Node + std::marker::Send + Sync>` to `Box<dyn models::prompt::Node>`
[INFO] [stdout]     = note: expected struct `Box<dyn models::prompt::Node>`
[INFO] [stdout]                found struct `Box<dyn models::prompt::Node + std::marker::Send + Sync>`
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `?` operator has incompatible types
[INFO] [stdout]    --> crates/comfyui-api/src/models/prompt.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[typetag::serde(tag = "class_type", content = "inputs")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `models::prompt::Node + std::marker::Send + Sync`, found trait `models::prompt::Node + std::marker::Send`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `?` operator cannot convert from `Box<dyn models::prompt::Node + std::marker::Send + Sync>` to `Box<dyn models::prompt::Node + std::marker::Send>`
[INFO] [stdout]     = note: expected struct `Box<dyn models::prompt::Node + std::marker::Send>`
[INFO] [stdout]                found struct `Box<dyn models::prompt::Node + std::marker::Send + Sync>`
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `?` operator has incompatible types
[INFO] [stdout]    --> crates/comfyui-api/src/models/prompt.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[typetag::serde(tag = "class_type", content = "inputs")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected trait `models::prompt::Node + std::marker::Send + Sync`, found trait `models::prompt::Node + Sync`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `?` operator cannot convert from `Box<dyn models::prompt::Node + std::marker::Send + Sync>` to `Box<dyn models::prompt::Node + Sync>`
[INFO] [stdout]     = note: expected struct `Box<dyn models::prompt::Node + Sync>`
[INFO] [stdout]                found struct `Box<dyn models::prompt::Node + std::marker::Send + Sync>`
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking takecell v0.1.1
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking strsim v0.11.0
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]     Checking teloxide-core v0.9.1
[INFO] [stderr]    Compiling aquamarine v0.1.12
[INFO] [stderr]     Checking clap_builder v4.5.1
[INFO] [stderr]     Checking pear v0.2.8
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking toml v0.8.10
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `comfyui-api` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5e14b0ac4566f937270119a97f61c66895c9ae3adcc262da69717ef287307c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e14b0ac4566f937270119a97f61c66895c9ae3adcc262da69717ef287307c60", kill_on_drop: false }`
[INFO] [stdout] 5e14b0ac4566f937270119a97f61c66895c9ae3adcc262da69717ef287307c60
