[INFO] cloning repository https://github.com/YashBit/llm_marketplace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YashBit/llm_marketplace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYashBit%2Fllm_marketplace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYashBit%2Fllm_marketplace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 20ac2e4d7c2fc25189087515d8cb68c75cadbcb3
[INFO] checking YashBit/llm_marketplace against try#3fada14ee01d755dc8076e611f11bf65b28ffd21 for pr-154971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYashBit%2Fllm_marketplace" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/YashBit/llm_marketplace
[INFO] finished tweaking git repo https://github.com/YashBit/llm_marketplace
[INFO] tweaked toml for git repo https://github.com/YashBit/llm_marketplace written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YashBit/llm_marketplace on toolchain 3fada14ee01d755dc8076e611f11bf65b28ffd21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YashBit/llm_marketplace 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" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/dfinity/stable-structures.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pretty v0.10.0
[INFO] [stderr]   Downloaded candid_derive v0.5.0
[INFO] [stderr]   Downloaded candid v0.8.4
[INFO] [stderr]   Downloaded logos v0.12.1
[INFO] [stderr]   Downloaded beef v0.5.2
[INFO] [stderr]   Downloaded proc-macro2 v1.0.88
[INFO] [stderr]   Downloaded lalrpop-util v0.19.12
[INFO] [stderr]   Downloaded logos-derive v0.12.1
[INFO] [stderr]   Downloaded ic-cdk-macros v0.6.10
[INFO] [stderr]   Downloaded lalrpop v0.19.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fffaca450250bf18279ae5f0d004571fca05233cc21c5fc85cbd27d1f26909ce
[INFO] running `Command { std: "docker" "start" "-a" "fffaca450250bf18279ae5f0d004571fca05233cc21c5fc85cbd27d1f26909ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fffaca450250bf18279ae5f0d004571fca05233cc21c5fc85cbd27d1f26909ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fffaca450250bf18279ae5f0d004571fca05233cc21c5fc85cbd27d1f26909ce", kill_on_drop: false }`
[INFO] [stdout] fffaca450250bf18279ae5f0d004571fca05233cc21c5fc85cbd27d1f26909ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe12a110c0207f6453dcbdec44e97c45bd84ccc0ef3d12f1f0d0b694978db33f
[INFO] running `Command { std: "docker" "start" "-a" "fe12a110c0207f6453dcbdec44e97c45bd84ccc0ef3d12f1f0d0b694978db33f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling pretty v0.10.0
[INFO] [stderr]     Checking lalrpop-util v0.19.12
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking ic_principal v0.1.1
[INFO] [stderr]     Checking ic-stable-structures v0.6.5 (https://github.com/dfinity/stable-structures.git#5c2908e8)
[INFO] [stderr]     Checking stacker v0.1.17
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling lalrpop v0.19.12
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling candid_derive v0.6.4
[INFO] [stderr]    Compiling num_enum v0.6.1
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]    Compiling candid_derive v0.5.0
[INFO] [stderr]    Compiling num_enum v0.5.11
[INFO] [stderr]    Compiling logos v0.12.1
[INFO] [stderr]    Compiling binread v2.2.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling candid v0.8.4
[INFO] [stderr]     Checking serde_bytes v0.11.15
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]    Compiling serde_tokenstream v0.1.7
[INFO] [stderr]     Checking candid v0.9.11
[INFO] [stderr]    Compiling ic-cdk-macros v0.8.1
[INFO] [stderr]     Checking ic-cdk v0.11.6
[INFO] [stderr]    Compiling ic-cdk-macros v0.6.10
[INFO] [stderr]     Checking model_storage v0.2.0 (/opt/rustwide/workdir/backend/model_storage)
[INFO] [stdout] warning: unused imports: `post_upgrade` and `pre_upgrade`
[INFO] [stdout]  --> backend/model_storage/src/lib.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ic_cdk_macros::{init, post_upgrade, pre_upgrade, query, update};
[INFO] [stdout]   |                           ^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `post_upgrade` and `pre_upgrade`
[INFO] [stdout]  --> backend/model_storage/src/lib.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ic_cdk_macros::{init, post_upgrade, pre_upgrade, query, update};
[INFO] [stdout]   |                           ^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MemoryId` and `MemoryManager`
[INFO] [stdout]  --> backend/model_storage/src/lib.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ic_stable_structures::{memory_manager::{MemoryId, MemoryManager, VirtualMemory}, DefaultMemoryImpl, StableBTreeMap};
[INFO] [stdout]   |                                             ^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memory::Memory`
[INFO] [stdout]  --> backend/model_storage/src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use memory::Memory;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MemoryId` and `MemoryManager`
[INFO] [stdout]  --> backend/model_storage/src/lib.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ic_stable_structures::{memory_manager::{MemoryId, MemoryManager, VirtualMemory}, DefaultMemoryImpl, StableBTreeMap};
[INFO] [stdout]   |                                             ^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memory::Memory`
[INFO] [stdout]  --> backend/model_storage/src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use memory::Memory;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UPGRADES` is never used
[INFO] [stdout]  --> backend/model_storage/src/memory.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const UPGRADES: MemoryId = MemoryId::new(0);
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_upgrades_memory` is never used
[INFO] [stdout]   --> backend/model_storage/src/memory.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn get_upgrades_memory() -> Memory {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> backend/model_storage/src/lib.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn to_bytes(&self) -> Cow<[u8]> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn to_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UPGRADES` is never used
[INFO] [stdout]  --> backend/model_storage/src/memory.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const UPGRADES: MemoryId = MemoryId::new(0);
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_upgrades_memory` is never used
[INFO] [stdout]   --> backend/model_storage/src/memory.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn get_upgrades_memory() -> Memory {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> backend/model_storage/src/lib.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn to_bytes(&self) -> Cow<[u8]> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn to_bytes(&self) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s
[INFO] running `Command { std: "docker" "inspect" "fe12a110c0207f6453dcbdec44e97c45bd84ccc0ef3d12f1f0d0b694978db33f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe12a110c0207f6453dcbdec44e97c45bd84ccc0ef3d12f1f0d0b694978db33f", kill_on_drop: false }`
[INFO] [stdout] fe12a110c0207f6453dcbdec44e97c45bd84ccc0ef3d12f1f0d0b694978db33f
