[INFO] cloning repository https://github.com/sanket2904/hannah_code [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sanket2904/hannah_code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanket2904%2Fhannah_code", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanket2904%2Fhannah_code'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d929a7f49d5e894ad80225e6acdb013749f83e47 [INFO] testing sanket2904/hannah_code against master#1ddedbaa5919b7b3e70d984660e21e844c615c97 for pr-128400 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanket2904%2Fhannah_code" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sanket2904/hannah_code on toolchain 1ddedbaa5919b7b3e70d984660e21e844c615c97 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sanket2904/hannah_code [INFO] finished tweaking git repo https://github.com/sanket2904/hannah_code [INFO] tweaked toml for git repo https://github.com/sanket2904/hannah_code written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sanket2904/hannah_code 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" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ec94797d367c291ce3a07dfd06cd33e2461b553690d43cf2aa2a33d91392324 [INFO] running `Command { std: "docker" "start" "-a" "3ec94797d367c291ce3a07dfd06cd33e2461b553690d43cf2aa2a33d91392324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ec94797d367c291ce3a07dfd06cd33e2461b553690d43cf2aa2a33d91392324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ec94797d367c291ce3a07dfd06cd33e2461b553690d43cf2aa2a33d91392324", kill_on_drop: false }` [INFO] [stdout] 3ec94797d367c291ce3a07dfd06cd33e2461b553690d43cf2aa2a33d91392324 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a81471452065721a9c4e5d24f6fb72858c6cc2b38a9c02716b32fd782f64174 [INFO] running `Command { std: "docker" "start" "-a" "2a81471452065721a9c4e5d24f6fb72858c6cc2b38a9c02716b32fd782f64174", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling ai_functions v0.1.1 [INFO] [stderr] Compiling tokio v1.33.0 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling code_bot_hannah v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fmt::Error` [INFO] [stdout] --> src/apis/call_request.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{env, fmt::Error}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `reqwest::Client` [INFO] [stdout] --> src/models/agents/agent_architect.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use reqwest::Client; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `aifunc_architect::print_project_scope` [INFO] [stdout] --> src/models/agents_manager/mod.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{ai_functions::{aifunc_architect::print_project_scope, aifunc_managing::convert_user_input_to_goal}, helpers::general::ai_task... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `msg_context` [INFO] [stdout] --> src/models/agents/agent_architect.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | msg_context: String, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_msg_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `code_template` [INFO] [stdout] --> src/models/agents/agent_backend.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | let code_template = read_code_template(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_code_template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `code_template` [INFO] [stdout] --> src/models/agents/agent_backend.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let code_template = read_code_template(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_code_template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `agent_res` [INFO] [stdout] --> src/models/agents_manager/mod.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | let agent_res = agent.execute(&mut self.factsheet).await; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `run_backend_server` [INFO] [stdout] --> src/models/agents/agent_backend.rs:189:29 [INFO] [stdout] | [INFO] [stdout] 189 | let mut run_backend_server = Command::new("cargo") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_run_backend_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/models/agents/agent_backend.rs:189:25 [INFO] [stdout] | [INFO] [stdout] 189 | let mut run_backend_server = Command::new("cargo") [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Issue` is never constructed [INFO] [stdout] --> src/helpers/command_line.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum PrintCommand { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 10 | Issue, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PrintCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `save_api_endpoints` is never used [INFO] [stdout] --> src/helpers/general.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn save_api_endpoints(contents: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `get_objective`, `get_position`, `get_state`, and `get_memory` are never used [INFO] [stdout] --> src/models/agent_basic/basic_traits.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait BasicTraits { [INFO] [stdout] | ----------- associated items in this trait [INFO] [stdout] 5 | fn new(objective: String, position: String) -> Self; [INFO] [stdout] | ^^^ [INFO] [stdout] 6 | fn update_state(&mut self, state: AgentState); [INFO] [stdout] 7 | fn get_objective(&self) -> &String; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 8 | fn get_position(&self) -> &String; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 9 | fn get_state(&self) -> &AgentState; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 10 | fn get_memory(&self) -> &Vec; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_attributes_from_agents` is never used [INFO] [stdout] --> src/models/agents/agent_traits.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait SpecialFunctions: Debug { [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] 31 | fn get_attributes_from_agents(&self) -> &BasicAgent; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `attributes` is never read [INFO] [stdout] --> src/models/agents_manager/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct ManagingAgent { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 6 | attributes: BasicAgent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ManagingAgent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.14s [INFO] running `Command { std: "docker" "inspect" "2a81471452065721a9c4e5d24f6fb72858c6cc2b38a9c02716b32fd782f64174", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a81471452065721a9c4e5d24f6fb72858c6cc2b38a9c02716b32fd782f64174", kill_on_drop: false }` [INFO] [stdout] 2a81471452065721a9c4e5d24f6fb72858c6cc2b38a9c02716b32fd782f64174 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 578cb619d0b52aa813ae8b7bdbd192cd5d90e5d29a5381d45c6dabf596435c82 [INFO] running `Command { std: "docker" "start" "-a" "578cb619d0b52aa813ae8b7bdbd192cd5d90e5d29a5381d45c6dabf596435c82", kill_on_drop: false }` [INFO] [stderr] Compiling code_bot_hannah v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fmt::Error` [INFO] [stdout] --> src/apis/call_request.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{env, fmt::Error}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `extend_ai_functions` [INFO] [stdout] --> src/helpers/general.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | use super::{extend_ai_functions, ai_task_request}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `reqwest::Client` [INFO] [stdout] --> src/models/agents/agent_architect.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use reqwest::Client; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `aifunc_architect::print_project_scope` [INFO] [stdout] --> src/models/agents_manager/mod.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{ai_functions::{aifunc_architect::print_project_scope, aifunc_managing::convert_user_input_to_goal}, helpers::general::ai_task... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `msg_context` [INFO] [stdout] --> src/models/agents/agent_architect.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | msg_context: String, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_msg_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `code_template` [INFO] [stdout] --> src/models/agents/agent_backend.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | let code_template = read_code_template(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_code_template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `code_template` [INFO] [stdout] --> src/models/agents/agent_backend.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let code_template = read_code_template(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_code_template` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `agent_res` [INFO] [stdout] --> src/models/agents_manager/mod.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | let agent_res = agent.execute(&mut self.factsheet).await; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `run_backend_server` [INFO] [stdout] --> src/models/agents/agent_backend.rs:189:29 [INFO] [stdout] | [INFO] [stdout] 189 | let mut run_backend_server = Command::new("cargo") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_run_backend_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/models/agents/agent_backend.rs:189:25 [INFO] [stdout] | [INFO] [stdout] 189 | let mut run_backend_server = Command::new("cargo") [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Issue` is never constructed [INFO] [stdout] --> src/helpers/command_line.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum PrintCommand { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 10 | Issue, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PrintCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `save_api_endpoints` is never used [INFO] [stdout] --> src/helpers/general.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn save_api_endpoints(contents: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `get_objective`, `get_position`, `get_state`, and `get_memory` are never used [INFO] [stdout] --> src/models/agent_basic/basic_traits.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait BasicTraits { [INFO] [stdout] | ----------- associated items in this trait [INFO] [stdout] 5 | fn new(objective: String, position: String) -> Self; [INFO] [stdout] | ^^^ [INFO] [stdout] 6 | fn update_state(&mut self, state: AgentState); [INFO] [stdout] 7 | fn get_objective(&self) -> &String; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 8 | fn get_position(&self) -> &String; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 9 | fn get_state(&self) -> &AgentState; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 10 | fn get_memory(&self) -> &Vec; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_attributes_from_agents` is never used [INFO] [stdout] --> src/models/agents/agent_traits.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait SpecialFunctions: Debug { [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] 31 | fn get_attributes_from_agents(&self) -> &BasicAgent; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `attributes` is never read [INFO] [stdout] --> src/models/agents_manager/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct ManagingAgent { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 6 | attributes: BasicAgent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ManagingAgent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/apis/call_request.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | call_gpt(messages).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 34 | let _ = call_gpt(messages).await; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `Command { std: "docker" "inspect" "578cb619d0b52aa813ae8b7bdbd192cd5d90e5d29a5381d45c6dabf596435c82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "578cb619d0b52aa813ae8b7bdbd192cd5d90e5d29a5381d45c6dabf596435c82", kill_on_drop: false }` [INFO] [stdout] 578cb619d0b52aa813ae8b7bdbd192cd5d90e5d29a5381d45c6dabf596435c82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 30112d6e518ca1bbc0382a10354b9d64200e6dd5f63eeee54825294591de44c7 [INFO] running `Command { std: "docker" "start" "-a" "30112d6e518ca1bbc0382a10354b9d64200e6dd5f63eeee54825294591de44c7", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `fmt::Error` [INFO] [stderr] --> src/apis/call_request.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | use std::{env, fmt::Error}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `extend_ai_functions` [INFO] [stderr] --> src/helpers/general.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | use super::{extend_ai_functions, ai_task_request}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest::Client` [INFO] [stderr] --> src/models/agents/agent_architect.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use reqwest::Client; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `aifunc_architect::print_project_scope` [INFO] [stderr] --> src/models/agents_manager/mod.rs:1:28 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::{ai_functions::{aifunc_architect::print_project_scope, aifunc_managing::convert_user_input_to_goal}, helpers::general::ai_task... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `msg_context` [INFO] [stderr] --> src/models/agents/agent_architect.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | msg_context: String, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_msg_context` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `code_template` [INFO] [stderr] --> src/models/agents/agent_backend.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | let code_template = read_code_template(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_code_template` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `code_template` [INFO] [stderr] --> src/models/agents/agent_backend.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | let code_template = read_code_template(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_code_template` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `agent_res` [INFO] [stderr] --> src/models/agents_manager/mod.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | let agent_res = agent.execute(&mut self.factsheet).await; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_res` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `run_backend_server` [INFO] [stderr] --> src/models/agents/agent_backend.rs:189:29 [INFO] [stderr] | [INFO] [stderr] 189 | let mut run_backend_server = Command::new("cargo") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_run_backend_server` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/models/agents/agent_backend.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | let mut run_backend_server = Command::new("cargo") [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `Issue` is never constructed [INFO] [stderr] --> src/helpers/command_line.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum PrintCommand { [INFO] [stderr] | ------------ variant in this enum [INFO] [stderr] ... [INFO] [stderr] 10 | Issue, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `PrintCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `save_api_endpoints` is never used [INFO] [stderr] --> src/helpers/general.rs:60:8 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn save_api_endpoints(contents: &str) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated items `new`, `get_objective`, `get_position`, `get_state`, and `get_memory` are never used [INFO] [stderr] --> src/models/agent_basic/basic_traits.rs:5:8 [INFO] [stderr] | [INFO] [stderr] 4 | pub trait BasicTraits { [INFO] [stderr] | ----------- associated items in this trait [INFO] [stderr] 5 | fn new(objective: String, position: String) -> Self; [INFO] [stderr] | ^^^ [INFO] [stderr] 6 | fn update_state(&mut self, state: AgentState); [INFO] [stderr] 7 | fn get_objective(&self) -> &String; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 8 | fn get_position(&self) -> &String; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 9 | fn get_state(&self) -> &AgentState; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 10 | fn get_memory(&self) -> &Vec; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `get_attributes_from_agents` is never used [INFO] [stderr] --> src/models/agents/agent_traits.rs:31:8 [INFO] [stderr] | [INFO] [stderr] 30 | pub trait SpecialFunctions: Debug { [INFO] [stderr] | ---------------- method in this trait [INFO] [stderr] 31 | fn get_attributes_from_agents(&self) -> &BasicAgent; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `attributes` is never read [INFO] [stderr] --> src/models/agents_manager/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct ManagingAgent { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] 6 | attributes: BasicAgent, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ManagingAgent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/apis/call_request.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | call_gpt(messages).await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 34 | let _ = call_gpt(messages).await; [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `code_bot_hannah` (bin "code_bot_hannah" test) generated 16 warnings (run `cargo fix --bin "code_bot_hannah" --tests` to apply 5 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/code_bot_hannah-57df9f80cf0b3b58) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test apis::call_request::tests::test_call_gpt ... FAILED [INFO] [stdout] test helpers::general::test::test_extend_ai_functions ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- apis::call_request::tests::test_call_gpt stdout ---- [INFO] [stdout] thread 'apis::call_request::tests::test_call_gpt' panicked at src/apis/call_request.rs:6:46: [INFO] [stdout] OPENAI_API_KEY not found: NotPresent [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559b15577fb5 - std::backtrace_rs::backtrace::libunwind::trace::hdfc9607bf31dbc86 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x559b15577fb5 - std::backtrace_rs::backtrace::trace_unsynchronized::h835e0ca3083fcb54 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559b15577fb5 - std::sys::backtrace::_print_fmt::hf81d1bed8dde1f05 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x559b15577fb5 - ::fmt::h0e21387e4dc195e8 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x559b155a23db - core::fmt::rt::Argument::fmt::hf0a2360aea19729b [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x559b155a23db - core::fmt::write::h76a391ed15942408 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x559b1557475f - std::io::Write::write_fmt::h3a6701c05eae4e21 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x559b155797d1 - std::sys::backtrace::BacktraceLock::print::hfbac027926ddf935 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x559b155797d1 - std::panicking::default_hook::{{closure}}::h901010a60b64ccc3 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x559b15579378 - std::panicking::default_hook::had7425277af071c7 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x559b15142c3a - as core::ops::function::Fn>::call::h0e74b18ddebb72fa [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 11: 0x559b15142c3a - test::test_main::{{closure}}::he27b357a2172d646 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x559b1557a0df - as core::ops::function::Fn>::call::ha2e26086c015e62d [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 13: 0x559b1557a0df - std::panicking::rust_panic_with_hook::hac0e92610e1e4d1b [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x559b15579d07 - std::panicking::begin_panic_handler::{{closure}}::h1fb6563ca25c0091 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:671:13 [INFO] [stdout] 15: 0x559b15578479 - std::sys::backtrace::__rust_end_short_backtrace::he90d714ee124ec57 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x559b15579994 - rust_begin_unwind [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x559b155a0813 - core::panicking::panic_fmt::h2c076b2ed9eeb82c [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x559b155a0dc6 - core::result::unwrap_failed::h0be6dd1a77884bef [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/result.rs:1679:5 [INFO] [stdout] 19: 0x559b151009a6 - core::result::Result::expect::h66f01b2ff9a69ca7 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/result.rs:1059:23 [INFO] [stdout] 20: 0x559b15105339 - code_bot_hannah::apis::call_request::call_gpt::{{closure}}::h71a13920308dc1fc [INFO] [stdout] at /opt/rustwide/workdir/src/apis/call_request.rs:6:19 [INFO] [stdout] 21: 0x559b150f6cfa - code_bot_hannah::apis::call_request::tests::test_call_gpt::{{closure}}::hcfa5ef7dc95f3e0a [INFO] [stdout] at /opt/rustwide/workdir/src/apis/call_request.rs:34:28 [INFO] [stdout] 22: 0x559b15108962 - as core::future::future::Future>::poll::h798a853b1be691b6 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/future/future.rs:123:9 [INFO] [stdout] 23: 0x559b1510891d - as core::future::future::Future>::poll::h27492caf6d84034c [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/future/future.rs:123:9 [INFO] [stdout] 24: 0x559b151034df - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h2acec3a904e77d44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:57 [INFO] [stdout] 25: 0x559b15103425 - tokio::runtime::coop::with_budget::hafd563b1b06404f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 26: 0x559b15103425 - tokio::runtime::coop::budget::hd0e54bd112d2be9e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 27: 0x559b15103425 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hd82650a17df4def1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25 [INFO] [stdout] 28: 0x559b151021c0 - tokio::runtime::scheduler::current_thread::Context::enter::h9a04ee1bd4a87038 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19 [INFO] [stdout] 29: 0x559b15102c7e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc7db93f1eefabc01 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:36 [INFO] [stdout] 30: 0x559b151029f4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h23ad2a0759c987b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68 [INFO] [stdout] 31: 0x559b150f351b - tokio::runtime::context::scoped::Scoped::set::h53ab20b8cd757d9e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x559b15101789 - tokio::runtime::context::set_scheduler::{{closure}}::h3c846c3cd75e6cda [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:26 [INFO] [stdout] 33: 0x559b15106a6a - std::thread::local::LocalKey::try_with::h5a664fa3ccb0a25f [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/local.rs:283:12 [INFO] [stdout] 34: 0x559b1510644a - std::thread::local::LocalKey::with::h200d23605fb08b51 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/local.rs:260:9 [INFO] [stdout] 35: 0x559b1510173d - tokio::runtime::context::set_scheduler::hd3affa8dd484d664 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:9 [INFO] [stdout] 36: 0x559b151027a0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h22504393e5d36d36 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27 [INFO] [stdout] 37: 0x559b15102a13 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h7f9fd375fc4dc7af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:19 [INFO] [stdout] 38: 0x559b15101a0d - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hedf167ab2741fc8c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:28 [INFO] [stdout] 39: 0x559b150f3866 - tokio::runtime::context::runtime::enter_runtime::ha07885f7d3df7415 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x559b15101921 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h9137715f92b04faf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 41: 0x559b1510838d - tokio::runtime::runtime::Runtime::block_on::hc9dff4255bcbb5fa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/runtime.rs:348:47 [INFO] [stdout] 42: 0x559b150f69a1 - code_bot_hannah::apis::call_request::tests::test_call_gpt::h0e4921f356543748 [INFO] [stdout] at /opt/rustwide/workdir/src/apis/call_request.rs:34:9 [INFO] [stdout] 43: 0x559b150f6847 - code_bot_hannah::apis::call_request::tests::test_call_gpt::{{closure}}::h24ec16ae61341ae5 [INFO] [stdout] at /opt/rustwide/workdir/src/apis/call_request.rs:29:29 [INFO] [stdout] 44: 0x559b150edf16 - core::ops::function::FnOnce::call_once::h6cb5d7614119fc18 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x559b1514770b - core::ops::function::FnOnce::call_once::hca6bde12b6a630f1 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x559b1514770b - test::__rust_begin_short_backtrace::h12810d14a702ebbc [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:620:18 [INFO] [stdout] 47: 0x559b15146fd5 - test::run_test_in_process::{{closure}}::h59541574124f7772 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:643:60 [INFO] [stdout] 48: 0x559b15146fd5 - as core::ops::function::FnOnce<()>>::call_once::h21b81f6278222813 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 49: 0x559b15146fd5 - std::panicking::try::do_call::h95caa0508e76e60a [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:554:40 [INFO] [stdout] 50: 0x559b15146fd5 - std::panicking::try::ha936e1facd3a2c2c [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:518:19 [INFO] [stdout] 51: 0x559b15146fd5 - std::panic::catch_unwind::h5528768c35d92b58 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panic.rs:345:14 [INFO] [stdout] 52: 0x559b15146fd5 - test::run_test_in_process::h90d0fae4cc0656ab [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:643:27 [INFO] [stdout] 53: 0x559b15146fd5 - test::run_test::{{closure}}::hd832ed1086168438 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:564:43 [INFO] [stdout] 54: 0x559b1510c8a4 - test::run_test::{{closure}}::h9fadb9f2ff3418ff [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:594:41 [INFO] [stdout] 55: 0x559b1510c8a4 - std::sys::backtrace::__rust_begin_short_backtrace::h83762f6f2409a243 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 56: 0x559b15110072 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h30150ce916fdd544 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/mod.rs:524:17 [INFO] [stdout] 57: 0x559b15110072 - as core::ops::function::FnOnce<()>>::call_once::hc325bc97006a5368 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 58: 0x559b15110072 - std::panicking::try::do_call::h3c463856408c67a4 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:554:40 [INFO] [stdout] 59: 0x559b15110072 - std::panicking::try::h692f72559df6d3bf [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:518:19 [INFO] [stdout] 60: 0x559b15110072 - std::panic::catch_unwind::h1dcc0ad4c36d774e [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panic.rs:345:14 [INFO] [stdout] 61: 0x559b15110072 - std::thread::Builder::spawn_unchecked_::{{closure}}::hc95846b45d8ce7ce [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/mod.rs:523:30 [INFO] [stdout] 62: 0x559b15110072 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h802463e6db21440a [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x559b1557e8bb - as core::ops::function::FnOnce>::call_once::h186f3f12fe64acb3 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 64: 0x559b1557e8bb - as core::ops::function::FnOnce>::call_once::h58b0e3febdb462cc [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 65: 0x559b1557e8bb - std::sys::pal::unix::thread::Thread::new::thread_start::h146ca4d6d16f256f [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 66: 0x7f892a0feac3 - [INFO] [stdout] 67: 0x7f892a18fa04 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- helpers::general::test::test_extend_ai_functions stdout ---- [INFO] [stdout] Agent Managing Agent: [INFO] [stdout] Defining user requirements [INFO] [stdout] thread 'helpers::general::test::test_extend_ai_functions' panicked at src/apis/call_request.rs:6:46: [INFO] [stdout] OPENAI_API_KEY not found: NotPresent [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559b15577fb5 - std::backtrace_rs::backtrace::libunwind::trace::hdfc9607bf31dbc86 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x559b15577fb5 - std::backtrace_rs::backtrace::trace_unsynchronized::h835e0ca3083fcb54 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559b15577fb5 - std::sys::backtrace::_print_fmt::hf81d1bed8dde1f05 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x559b15577fb5 - ::fmt::h0e21387e4dc195e8 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x559b155a23db - core::fmt::rt::Argument::fmt::hf0a2360aea19729b [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x559b155a23db - core::fmt::write::h76a391ed15942408 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x559b1557475f - std::io::Write::write_fmt::h3a6701c05eae4e21 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x559b155797d1 - std::sys::backtrace::BacktraceLock::print::hfbac027926ddf935 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x559b155797d1 - std::panicking::default_hook::{{closure}}::h901010a60b64ccc3 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x559b15579378 - std::panicking::default_hook::had7425277af071c7 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x559b15142c3a - as core::ops::function::Fn>::call::h0e74b18ddebb72fa [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 11: 0x559b15142c3a - test::test_main::{{closure}}::he27b357a2172d646 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x559b1557a0df - as core::ops::function::Fn>::call::ha2e26086c015e62d [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 13: 0x559b1557a0df - std::panicking::rust_panic_with_hook::hac0e92610e1e4d1b [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x559b15579d07 - std::panicking::begin_panic_handler::{{closure}}::h1fb6563ca25c0091 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:671:13 [INFO] [stdout] 15: 0x559b15578479 - std::sys::backtrace::__rust_end_short_backtrace::he90d714ee124ec57 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x559b15579994 - rust_begin_unwind [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x559b155a0813 - core::panicking::panic_fmt::h2c076b2ed9eeb82c [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x559b155a0dc6 - core::result::unwrap_failed::h0be6dd1a77884bef [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/result.rs:1679:5 [INFO] [stdout] 19: 0x559b151009a6 - core::result::Result::expect::h66f01b2ff9a69ca7 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/result.rs:1059:23 [INFO] [stdout] 20: 0x559b15105339 - code_bot_hannah::apis::call_request::call_gpt::{{closure}}::h71a13920308dc1fc [INFO] [stdout] at /opt/rustwide/workdir/src/apis/call_request.rs:6:19 [INFO] [stdout] 21: 0x559b150f61d4 - code_bot_hannah::helpers::general::ai_task_request::{{closure}}::heb68cd15c8d92828 [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/general.rs:22:65 [INFO] [stdout] 22: 0x559b151090a2 - code_bot_hannah::helpers::general::test::test_extend_ai_functions::{{closure}}::h5af29bb00a70d47a [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/general.rs:71:119 [INFO] [stdout] 23: 0x559b15108962 - as core::future::future::Future>::poll::h798a853b1be691b6 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/future/future.rs:123:9 [INFO] [stdout] 24: 0x559b1510891d - as core::future::future::Future>::poll::h27492caf6d84034c [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/future/future.rs:123:9 [INFO] [stdout] 25: 0x559b151034df - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h2acec3a904e77d44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:57 [INFO] [stdout] 26: 0x559b15103425 - tokio::runtime::coop::with_budget::hafd563b1b06404f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 27: 0x559b15103425 - tokio::runtime::coop::budget::hd0e54bd112d2be9e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 28: 0x559b15103425 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hd82650a17df4def1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25 [INFO] [stdout] 29: 0x559b151021c0 - tokio::runtime::scheduler::current_thread::Context::enter::h9a04ee1bd4a87038 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19 [INFO] [stdout] 30: 0x559b15102c7e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc7db93f1eefabc01 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:36 [INFO] [stdout] 31: 0x559b151029f4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h23ad2a0759c987b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68 [INFO] [stdout] 32: 0x559b150f351b - tokio::runtime::context::scoped::Scoped::set::h53ab20b8cd757d9e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 33: 0x559b15101789 - tokio::runtime::context::set_scheduler::{{closure}}::h3c846c3cd75e6cda [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:26 [INFO] [stdout] 34: 0x559b15106a6a - std::thread::local::LocalKey::try_with::h5a664fa3ccb0a25f [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/local.rs:283:12 [INFO] [stdout] 35: 0x559b1510644a - std::thread::local::LocalKey::with::h200d23605fb08b51 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/local.rs:260:9 [INFO] [stdout] 36: 0x559b1510173d - tokio::runtime::context::set_scheduler::hd3affa8dd484d664 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:9 [INFO] [stdout] 37: 0x559b151027a0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h22504393e5d36d36 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27 [INFO] [stdout] 38: 0x559b15102a13 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h7f9fd375fc4dc7af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:19 [INFO] [stdout] 39: 0x559b15101a0d - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hedf167ab2741fc8c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:28 [INFO] [stdout] 40: 0x559b150f3866 - tokio::runtime::context::runtime::enter_runtime::ha07885f7d3df7415 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 41: 0x559b15101921 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h9137715f92b04faf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 42: 0x559b1510838d - tokio::runtime::runtime::Runtime::block_on::hc9dff4255bcbb5fa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/runtime.rs:348:47 [INFO] [stdout] 43: 0x559b15108e91 - code_bot_hannah::helpers::general::test::test_extend_ai_functions::h4995393fe359d965 [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/general.rs:72:9 [INFO] [stdout] 44: 0x559b15108d37 - code_bot_hannah::helpers::general::test::test_extend_ai_functions::{{closure}}::ha0d4fdda664d8dee [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/general.rs:69:40 [INFO] [stdout] 45: 0x559b150edeb6 - core::ops::function::FnOnce::call_once::h468de7d397388f8f [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x559b1514770b - core::ops::function::FnOnce::call_once::hca6bde12b6a630f1 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x559b1514770b - test::__rust_begin_short_backtrace::h12810d14a702ebbc [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:620:18 [INFO] [stdout] 48: 0x559b15146fd5 - test::run_test_in_process::{{closure}}::h59541574124f7772 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:643:60 [INFO] [stdout] 49: 0x559b15146fd5 - as core::ops::function::FnOnce<()>>::call_once::h21b81f6278222813 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x559b15146fd5 - std::panicking::try::do_call::h95caa0508e76e60a [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:554:40 [INFO] [stdout] 51: 0x559b15146fd5 - std::panicking::try::ha936e1facd3a2c2c [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:518:19 [INFO] [stdout] 52: 0x559b15146fd5 - std::panic::catch_unwind::h5528768c35d92b58 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panic.rs:345:14 [INFO] [stdout] 53: 0x559b15146fd5 - test::run_test_in_process::h90d0fae4cc0656ab [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:643:27 [INFO] [stdout] 54: 0x559b15146fd5 - test::run_test::{{closure}}::hd832ed1086168438 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:564:43 [INFO] [stdout] 55: 0x559b1510c8a4 - test::run_test::{{closure}}::h9fadb9f2ff3418ff [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/test/src/lib.rs:594:41 [INFO] [stdout] 56: 0x559b1510c8a4 - std::sys::backtrace::__rust_begin_short_backtrace::h83762f6f2409a243 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 57: 0x559b15110072 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h30150ce916fdd544 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/mod.rs:524:17 [INFO] [stdout] 58: 0x559b15110072 - as core::ops::function::FnOnce<()>>::call_once::hc325bc97006a5368 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x559b15110072 - std::panicking::try::do_call::h3c463856408c67a4 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:554:40 [INFO] [stdout] 60: 0x559b15110072 - std::panicking::try::h692f72559df6d3bf [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:518:19 [INFO] [stdout] 61: 0x559b15110072 - std::panic::catch_unwind::h1dcc0ad4c36d774e [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panic.rs:345:14 [INFO] [stdout] 62: 0x559b15110072 - std::thread::Builder::spawn_unchecked_::{{closure}}::hc95846b45d8ce7ce [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/thread/mod.rs:523:30 [INFO] [stdout] 63: 0x559b15110072 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h802463e6db21440a [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x559b1557e8bb - as core::ops::function::FnOnce>::call_once::h186f3f12fe64acb3 [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 65: 0x559b1557e8bb - as core::ops::function::FnOnce>::call_once::h58b0e3febdb462cc [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 66: 0x559b1557e8bb - std::sys::pal::unix::thread::Thread::new::thread_start::h146ca4d6d16f256f [INFO] [stdout] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 67: 0x7f892a0feac3 - [INFO] [stdout] 68: 0x7f892a18fa04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] apis::call_request::tests::test_call_gpt [INFO] [stdout] helpers::general::test::test_extend_ai_functions [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin code_bot_hannah` [INFO] running `Command { std: "docker" "inspect" "30112d6e518ca1bbc0382a10354b9d64200e6dd5f63eeee54825294591de44c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30112d6e518ca1bbc0382a10354b9d64200e6dd5f63eeee54825294591de44c7", kill_on_drop: false }` [INFO] [stdout] 30112d6e518ca1bbc0382a10354b9d64200e6dd5f63eeee54825294591de44c7 [INFO] testing sanket2904/hannah_code against try#33f1d8bb92813a1bfc23c093c9f443ab09290307 for pr-128400 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanket2904%2Fhannah_code" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sanket2904/hannah_code on toolchain 33f1d8bb92813a1bfc23c093c9f443ab09290307 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sanket2904/hannah_code [INFO] finished tweaking git repo https://github.com/sanket2904/hannah_code [INFO] tweaked toml for git repo https://github.com/sanket2904/hannah_code written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sanket2904/hannah_code 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" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b25671c859e9d5019c9e943d1777189478b5fddb096f0b2417fd43922d59b47 [INFO] running `Command { std: "docker" "start" "-a" "2b25671c859e9d5019c9e943d1777189478b5fddb096f0b2417fd43922d59b47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b25671c859e9d5019c9e943d1777189478b5fddb096f0b2417fd43922d59b47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b25671c859e9d5019c9e943d1777189478b5fddb096f0b2417fd43922d59b47", kill_on_drop: false }` [INFO] [stdout] 2b25671c859e9d5019c9e943d1777189478b5fddb096f0b2417fd43922d59b47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+33f1d8bb92813a1bfc23c093c9f443ab09290307" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 006b870a84cb4f5fe98bee8b9c250d079251b85d9d693716932e40c86e0b2ab7 [INFO] running `Command { std: "docker" "start" "-a" "006b870a84cb4f5fe98bee8b9c250d079251b85d9d693716932e40c86e0b2ab7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling tokio v1.33.0 [INFO] [stderr] Compiling ai_functions v0.1.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `native-tls` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `openssl` (lib) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaDmVi8K/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "006b870a84cb4f5fe98bee8b9c250d079251b85d9d693716932e40c86e0b2ab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "006b870a84cb4f5fe98bee8b9c250d079251b85d9d693716932e40c86e0b2ab7", kill_on_drop: false }` [INFO] [stdout] 006b870a84cb4f5fe98bee8b9c250d079251b85d9d693716932e40c86e0b2ab7