[INFO] cloning repository https://github.com/michaelneale/goose-rust-port [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaelneale/goose-rust-port" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelneale%2Fgoose-rust-port", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelneale%2Fgoose-rust-port'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b7a94be71074f75601de7e44a05a2eccea9d30f8 [INFO] testing michaelneale/goose-rust-port against 1.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelneale%2Fgoose-rust-port" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelneale/goose-rust-port on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/michaelneale/goose-rust-port [INFO] finished tweaking git repo https://github.com/michaelneale/goose-rust-port [INFO] tweaked toml for git repo https://github.com/michaelneale/goose-rust-port written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/michaelneale/goose-rust-port 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" "+1.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-openai v0.17.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69b7418888ccc50cde83007616c44453a5252d7f30d442a1e8739e25b4553579 [INFO] running `Command { std: "docker" "start" "-a" "69b7418888ccc50cde83007616c44453a5252d7f30d442a1e8739e25b4553579", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69b7418888ccc50cde83007616c44453a5252d7f30d442a1e8739e25b4553579", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69b7418888ccc50cde83007616c44453a5252d7f30d442a1e8739e25b4553579", kill_on_drop: false }` [INFO] [stdout] 69b7418888ccc50cde83007616c44453a5252d7f30d442a1e8739e25b4553579 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a3b7de0d7ab070adbc95ebe49c124aaade7a7181f943904d336a6d0177f9dab [INFO] running `Command { std: "docker" "start" "-a" "6a3b7de0d7ab070adbc95ebe49c124aaade7a7181f943904d336a6d0177f9dab", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling litemap v0.7.3 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling cc v1.1.36 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling hashbrown v0.15.1 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling rustix v0.38.39 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.68 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling eventsource-stream v0.2.3 [INFO] [stderr] Compiling fd-lock v3.0.13 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling rustyline v12.0.0 [INFO] [stderr] Compiling ctrlc v3.4.5 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.68 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling tokio v1.41.0 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerofrom v0.1.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling async-convert v1.0.0 [INFO] [stderr] Compiling yoke v0.7.4 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling derive_builder v0.12.0 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.3 [INFO] [stderr] Compiling hyper v0.14.31 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling reqwest-eventsource v0.4.0 [INFO] [stderr] Compiling async-openai v0.17.1 [INFO] [stderr] Compiling rust-goose v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/exchange/openai.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | config::{Config, OpenAIConfig}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/toolkit/default.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tool` [INFO] [stdout] --> src/exchange/mod.rs:99:21 [INFO] [stdout] | [INFO] [stdout] 99 | let tool = Tool::new( [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tool` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_session` [INFO] [stdout] --> src/session/mod.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | pub async fn run(&mut self, new_session: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `async_openai::types::ChatCompletionRequestAssistantMessage::function_call` [INFO] [stdout] --> src/exchange/openai.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | function_call: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `provider` [INFO] [stdout] --> src/cli/config.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let provider = RECOMMENDED_DEFAULT_PROVIDER; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_provider` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `processor` [INFO] [stdout] --> src/cli/config.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | let processor = "gpt-4"; // TODO: Get from provider [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_processor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accelerator` [INFO] [stdout] --> src/cli/config.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let accelerator = "none"; // TODO: Get from provider [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accelerator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `log_level` [INFO] [stdout] --> src/main.rs:138:54 [INFO] [stdout] | [INFO] [stdout] 138 | SessionCommands::Resume { name, profile, log_level } => { [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `log_level: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tokens` [INFO] [stdout] --> src/main.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | SessionCommands::Stats { name, tokens, cost, all } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `tokens: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cost` [INFO] [stdout] --> src/main.rs:150:52 [INFO] [stdout] | [INFO] [stdout] 150 | SessionCommands::Stats { name, tokens, cost, all } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `cost: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:152:21 [INFO] [stdout] | [INFO] [stdout] 152 | let mut session = rust_goose::session::SessionLoop::new( [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s [INFO] running `Command { std: "docker" "inspect" "6a3b7de0d7ab070adbc95ebe49c124aaade7a7181f943904d336a6d0177f9dab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a3b7de0d7ab070adbc95ebe49c124aaade7a7181f943904d336a6d0177f9dab", kill_on_drop: false }` [INFO] [stdout] 6a3b7de0d7ab070adbc95ebe49c124aaade7a7181f943904d336a6d0177f9dab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fd7c9c3e560f262ddfb7dcaa8b3b570dfc9410276237bf304309775c9d2c3c6 [INFO] running `Command { std: "docker" "start" "-a" "7fd7c9c3e560f262ddfb7dcaa8b3b570dfc9410276237bf304309775c9d2c3c6", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/exchange/openai.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | config::{Config, OpenAIConfig}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/toolkit/default.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tool` [INFO] [stdout] --> src/exchange/mod.rs:99:21 [INFO] [stdout] | [INFO] [stdout] 99 | let tool = Tool::new( [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tool` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_session` [INFO] [stdout] --> src/session/mod.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | pub async fn run(&mut self, new_session: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `async_openai::types::ChatCompletionRequestAssistantMessage::function_call` [INFO] [stdout] --> src/exchange/openai.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | function_call: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `provider` [INFO] [stdout] --> src/cli/config.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let provider = RECOMMENDED_DEFAULT_PROVIDER; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_provider` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `processor` [INFO] [stdout] --> src/cli/config.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | let processor = "gpt-4"; // TODO: Get from provider [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_processor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accelerator` [INFO] [stdout] --> src/cli/config.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let accelerator = "none"; // TODO: Get from provider [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accelerator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `log_level` [INFO] [stdout] --> src/main.rs:138:54 [INFO] [stdout] | [INFO] [stdout] 138 | SessionCommands::Resume { name, profile, log_level } => { [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `log_level: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tokens` [INFO] [stdout] --> src/main.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | SessionCommands::Stats { name, tokens, cost, all } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `tokens: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cost` [INFO] [stdout] --> src/main.rs:150:52 [INFO] [stdout] | [INFO] [stdout] 150 | SessionCommands::Stats { name, tokens, cost, all } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `cost: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:152:21 [INFO] [stdout] | [INFO] [stdout] 152 | let mut session = rust_goose::session::SessionLoop::new( [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] [stderr] Compiling rust-goose v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ToolkitResult` [INFO] [stdout] --> tests/toolkit_integration.rs:2:42 [INFO] [stdout] | [INFO] [stdout] 2 | use rust_goose::toolkit::{Tool, Toolkit, ToolkitResult}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> tests/session_integration.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let mut session = Session::new( [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: unused variable: `log_level` [INFO] [stdout] --> src/main.rs:138:54 [INFO] [stdout] | [INFO] [stdout] 138 | SessionCommands::Resume { name, profile, log_level } => { [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `log_level: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tokens` [INFO] [stdout] --> src/main.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | SessionCommands::Stats { name, tokens, cost, all } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `tokens: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cost` [INFO] [stdout] --> src/main.rs:150:52 [INFO] [stdout] | [INFO] [stdout] 150 | SessionCommands::Stats { name, tokens, cost, all } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `cost: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:152:21 [INFO] [stdout] | [INFO] [stdout] 152 | let mut session = rust_goose::session::SessionLoop::new( [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: unused import: `Config` [INFO] [stdout] --> src/exchange/openai.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | config::{Config, OpenAIConfig}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/toolkit/default.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tool` [INFO] [stdout] --> src/exchange/mod.rs:99:21 [INFO] [stdout] | [INFO] [stdout] 99 | let tool = Tool::new( [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tool` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_session` [INFO] [stdout] --> src/session/mod.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | pub async fn run(&mut self, new_session: bool) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `async_openai::types::ChatCompletionRequestAssistantMessage::function_call` [INFO] [stdout] --> src/exchange/openai.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | function_call: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `provider` [INFO] [stdout] --> src/cli/config.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let provider = RECOMMENDED_DEFAULT_PROVIDER; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_provider` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `processor` [INFO] [stdout] --> src/cli/config.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | let processor = "gpt-4"; // TODO: Get from provider [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_processor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `accelerator` [INFO] [stdout] --> src/cli/config.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let accelerator = "none"; // TODO: Get from provider [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_accelerator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc5K7cBX/symbols.o" "/opt/rustwide/target/debug/deps/openai_integration-f9e61b05eaf7f174.openai_integration.bc9db54a457369fc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/openai_integration-f9e61b05eaf7f174.openai_integration.bc9db54a457369fc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/openai_integration-f9e61b05eaf7f174.1cumugxmkd3q7vwjz0aq86jkp.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libdotenv-50cfb425534a25ed.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-aa035fdca64e6492.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-094c0ce9f8c98ed9.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-aa0663517f777947.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-e1cd6e17fe237c71.rlib" "/opt/rustwide/target/debug/deps/librust_goose-2a77d68254ca3b20.rlib" "/opt/rustwide/target/debug/deps/libuuid-b743c0d77cee3651.rlib" "/opt/rustwide/target/debug/deps/libatty-39f40b657f217b73.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-85aa25a78f8e01d7.rlib" "/opt/rustwide/target/debug/deps/libunsafe_libyaml-cb75bca4c2622b18.rlib" "/opt/rustwide/target/debug/deps/libshellexpand-7da8d1be7906fdee.rlib" "/opt/rustwide/target/debug/deps/libdirs-f5cdbe727b43cea4.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-f210500d9b138430.rlib" "/opt/rustwide/target/debug/deps/liboption_ext-1501816b3106f187.rlib" "/opt/rustwide/target/debug/deps/libctrlc-b3b1a576622d04af.rlib" "/opt/rustwide/target/debug/deps/libnix-10eba34ca1620a92.rlib" "/opt/rustwide/target/debug/deps/librustyline-a9ceb3b58755bf68.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-3dd3c3e36081117c.rlib" "/opt/rustwide/target/debug/deps/libnix-06563ed911888bb0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-d3511f9afe014f87.rlib" "/opt/rustwide/target/debug/deps/libfd_lock-2873366953f4263f.rlib" "/opt/rustwide/target/debug/deps/librustix-718898ffe10d086e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e3f7c5486a00e38a.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-e828328f9118a1ee.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-5585deccba236fb6.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e2ab372fbd4616e0.rlib" "/opt/rustwide/target/debug/deps/libhome-c0ee3da211b823bf.rlib" "/opt/rustwide/target/debug/deps/libradix_trie-0ef70263780b60c3.rlib" "/opt/rustwide/target/debug/deps/libnibble_vec-795e4a87e419d6b8.rlib" "/opt/rustwide/target/debug/deps/libendian_type-4ac10cdf187d838f.rlib" "/opt/rustwide/target/debug/deps/libasync_openai-30a646d788613b3c.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-4a058983948fce6d.rlib" "/opt/rustwide/target/debug/deps/libbackoff-f403d48a0bfe9cea.rlib" "/opt/rustwide/target/debug/deps/libinstant-a51e70c2f65ddb36.rlib" "/opt/rustwide/target/debug/deps/libasync_convert-023faa6183a92a35.rlib" "/opt/rustwide/target/debug/deps/libderive_builder-cd67434130f043b8.rlib" "/opt/rustwide/target/debug/deps/librand-5741313e3b5c9ead.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-dd817a3b106dcf7e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a9a21bab6460d384.rlib" "/opt/rustwide/target/debug/deps/libzerocopy-b554b60b579d78d2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d36d73da0d12e75b.rlib" "/opt/rustwide/target/debug/deps/librand_core-967fe6cc96956239.rlib" "/opt/rustwide/target/debug/deps/libsecrecy-fa52afb66551680e.rlib" "/opt/rustwide/target/debug/deps/libzeroize-2f2642ea550ae970.rlib" "/opt/rustwide/target/debug/deps/libreqwest_eventsource-8e618a67701f0c57.rlib" "/opt/rustwide/target/debug/deps/libfutures_timer-7ba65e3faa7d6a1b.rlib" "/opt/rustwide/target/debug/deps/libreqwest-fc2f90e32899debb.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-50f6bb0f4f4145e8.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-a38426ec27901268.rlib" "/opt/rustwide/target/debug/deps/librustls_native_certs-ad273cd4b3ccb2a5.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-b4469f59e1b4f2e0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-111dcb0b3b714b0f.rlib" "/opt/rustwide/target/debug/deps/libbase64-c3b18b0672582aa9.rlib" "/opt/rustwide/target/debug/deps/libipnet-8bcb02e74b665020.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-5e1e5fd6076f2c5c.rlib" "/opt/rustwide/target/debug/deps/librustls-a2a5bd283fe7a291.rlib" "/opt/rustwide/target/debug/deps/libsct-09e3a7ab7ab14b24.rlib" "/opt/rustwide/target/debug/deps/libwebpki-d670a0b2edde39d8.rlib" "/opt/rustwide/target/debug/deps/libring-f0a9c3b22f8b7c1b.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-6bf8b231047a4c6c.rlib" "/opt/rustwide/target/debug/deps/libspin-cd45c3153bc4c74f.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-7588d7e252ced9d0.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-769073f1aea0b84b.rlib" "/opt/rustwide/target/debug/deps/libserde_json-c1bb081785b08938.rlib" "/opt/rustwide/target/debug/deps/libryu-bba83beca99dd7c0.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-16aa5bbf1ab4b99d.rlib" "/opt/rustwide/target/debug/deps/libunicase-33f63275c5ec20a7.rlib" "/opt/rustwide/target/debug/deps/libmime-566b615028bbb9d4.rlib" "/opt/rustwide/target/debug/deps/libhyper-51804b8fa6ed486f.rlib" "/opt/rustwide/target/debug/deps/libwant-3f13e9c0d2560241.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-f3f4362ed4ca7e4a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cb856626cec0ca.rlib" "/opt/rustwide/target/debug/deps/libh2-58e95d333ca7ed88.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c53597ffbf8b3cee.rlib" "/opt/rustwide/target/debug/deps/libequivalent-4d5cfde55792e26d.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c05d25aa0d182838.rlib" "/opt/rustwide/target/debug/deps/libtower_service-153488c259ad6c35.rlib" "/opt/rustwide/target/debug/deps/libtracing-a974cb689971ec69.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-6400ba166a8f0a8e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-6f631f2a5f71cecc.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-09d64565397517a3.rlib" "/opt/rustwide/target/debug/deps/libsync_wrapper-7e107893d08c1041.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-9c3017778d172c7a.rlib" "/opt/rustwide/target/debug/deps/liburl-00cef4c1962bb85f.rlib" "/opt/rustwide/target/debug/deps/libidna-c7221f1afcec5673.rlib" "/opt/rustwide/target/debug/deps/libidna_adapter-578bc3a021726bdd.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer-0b5bade374222d30.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer_data-762e61f43eae08c2.rlib" "/opt/rustwide/target/debug/deps/libwrite16-85fd16f27fd45657.rlib" "/opt/rustwide/target/debug/deps/libutf8_iter-fbf995b92c341ba3.rlib" "/opt/rustwide/target/debug/deps/libutf16_iter-83f8708e12b6535a.rlib" "/opt/rustwide/target/debug/deps/libicu_properties-f7bd044ed1cf48df.rlib" "/opt/rustwide/target/debug/deps/libicu_properties_data-52a01acc947e4a6d.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform-06e5f28d4f11d1f6.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform_data-38f8208716c2d35a.rlib" "/opt/rustwide/target/debug/deps/libicu_collections-91ff1fae9157aa2e.rlib" "/opt/rustwide/target/debug/deps/libicu_provider-80adffe996f92d5e.rlib" "/opt/rustwide/target/debug/deps/libicu_locid-37dbaaa813fb845b.rlib" "/opt/rustwide/target/debug/deps/liblitemap-6906881aa09013e0.rlib" "/opt/rustwide/target/debug/deps/libtinystr-e2497517ee0682c2.rlib" "/opt/rustwide/target/debug/deps/libzerovec-7b2032577b99e5bc.rlib" "/opt/rustwide/target/debug/deps/libwriteable-c63e282ed55b92df.rlib" "/opt/rustwide/target/debug/deps/libyoke-caad969a0428b871.rlib" "/opt/rustwide/target/debug/deps/libzerofrom-c3d3d73aef16ac48.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-3602560bab1848e8.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-533db7122d3ddfc5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88cba40a7181d984.rlib" "/opt/rustwide/target/debug/deps/libhttp-25e705323b38e800.rlib" "/opt/rustwide/target/debug/deps/libitoa-cde9c8f28780c780.rlib" "/opt/rustwide/target/debug/deps/libfnv-b4bd047f342dff07.rlib" "/opt/rustwide/target/debug/deps/libeventsource_stream-67d8124d0dd0d2d5.rlib" "/opt/rustwide/target/debug/deps/libnom-768e1a78634ba60f.rlib" "/opt/rustwide/target/debug/deps/libthiserror-f02692a0132aa3c9.rlib" "/opt/rustwide/target/debug/deps/libfutures-254c703e3efa4a0a.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-e0bf16f040aec072.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-ff864760bb8767c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a61794c77f52d343.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-306100ebd700a899.rlib" "/opt/rustwide/target/debug/deps/libslab-083dd68e0bc19c95.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c27f4a4ff696df8c.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-140504a081023950.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-b8cf8cc4fcc89c75.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6bd6355de79f98af.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-6acc1f6b4df0dd33.rlib" "/opt/rustwide/target/debug/deps/libtokio-064c9f64df018b81.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-2c0e055fc3261e65.rlib" "/opt/rustwide/target/debug/deps/libsocket2-362c4751b77aa879.rlib" "/opt/rustwide/target/debug/deps/libbytes-79a9891be94c1829.rlib" "/opt/rustwide/target/debug/deps/libmio-943db920409aeffa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a4e538bfe53dedd2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-21e842c8c3dbb21e.rlib" "/opt/rustwide/target/debug/deps/liblibc-7bc88df0137dabf7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-8217498f8667ada9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-01f95b0ceff06af9.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a23216ec06dff3bb.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d59b845c07f126eb.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-be51d264b86b6c5b.rlib" "/opt/rustwide/target/debug/deps/liblog-6d50fe4853ae55d4.rlib" "/opt/rustwide/target/debug/deps/libcolored-f327ea6ae1f12dd6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-977f75dcedc2f7be.rlib" "/opt/rustwide/target/debug/deps/libchrono-5e1eb8109ac55501.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e0ed76299063a97d.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-327d1375b89fcc29.rlib" "/opt/rustwide/target/debug/deps/libserde-0af75295430e875e.rlib" "/opt/rustwide/target/debug/deps/libanyhow-e77ee2087f9df078.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ca74a2d9c5166d9f.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e31ab23316ed5080.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-27dc4aa955912662.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-bd0d6cccce077b99.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-8d001680935b5e3c.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ba8ce71964f984f4.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-99a73526abcec14b.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-63ac0d22cff92579.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9057355c92c922d5.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-358be9bc1f6bab04.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-aca15549d5bff974.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-8251d2cef7072448.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-7d50b86011c66411.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-51ea098fce5006bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-5a14e0d0b712e731.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8b83dbf3a7b8f999.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c6fd227bdc7b39ff.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-959d3389fa3da8a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-abe05db089cc2c62.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-fe5ecf0c9425dda6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/openai_integration-f9e61b05eaf7f174" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-goose` (test "openai_integration") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcPRCpZa/symbols.o" "/opt/rustwide/target/debug/deps/stats_integration-fd7805a0467a4cad.stats_integration.d3451e67d97d71b6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/stats_integration-fd7805a0467a4cad.stats_integration.d3451e67d97d71b6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/stats_integration-fd7805a0467a4cad.stats_integration.d3451e67d97d71b6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/stats_integration-fd7805a0467a4cad.stats_integration.d3451e67d97d71b6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/stats_integration-fd7805a0467a4cad.djymigymo55z86ebm9k9ylsis.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-aa035fdca64e6492.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-094c0ce9f8c98ed9.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-aa0663517f777947.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-e1cd6e17fe237c71.rlib" "/opt/rustwide/target/debug/deps/librust_goose-2a77d68254ca3b20.rlib" "/opt/rustwide/target/debug/deps/libuuid-b743c0d77cee3651.rlib" "/opt/rustwide/target/debug/deps/libatty-39f40b657f217b73.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-85aa25a78f8e01d7.rlib" "/opt/rustwide/target/debug/deps/libunsafe_libyaml-cb75bca4c2622b18.rlib" "/opt/rustwide/target/debug/deps/libshellexpand-7da8d1be7906fdee.rlib" "/opt/rustwide/target/debug/deps/libdirs-f5cdbe727b43cea4.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-f210500d9b138430.rlib" "/opt/rustwide/target/debug/deps/liboption_ext-1501816b3106f187.rlib" "/opt/rustwide/target/debug/deps/libctrlc-b3b1a576622d04af.rlib" "/opt/rustwide/target/debug/deps/libnix-10eba34ca1620a92.rlib" "/opt/rustwide/target/debug/deps/librustyline-a9ceb3b58755bf68.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-3dd3c3e36081117c.rlib" "/opt/rustwide/target/debug/deps/libnix-06563ed911888bb0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-d3511f9afe014f87.rlib" "/opt/rustwide/target/debug/deps/libfd_lock-2873366953f4263f.rlib" "/opt/rustwide/target/debug/deps/librustix-718898ffe10d086e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e3f7c5486a00e38a.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-e828328f9118a1ee.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-5585deccba236fb6.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e2ab372fbd4616e0.rlib" "/opt/rustwide/target/debug/deps/libhome-c0ee3da211b823bf.rlib" "/opt/rustwide/target/debug/deps/libradix_trie-0ef70263780b60c3.rlib" "/opt/rustwide/target/debug/deps/libnibble_vec-795e4a87e419d6b8.rlib" "/opt/rustwide/target/debug/deps/libendian_type-4ac10cdf187d838f.rlib" "/opt/rustwide/target/debug/deps/libasync_openai-30a646d788613b3c.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-4a058983948fce6d.rlib" "/opt/rustwide/target/debug/deps/libbackoff-f403d48a0bfe9cea.rlib" "/opt/rustwide/target/debug/deps/libinstant-a51e70c2f65ddb36.rlib" "/opt/rustwide/target/debug/deps/libasync_convert-023faa6183a92a35.rlib" "/opt/rustwide/target/debug/deps/libderive_builder-cd67434130f043b8.rlib" "/opt/rustwide/target/debug/deps/librand-5741313e3b5c9ead.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-dd817a3b106dcf7e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a9a21bab6460d384.rlib" "/opt/rustwide/target/debug/deps/libzerocopy-b554b60b579d78d2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d36d73da0d12e75b.rlib" "/opt/rustwide/target/debug/deps/librand_core-967fe6cc96956239.rlib" "/opt/rustwide/target/debug/deps/libsecrecy-fa52afb66551680e.rlib" "/opt/rustwide/target/debug/deps/libzeroize-2f2642ea550ae970.rlib" "/opt/rustwide/target/debug/deps/libreqwest_eventsource-8e618a67701f0c57.rlib" "/opt/rustwide/target/debug/deps/libfutures_timer-7ba65e3faa7d6a1b.rlib" "/opt/rustwide/target/debug/deps/libreqwest-fc2f90e32899debb.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-50f6bb0f4f4145e8.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-a38426ec27901268.rlib" "/opt/rustwide/target/debug/deps/librustls_native_certs-ad273cd4b3ccb2a5.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-b4469f59e1b4f2e0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-111dcb0b3b714b0f.rlib" "/opt/rustwide/target/debug/deps/libbase64-c3b18b0672582aa9.rlib" "/opt/rustwide/target/debug/deps/libipnet-8bcb02e74b665020.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-5e1e5fd6076f2c5c.rlib" "/opt/rustwide/target/debug/deps/librustls-a2a5bd283fe7a291.rlib" "/opt/rustwide/target/debug/deps/libsct-09e3a7ab7ab14b24.rlib" "/opt/rustwide/target/debug/deps/libwebpki-d670a0b2edde39d8.rlib" "/opt/rustwide/target/debug/deps/libring-f0a9c3b22f8b7c1b.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-6bf8b231047a4c6c.rlib" "/opt/rustwide/target/debug/deps/libspin-cd45c3153bc4c74f.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-7588d7e252ced9d0.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-769073f1aea0b84b.rlib" "/opt/rustwide/target/debug/deps/libserde_json-c1bb081785b08938.rlib" "/opt/rustwide/target/debug/deps/libryu-bba83beca99dd7c0.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-16aa5bbf1ab4b99d.rlib" "/opt/rustwide/target/debug/deps/libunicase-33f63275c5ec20a7.rlib" "/opt/rustwide/target/debug/deps/libmime-566b615028bbb9d4.rlib" "/opt/rustwide/target/debug/deps/libhyper-51804b8fa6ed486f.rlib" "/opt/rustwide/target/debug/deps/libwant-3f13e9c0d2560241.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-f3f4362ed4ca7e4a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cb856626cec0ca.rlib" "/opt/rustwide/target/debug/deps/libh2-58e95d333ca7ed88.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c53597ffbf8b3cee.rlib" "/opt/rustwide/target/debug/deps/libequivalent-4d5cfde55792e26d.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c05d25aa0d182838.rlib" "/opt/rustwide/target/debug/deps/libtower_service-153488c259ad6c35.rlib" "/opt/rustwide/target/debug/deps/libtracing-a974cb689971ec69.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-6400ba166a8f0a8e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-6f631f2a5f71cecc.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-09d64565397517a3.rlib" "/opt/rustwide/target/debug/deps/libsync_wrapper-7e107893d08c1041.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-9c3017778d172c7a.rlib" "/opt/rustwide/target/debug/deps/liburl-00cef4c1962bb85f.rlib" "/opt/rustwide/target/debug/deps/libidna-c7221f1afcec5673.rlib" "/opt/rustwide/target/debug/deps/libidna_adapter-578bc3a021726bdd.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer-0b5bade374222d30.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer_data-762e61f43eae08c2.rlib" "/opt/rustwide/target/debug/deps/libwrite16-85fd16f27fd45657.rlib" "/opt/rustwide/target/debug/deps/libutf8_iter-fbf995b92c341ba3.rlib" "/opt/rustwide/target/debug/deps/libutf16_iter-83f8708e12b6535a.rlib" "/opt/rustwide/target/debug/deps/libicu_properties-f7bd044ed1cf48df.rlib" "/opt/rustwide/target/debug/deps/libicu_properties_data-52a01acc947e4a6d.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform-06e5f28d4f11d1f6.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform_data-38f8208716c2d35a.rlib" "/opt/rustwide/target/debug/deps/libicu_collections-91ff1fae9157aa2e.rlib" "/opt/rustwide/target/debug/deps/libicu_provider-80adffe996f92d5e.rlib" "/opt/rustwide/target/debug/deps/libicu_locid-37dbaaa813fb845b.rlib" "/opt/rustwide/target/debug/deps/liblitemap-6906881aa09013e0.rlib" "/opt/rustwide/target/debug/deps/libtinystr-e2497517ee0682c2.rlib" "/opt/rustwide/target/debug/deps/libzerovec-7b2032577b99e5bc.rlib" "/opt/rustwide/target/debug/deps/libwriteable-c63e282ed55b92df.rlib" "/opt/rustwide/target/debug/deps/libyoke-caad969a0428b871.rlib" "/opt/rustwide/target/debug/deps/libzerofrom-c3d3d73aef16ac48.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-3602560bab1848e8.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-533db7122d3ddfc5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88cba40a7181d984.rlib" "/opt/rustwide/target/debug/deps/libhttp-25e705323b38e800.rlib" "/opt/rustwide/target/debug/deps/libitoa-cde9c8f28780c780.rlib" "/opt/rustwide/target/debug/deps/libfnv-b4bd047f342dff07.rlib" "/opt/rustwide/target/debug/deps/libeventsource_stream-67d8124d0dd0d2d5.rlib" "/opt/rustwide/target/debug/deps/libnom-768e1a78634ba60f.rlib" "/opt/rustwide/target/debug/deps/libthiserror-f02692a0132aa3c9.rlib" "/opt/rustwide/target/debug/deps/libfutures-254c703e3efa4a0a.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-e0bf16f040aec072.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-ff864760bb8767c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a61794c77f52d343.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-306100ebd700a899.rlib" "/opt/rustwide/target/debug/deps/libslab-083dd68e0bc19c95.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c27f4a4ff696df8c.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-140504a081023950.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-b8cf8cc4fcc89c75.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6bd6355de79f98af.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-6acc1f6b4df0dd33.rlib" "/opt/rustwide/target/debug/deps/libtokio-064c9f64df018b81.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-2c0e055fc3261e65.rlib" "/opt/rustwide/target/debug/deps/libsocket2-362c4751b77aa879.rlib" "/opt/rustwide/target/debug/deps/libbytes-79a9891be94c1829.rlib" "/opt/rustwide/target/debug/deps/libmio-943db920409aeffa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a4e538bfe53dedd2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-21e842c8c3dbb21e.rlib" "/opt/rustwide/target/debug/deps/liblibc-7bc88df0137dabf7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-8217498f8667ada9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-01f95b0ceff06af9.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a23216ec06dff3bb.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d59b845c07f126eb.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-be51d264b86b6c5b.rlib" "/opt/rustwide/target/debug/deps/liblog-6d50fe4853ae55d4.rlib" "/opt/rustwide/target/debug/deps/libcolored-f327ea6ae1f12dd6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-977f75dcedc2f7be.rlib" "/opt/rustwide/target/debug/deps/libchrono-5e1eb8109ac55501.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e0ed76299063a97d.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-327d1375b89fcc29.rlib" "/opt/rustwide/target/debug/deps/libserde-0af75295430e875e.rlib" "/opt/rustwide/target/debug/deps/libanyhow-e77ee2087f9df078.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ca74a2d9c5166d9f.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e31ab23316ed5080.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-27dc4aa955912662.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-bd0d6cccce077b99.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-8d001680935b5e3c.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ba8ce71964f984f4.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-99a73526abcec14b.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-63ac0d22cff92579.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9057355c92c922d5.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-358be9bc1f6bab04.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-aca15549d5bff974.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-8251d2cef7072448.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-7d50b86011c66411.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-51ea098fce5006bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-5a14e0d0b712e731.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8b83dbf3a7b8f999.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c6fd227bdc7b39ff.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-959d3389fa3da8a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-abe05db089cc2c62.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-fe5ecf0c9425dda6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/stats_integration-fd7805a0467a4cad" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-goose` (test "stats_integration") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcSfndKT/symbols.o" "/opt/rustwide/target/debug/deps/session_integration-c06af6512e78bf68.session_integration.63ac2ccecf5cdf7d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/session_integration-c06af6512e78bf68.session_integration.63ac2ccecf5cdf7d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/session_integration-c06af6512e78bf68.session_integration.63ac2ccecf5cdf7d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/session_integration-c06af6512e78bf68.session_integration.63ac2ccecf5cdf7d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/session_integration-c06af6512e78bf68.session_integration.63ac2ccecf5cdf7d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/session_integration-c06af6512e78bf68.5zzs2013sk3t8sjeie5n5tpfz.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libdotenv-50cfb425534a25ed.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-aa035fdca64e6492.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-094c0ce9f8c98ed9.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-aa0663517f777947.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-e1cd6e17fe237c71.rlib" "/opt/rustwide/target/debug/deps/librust_goose-2a77d68254ca3b20.rlib" "/opt/rustwide/target/debug/deps/libuuid-b743c0d77cee3651.rlib" "/opt/rustwide/target/debug/deps/libatty-39f40b657f217b73.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-85aa25a78f8e01d7.rlib" "/opt/rustwide/target/debug/deps/libunsafe_libyaml-cb75bca4c2622b18.rlib" "/opt/rustwide/target/debug/deps/libshellexpand-7da8d1be7906fdee.rlib" "/opt/rustwide/target/debug/deps/libdirs-f5cdbe727b43cea4.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-f210500d9b138430.rlib" "/opt/rustwide/target/debug/deps/liboption_ext-1501816b3106f187.rlib" "/opt/rustwide/target/debug/deps/libctrlc-b3b1a576622d04af.rlib" "/opt/rustwide/target/debug/deps/libnix-10eba34ca1620a92.rlib" "/opt/rustwide/target/debug/deps/librustyline-a9ceb3b58755bf68.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-3dd3c3e36081117c.rlib" "/opt/rustwide/target/debug/deps/libnix-06563ed911888bb0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-d3511f9afe014f87.rlib" "/opt/rustwide/target/debug/deps/libfd_lock-2873366953f4263f.rlib" "/opt/rustwide/target/debug/deps/librustix-718898ffe10d086e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e3f7c5486a00e38a.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-e828328f9118a1ee.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-5585deccba236fb6.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e2ab372fbd4616e0.rlib" "/opt/rustwide/target/debug/deps/libhome-c0ee3da211b823bf.rlib" "/opt/rustwide/target/debug/deps/libradix_trie-0ef70263780b60c3.rlib" "/opt/rustwide/target/debug/deps/libnibble_vec-795e4a87e419d6b8.rlib" "/opt/rustwide/target/debug/deps/libendian_type-4ac10cdf187d838f.rlib" "/opt/rustwide/target/debug/deps/libasync_openai-30a646d788613b3c.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-4a058983948fce6d.rlib" "/opt/rustwide/target/debug/deps/libbackoff-f403d48a0bfe9cea.rlib" "/opt/rustwide/target/debug/deps/libinstant-a51e70c2f65ddb36.rlib" "/opt/rustwide/target/debug/deps/libasync_convert-023faa6183a92a35.rlib" "/opt/rustwide/target/debug/deps/libderive_builder-cd67434130f043b8.rlib" "/opt/rustwide/target/debug/deps/librand-5741313e3b5c9ead.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-dd817a3b106dcf7e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a9a21bab6460d384.rlib" "/opt/rustwide/target/debug/deps/libzerocopy-b554b60b579d78d2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d36d73da0d12e75b.rlib" "/opt/rustwide/target/debug/deps/librand_core-967fe6cc96956239.rlib" "/opt/rustwide/target/debug/deps/libsecrecy-fa52afb66551680e.rlib" "/opt/rustwide/target/debug/deps/libzeroize-2f2642ea550ae970.rlib" "/opt/rustwide/target/debug/deps/libreqwest_eventsource-8e618a67701f0c57.rlib" "/opt/rustwide/target/debug/deps/libfutures_timer-7ba65e3faa7d6a1b.rlib" "/opt/rustwide/target/debug/deps/libreqwest-fc2f90e32899debb.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-50f6bb0f4f4145e8.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-a38426ec27901268.rlib" "/opt/rustwide/target/debug/deps/librustls_native_certs-ad273cd4b3ccb2a5.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-b4469f59e1b4f2e0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-111dcb0b3b714b0f.rlib" "/opt/rustwide/target/debug/deps/libbase64-c3b18b0672582aa9.rlib" "/opt/rustwide/target/debug/deps/libipnet-8bcb02e74b665020.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-5e1e5fd6076f2c5c.rlib" "/opt/rustwide/target/debug/deps/librustls-a2a5bd283fe7a291.rlib" "/opt/rustwide/target/debug/deps/libsct-09e3a7ab7ab14b24.rlib" "/opt/rustwide/target/debug/deps/libwebpki-d670a0b2edde39d8.rlib" "/opt/rustwide/target/debug/deps/libring-f0a9c3b22f8b7c1b.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-6bf8b231047a4c6c.rlib" "/opt/rustwide/target/debug/deps/libspin-cd45c3153bc4c74f.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-7588d7e252ced9d0.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-769073f1aea0b84b.rlib" "/opt/rustwide/target/debug/deps/libserde_json-c1bb081785b08938.rlib" "/opt/rustwide/target/debug/deps/libryu-bba83beca99dd7c0.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-16aa5bbf1ab4b99d.rlib" "/opt/rustwide/target/debug/deps/libunicase-33f63275c5ec20a7.rlib" "/opt/rustwide/target/debug/deps/libmime-566b615028bbb9d4.rlib" "/opt/rustwide/target/debug/deps/libhyper-51804b8fa6ed486f.rlib" "/opt/rustwide/target/debug/deps/libwant-3f13e9c0d2560241.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-f3f4362ed4ca7e4a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cb856626cec0ca.rlib" "/opt/rustwide/target/debug/deps/libh2-58e95d333ca7ed88.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c53597ffbf8b3cee.rlib" "/opt/rustwide/target/debug/deps/libequivalent-4d5cfde55792e26d.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c05d25aa0d182838.rlib" "/opt/rustwide/target/debug/deps/libtower_service-153488c259ad6c35.rlib" "/opt/rustwide/target/debug/deps/libtracing-a974cb689971ec69.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-6400ba166a8f0a8e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-6f631f2a5f71cecc.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-09d64565397517a3.rlib" "/opt/rustwide/target/debug/deps/libsync_wrapper-7e107893d08c1041.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-9c3017778d172c7a.rlib" "/opt/rustwide/target/debug/deps/liburl-00cef4c1962bb85f.rlib" "/opt/rustwide/target/debug/deps/libidna-c7221f1afcec5673.rlib" "/opt/rustwide/target/debug/deps/libidna_adapter-578bc3a021726bdd.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer-0b5bade374222d30.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer_data-762e61f43eae08c2.rlib" "/opt/rustwide/target/debug/deps/libwrite16-85fd16f27fd45657.rlib" "/opt/rustwide/target/debug/deps/libutf8_iter-fbf995b92c341ba3.rlib" "/opt/rustwide/target/debug/deps/libutf16_iter-83f8708e12b6535a.rlib" "/opt/rustwide/target/debug/deps/libicu_properties-f7bd044ed1cf48df.rlib" "/opt/rustwide/target/debug/deps/libicu_properties_data-52a01acc947e4a6d.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform-06e5f28d4f11d1f6.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform_data-38f8208716c2d35a.rlib" "/opt/rustwide/target/debug/deps/libicu_collections-91ff1fae9157aa2e.rlib" "/opt/rustwide/target/debug/deps/libicu_provider-80adffe996f92d5e.rlib" "/opt/rustwide/target/debug/deps/libicu_locid-37dbaaa813fb845b.rlib" "/opt/rustwide/target/debug/deps/liblitemap-6906881aa09013e0.rlib" "/opt/rustwide/target/debug/deps/libtinystr-e2497517ee0682c2.rlib" "/opt/rustwide/target/debug/deps/libzerovec-7b2032577b99e5bc.rlib" "/opt/rustwide/target/debug/deps/libwriteable-c63e282ed55b92df.rlib" "/opt/rustwide/target/debug/deps/libyoke-caad969a0428b871.rlib" "/opt/rustwide/target/debug/deps/libzerofrom-c3d3d73aef16ac48.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-3602560bab1848e8.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-533db7122d3ddfc5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88cba40a7181d984.rlib" "/opt/rustwide/target/debug/deps/libhttp-25e705323b38e800.rlib" "/opt/rustwide/target/debug/deps/libitoa-cde9c8f28780c780.rlib" "/opt/rustwide/target/debug/deps/libfnv-b4bd047f342dff07.rlib" "/opt/rustwide/target/debug/deps/libeventsource_stream-67d8124d0dd0d2d5.rlib" "/opt/rustwide/target/debug/deps/libnom-768e1a78634ba60f.rlib" "/opt/rustwide/target/debug/deps/libthiserror-f02692a0132aa3c9.rlib" "/opt/rustwide/target/debug/deps/libfutures-254c703e3efa4a0a.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-e0bf16f040aec072.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-ff864760bb8767c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a61794c77f52d343.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-306100ebd700a899.rlib" "/opt/rustwide/target/debug/deps/libslab-083dd68e0bc19c95.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c27f4a4ff696df8c.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-140504a081023950.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-b8cf8cc4fcc89c75.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6bd6355de79f98af.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-6acc1f6b4df0dd33.rlib" "/opt/rustwide/target/debug/deps/libtokio-064c9f64df018b81.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-2c0e055fc3261e65.rlib" "/opt/rustwide/target/debug/deps/libsocket2-362c4751b77aa879.rlib" "/opt/rustwide/target/debug/deps/libbytes-79a9891be94c1829.rlib" "/opt/rustwide/target/debug/deps/libmio-943db920409aeffa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a4e538bfe53dedd2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-21e842c8c3dbb21e.rlib" "/opt/rustwide/target/debug/deps/liblibc-7bc88df0137dabf7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-8217498f8667ada9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-01f95b0ceff06af9.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a23216ec06dff3bb.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d59b845c07f126eb.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-be51d264b86b6c5b.rlib" "/opt/rustwide/target/debug/deps/liblog-6d50fe4853ae55d4.rlib" "/opt/rustwide/target/debug/deps/libcolored-f327ea6ae1f12dd6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-977f75dcedc2f7be.rlib" "/opt/rustwide/target/debug/deps/libchrono-5e1eb8109ac55501.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e0ed76299063a97d.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-327d1375b89fcc29.rlib" "/opt/rustwide/target/debug/deps/libserde-0af75295430e875e.rlib" "/opt/rustwide/target/debug/deps/libanyhow-e77ee2087f9df078.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ca74a2d9c5166d9f.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e31ab23316ed5080.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-27dc4aa955912662.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-bd0d6cccce077b99.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-8d001680935b5e3c.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ba8ce71964f984f4.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-99a73526abcec14b.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-63ac0d22cff92579.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9057355c92c922d5.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-358be9bc1f6bab04.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-aca15549d5bff974.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-8251d2cef7072448.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-7d50b86011c66411.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-51ea098fce5006bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-5a14e0d0b712e731.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8b83dbf3a7b8f999.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c6fd227bdc7b39ff.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-959d3389fa3da8a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-abe05db089cc2c62.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-fe5ecf0c9425dda6/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/session_integration-c06af6512e78bf68" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-goose` (test "session_integration") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "7fd7c9c3e560f262ddfb7dcaa8b3b570dfc9410276237bf304309775c9d2c3c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fd7c9c3e560f262ddfb7dcaa8b3b570dfc9410276237bf304309775c9d2c3c6", kill_on_drop: false }` [INFO] [stdout] 7fd7c9c3e560f262ddfb7dcaa8b3b570dfc9410276237bf304309775c9d2c3c6