[INFO] fetching crate websearch 0.1.1...
[INFO] testing websearch-0.1.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate websearch 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate websearch 0.1.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate websearch 0.1.1
[INFO] tweaked toml for crates.io crate websearch 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate websearch 0.1.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate websearch 0.1.1 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0307ab8fbe4eae8cb4453d22887eed67148ce5ab6b5431ea4d3f12af05a8f88b
[INFO] running `Command { std: "docker" "start" "-a" "0307ab8fbe4eae8cb4453d22887eed67148ce5ab6b5431ea4d3f12af05a8f88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0307ab8fbe4eae8cb4453d22887eed67148ce5ab6b5431ea4d3f12af05a8f88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0307ab8fbe4eae8cb4453d22887eed67148ce5ab6b5431ea4d3f12af05a8f88b", kill_on_drop: false }`
[INFO] [stdout] 0307ab8fbe4eae8cb4453d22887eed67148ce5ab6b5431ea4d3f12af05a8f88b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b206214c8d014ac055f01fb127aec9bc75cfcbfd93b6b53af0c36e53787ce87
[INFO] running `Command { std: "docker" "start" "-a" "6b206214c8d014ac055f01fb127aec9bc75cfcbfd93b6b53af0c36e53787ce87", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling serde_core v1.0.220
[INFO] [stderr]    Compiling serde v1.0.220
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling dtoa v1.0.10
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling servo_arc v0.3.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling ego-tree v0.6.3
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.220
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling cssparser v0.31.2
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling scraper v0.18.1
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling websearch v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `api_key` is never read
[INFO] [stdout]   --> src/providers/brave.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BraveProvider {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 12 |     api_key: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BraveProvider` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `request_id` and `search_time` are never read
[INFO] [stdout]   --> src/providers/exa.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | struct ExaSearchResponse {
[INFO] [stdout]    |        ----------------- fields in this struct
[INFO] [stdout] 27 |     #[serde(rename = "requestId")]
[INFO] [stdout] 28 |     request_id: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     search_time: Option<f64>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExaSearchResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `search_information` is never read
[INFO] [stdout]   --> src/providers/google.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | struct GoogleSearchResponse {
[INFO] [stdout]    |        -------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     search_information: Option<GoogleSearchInfo>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GoogleSearchResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `total_results` and `search_time` are never read
[INFO] [stdout]   --> src/providers/google.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct GoogleSearchInfo {
[INFO] [stdout]    |        ---------------- fields in this struct
[INFO] [stdout] 39 |     #[serde(rename = "totalResults")]
[INFO] [stdout] 40 |     total_results: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 41 |     #[serde(rename = "searchTime")]
[INFO] [stdout] 42 |     search_time: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GoogleSearchInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `status`, `created_at`, `processed_at`, and `total_time_taken` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct SerpApiSearchMetadata {
[INFO] [stdout]    |        --------------------- fields in this struct
[INFO] [stdout] 23 |     id: String,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 24 |     status: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     created_at: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     processed_at: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 27 |     total_time_taken: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiSearchMetadata` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `total_results`, `time_taken_displayed`, and `query_displayed` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct SerpApiSearchInformation {
[INFO] [stdout]    |        ------------------------ fields in this struct
[INFO] [stdout] 32 |     total_results: Option<u64>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 33 |     time_taken_displayed: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 |     query_displayed: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiSearchInformation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `search_metadata` and `search_information` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct SerpApiResponse {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] 39 |     search_metadata: Option<SerpApiSearchMetadata>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     search_information: Option<SerpApiSearchInformation>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `answer`, `query`, `response_time`, `images`, and `follow_up_questions` are never read
[INFO] [stdout]   --> src/providers/tavily.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct TavilyResponse {
[INFO] [stdout]    |        -------------- fields in this struct
[INFO] [stdout] 26 |     answer: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 27 |     query: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 28 |     response_time: Option<f64>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 29 |     images: Option<Vec<String>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 30 |     results: Vec<TavilySearchResult>,
[INFO] [stdout] 31 |     follow_up_questions: Option<Vec<String>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TavilyResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `autoPrompt_string` should have a snake case name
[INFO] [stdout]   --> src/providers/exa.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     autoPrompt_string: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `auto_prompt_string`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.68s
[INFO] running `Command { std: "docker" "inspect" "6b206214c8d014ac055f01fb127aec9bc75cfcbfd93b6b53af0c36e53787ce87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b206214c8d014ac055f01fb127aec9bc75cfcbfd93b6b53af0c36e53787ce87", kill_on_drop: false }`
[INFO] [stdout] 6b206214c8d014ac055f01fb127aec9bc75cfcbfd93b6b53af0c36e53787ce87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a4f7abddc73eccaf695a8695616c3d50a08fa7dc09df30dd889b20800725f9f
[INFO] running `Command { std: "docker" "start" "-a" "0a4f7abddc73eccaf695a8695616c3d50a08fa7dc09df30dd889b20800725f9f", kill_on_drop: false }`
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling cssparser v0.31.2
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling scraper v0.18.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling wiremock v0.5.22
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling websearch v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `api_key` is never read
[INFO] [stdout]   --> src/providers/brave.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BraveProvider {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 12 |     api_key: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BraveProvider` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `request_id` and `search_time` are never read
[INFO] [stdout]   --> src/providers/exa.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | struct ExaSearchResponse {
[INFO] [stdout]    |        ----------------- fields in this struct
[INFO] [stdout] 27 |     #[serde(rename = "requestId")]
[INFO] [stdout] 28 |     request_id: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     search_time: Option<f64>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExaSearchResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `search_information` is never read
[INFO] [stdout]   --> src/providers/google.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | struct GoogleSearchResponse {
[INFO] [stdout]    |        -------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     search_information: Option<GoogleSearchInfo>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GoogleSearchResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `total_results` and `search_time` are never read
[INFO] [stdout]   --> src/providers/google.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct GoogleSearchInfo {
[INFO] [stdout]    |        ---------------- fields in this struct
[INFO] [stdout] 39 |     #[serde(rename = "totalResults")]
[INFO] [stdout] 40 |     total_results: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 41 |     #[serde(rename = "searchTime")]
[INFO] [stdout] 42 |     search_time: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GoogleSearchInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `status`, `created_at`, `processed_at`, and `total_time_taken` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct SerpApiSearchMetadata {
[INFO] [stdout]    |        --------------------- fields in this struct
[INFO] [stdout] 23 |     id: String,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 24 |     status: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     created_at: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     processed_at: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 27 |     total_time_taken: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiSearchMetadata` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `total_results`, `time_taken_displayed`, and `query_displayed` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct SerpApiSearchInformation {
[INFO] [stdout]    |        ------------------------ fields in this struct
[INFO] [stdout] 32 |     total_results: Option<u64>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 33 |     time_taken_displayed: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 |     query_displayed: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiSearchInformation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `search_metadata` and `search_information` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct SerpApiResponse {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] 39 |     search_metadata: Option<SerpApiSearchMetadata>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     search_information: Option<SerpApiSearchInformation>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `answer`, `query`, `response_time`, `images`, and `follow_up_questions` are never read
[INFO] [stdout]   --> src/providers/tavily.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct TavilyResponse {
[INFO] [stdout]    |        -------------- fields in this struct
[INFO] [stdout] 26 |     answer: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 27 |     query: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 28 |     response_time: Option<f64>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 29 |     images: Option<Vec<String>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 30 |     results: Vec<TavilySearchResult>,
[INFO] [stdout] 31 |     follow_up_questions: Option<Vec<String>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TavilyResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `autoPrompt_string` should have a snake case name
[INFO] [stdout]   --> src/providers/exa.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     autoPrompt_string: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `auto_prompt_string`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `provider`
[INFO] [stdout]    --> src/providers/tavily.rs:306:13
[INFO] [stdout]     |
[INFO] [stdout] 306 |         let provider = TavilyProvider::new("tvly-test-valid-api-key-format").unwrap();
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_provider`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> tests/cli_tests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `api_key` is never read
[INFO] [stdout]   --> src/providers/brave.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BraveProvider {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 12 |     api_key: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BraveProvider` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `request_id` and `search_time` are never read
[INFO] [stdout]   --> src/providers/exa.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | struct ExaSearchResponse {
[INFO] [stdout]    |        ----------------- fields in this struct
[INFO] [stdout] 27 |     #[serde(rename = "requestId")]
[INFO] [stdout] 28 |     request_id: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     search_time: Option<f64>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExaSearchResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `search_information` is never read
[INFO] [stdout]   --> src/providers/google.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | struct GoogleSearchResponse {
[INFO] [stdout]    |        -------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     search_information: Option<GoogleSearchInfo>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GoogleSearchResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `total_results` and `search_time` are never read
[INFO] [stdout]   --> src/providers/google.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct GoogleSearchInfo {
[INFO] [stdout]    |        ---------------- fields in this struct
[INFO] [stdout] 39 |     #[serde(rename = "totalResults")]
[INFO] [stdout] 40 |     total_results: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 41 |     #[serde(rename = "searchTime")]
[INFO] [stdout] 42 |     search_time: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GoogleSearchInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `status`, `created_at`, `processed_at`, and `total_time_taken` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct SerpApiSearchMetadata {
[INFO] [stdout]    |        --------------------- fields in this struct
[INFO] [stdout] 23 |     id: String,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 24 |     status: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     created_at: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     processed_at: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 27 |     total_time_taken: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiSearchMetadata` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `total_results`, `time_taken_displayed`, and `query_displayed` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct SerpApiSearchInformation {
[INFO] [stdout]    |        ------------------------ fields in this struct
[INFO] [stdout] 32 |     total_results: Option<u64>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 33 |     time_taken_displayed: Option<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 |     query_displayed: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiSearchInformation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `search_metadata` and `search_information` are never read
[INFO] [stdout]   --> src/providers/serpapi.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | struct SerpApiResponse {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] 39 |     search_metadata: Option<SerpApiSearchMetadata>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     search_information: Option<SerpApiSearchInformation>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SerpApiResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `answer`, `query`, `response_time`, `images`, and `follow_up_questions` are never read
[INFO] [stdout]   --> src/providers/tavily.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct TavilyResponse {
[INFO] [stdout]    |        -------------- fields in this struct
[INFO] [stdout] 26 |     answer: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 27 |     query: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 28 |     response_time: Option<f64>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 29 |     images: Option<Vec<String>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 30 |     results: Vec<TavilySearchResult>,
[INFO] [stdout] 31 |     follow_up_questions: Option<Vec<String>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TavilyResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `autoPrompt_string` should have a snake case name
[INFO] [stdout]   --> src/providers/exa.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     autoPrompt_string: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `auto_prompt_string`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `success`
[INFO] [stdout]    --> tests/cli_tests.rs:182:31
[INFO] [stdout]     |
[INFO] [stdout] 182 |         let (stdout, _stderr, success) = run_cli_command(&[
[INFO] [stdout]     |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_success`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stderr`
[INFO] [stdout]    --> tests/cli_tests.rs:254:18
[INFO] [stdout]     |
[INFO] [stdout] 254 |     let (stdout, stderr, success) = run_cli_command(&[
[INFO] [stdout]     |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stderr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requires_api_key` and `can_mock` are never read
[INFO] [stdout]   --> tests/provider_comprehensive_tests.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct ProviderTestConfig {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 20 |     name: &'static str,
[INFO] [stdout] 21 |     requires_api_key: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     env_vars: &'static [&'static str],
[INFO] [stdout] 23 |     can_mock: bool,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `websearch` (lib test); 10 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name websearch --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=980feb9ec749f9af -C extra-filename=-348095106b60e619 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-81a641ba9f50e9c3.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-d88529351c7c3fd6.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ffb40b5a1aef5e88.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-8a23a6936fe99243.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-7c5556ee271f93c5.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-98c29ebad8d94d43.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-fdf74a014022fab1.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-f1f6bbc4eedafb86.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-8e6257fc3adfe284.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-4c03e6655521fe71.rlib --extern scraper=/opt/rustwide/target/debug/deps/libscraper-a326012348a560ab.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-118177e1d1526070.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d2f84bdc21f2aca1.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-f94b4074d1f25137.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-ce17b88b6451e8ed.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1a93186f46086dd2.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-6a221c2082ddb6b7.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-b74df77b5feecd78.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-c3f64b48c8b9381c.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-b9ad96e225997aa4.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-6d9692da1fe6824f/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `websearch` (bin "websearch")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name websearch --edition=2021 src/bin/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5958c9f52bad68ed -C extra-filename=-0f5bef52e626aa26 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-81a641ba9f50e9c3.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-d88529351c7c3fd6.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ffb40b5a1aef5e88.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-8a23a6936fe99243.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-7c5556ee271f93c5.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-fdf74a014022fab1.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-f1f6bbc4eedafb86.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-8e6257fc3adfe284.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-4c03e6655521fe71.rlib --extern scraper=/opt/rustwide/target/debug/deps/libscraper-a326012348a560ab.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-118177e1d1526070.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d2f84bdc21f2aca1.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1a93186f46086dd2.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-6a221c2082ddb6b7.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-c3f64b48c8b9381c.rlib --extern websearch=/opt/rustwide/target/debug/deps/libwebsearch-960c050f153b0c51.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-6d9692da1fe6824f/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcdz3bol/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-98c29ebad8d94d43,libtermcolor-f6acb55d5caadcb3,libis_terminal-82c1ce4beccda477,libhumantime-34143751b63faeab,libregex-c8c43f5041a21926,libregex_automata-922b72b7163aa5ec,libaho_corasick-e86d35dad3c7fe93,libregex_syntax-ff45ae05f02638dd,libwebsearch-960c050f153b0c51,libquick_xml-8e6257fc3adfe284,libreqwest-4c03e6655521fe71,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-9b668abe6183df26,libserde_urlencoded-7e4cae67657ae7d6,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libipnet-7f24c5b85fa70b77,libtokio_rustls-65db8728d03c3fdc,libmime-7cbfcc84299bf52b,libencoding_rs-ca3cc100691aa7e4,libserde_json-d2f84bdc21f2aca1,libryu-f1418741a05f84c6,librustls-d81bf4fa72ba80ab,libsct-261585cc05ababdb,libwebpki-45db908bd3df2c29,libring-c2000ea5aee3dc78,libgetrandom-c1549eae083d8503,libuntrusted-151845769873c416,libhyper-69992320c3fa87c3,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libsocket2-37c9a1ef9023417c,libhttparse-2dcf90c780aed9d3,libh2-31330bb28fdc1229,libindexmap-a5bf3d1ab00c9ab9,libequivalent-9631f206a02b9f54,libhashbrown-f62b4559aee38032,libtokio_util-0ea85c8f73e73c3f,libtower_service-222788e4f5219726,libtracing-92aacc2f83dbf5ff,libtracing_core-8dda8360ca83487e,libhttpdate-fd089b66c335a993,libfutures_util-96f51c054a0c635b,libmemchr-68452485f2c33fee,libfutures_io-a909ffe8b7e43c5e,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-dbadf0351532aaef,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libfnv-2a26f5d3b9cd4973,libscraper-a326012348a560ab,libahash-d0dc416f02caa10e,libgetrandom-c5cf42f2b96a72d9,libonce_cell-db8f3eed2a1f3f7b,libzerocopy-17a50cc40105af46,libego_tree-5d39608a7dc84117,libselectors-985556f629ed5ee9,libservo_arc-792c2e1607ea1e78,libfxhash-f6d87756ce971792,libbyteorder-7912a666fa871683,libcssparser-bb0b66630c05a6e7,libitoa-7e733f37fe56f881,libdtoa_short-9f2a0ef59036dcf9,libdtoa-db1146a341ad0d00,libphf-da36bbcd55c53746,libbitflags-21bc98708c4de387,libhtml5ever-11bd0997bb00b53e,liblog-f1f6bbc4eedafb86,libmarkup5ever-ee8516a255506279,libstring_cache-20c808d4219572f2,libprecomputed_hash-941acba0b7c1b90b,libphf_shared-81bae7be2bc0da1f,libsiphasher-0d7f3e08879225d4,libphf-429af2b44ad28905,libphf_shared-feff3e8112be34af,libsiphasher-1f09e35fa454ec4d,libtendril-4d5818a924fa379c,libutf8-3c5e274bb51994fd,libfutf-ad54ae59f79bf535,libdebug_unreachable-f7b9f09a34de90c3,libmac-c05d591fa8e0369c,liburl-c3f64b48c8b9381c,libidna-220ad0aa979afc4f,libutf8_iter-efb3984ee203d151,libidna_adapter-85025b6259d6a88a,libicu_properties-b9b92189cabee62e,libicu_properties_data-3ce857fd8af40458,libicu_normalizer-8ba5e0c60b3918dd,libicu_normalizer_data-36a6e4b72d993458,libicu_collections-399ca4ee6ab672aa,libpotential_utf-071b5f8747359cff,libicu_provider-f541987cc139721e,libicu_locale_core-8e32f6776a2cfd7f,libtinystr-7ae6e569ef9cc8be,liblitemap-7055f24027520888,libwriteable-39ee9a118905f912,libzerovec-30ba533ebad81a16,libzerotrie-9a6371a5b706e514,libyoke-210a69f938da7b91,libstable_deref_trait-85c037262f22e89e,libzerofrom-29e74f81a276544a,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libserde-118177e1d1526070,libserde_core-f7ce46ab38d4ffe2,libtokio-6a221c2082ddb6b7,libsignal_hook_registry-9425616317a70238,libsocket2-ee4e1846666f7c58,libbytes-a98c6e187cd1e46b,libmio-5235ac7fa9c69a69,libparking_lot-0d9abbb55ddef6a6,libparking_lot_core-8d2c739e2972f314,liblibc-fdda17a8bfb21af6,libcfg_if-fb4fff39c6905280,libsmallvec-8ab267bfdb1838ba,liblock_api-ccf13efd4e88e514,libscopeguard-88d64e99d3001c2a,libpin_project_lite-5ffafa3f2ed0bb57,libthiserror-1a93186f46086dd2}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcdz3bol/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-6d9692da1fe6824f/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/serpapi_test-94c62c433d3bca95" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[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 `websearch` (example "serpapi_test") due to 1 previous error
[INFO] [stderr] error: could not compile `websearch` (example "smart_aggregate_search")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name smart_aggregate_search --edition=2021 examples/smart_aggregate_search.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c09b830531d1dad -C extra-filename=-f3948e45c850a8e0 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-81a641ba9f50e9c3.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-d88529351c7c3fd6.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ffb40b5a1aef5e88.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-8a23a6936fe99243.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-7c5556ee271f93c5.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-98c29ebad8d94d43.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-fdf74a014022fab1.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-f1f6bbc4eedafb86.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-8e6257fc3adfe284.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-4c03e6655521fe71.rlib --extern scraper=/opt/rustwide/target/debug/deps/libscraper-a326012348a560ab.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-118177e1d1526070.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d2f84bdc21f2aca1.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-f94b4074d1f25137.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-ce17b88b6451e8ed.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1a93186f46086dd2.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-6a221c2082ddb6b7.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-b74df77b5feecd78.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-c3f64b48c8b9381c.rlib --extern websearch=/opt/rustwide/target/debug/deps/libwebsearch-960c050f153b0c51.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-b9ad96e225997aa4.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-6d9692da1fe6824f/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcRj78ka/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-98c29ebad8d94d43,libtermcolor-f6acb55d5caadcb3,libis_terminal-82c1ce4beccda477,libhumantime-34143751b63faeab,libregex-c8c43f5041a21926,libregex_automata-922b72b7163aa5ec,libaho_corasick-e86d35dad3c7fe93,libregex_syntax-ff45ae05f02638dd,libwebsearch-960c050f153b0c51,libquick_xml-8e6257fc3adfe284,libreqwest-4c03e6655521fe71,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-9b668abe6183df26,libserde_urlencoded-7e4cae67657ae7d6,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libipnet-7f24c5b85fa70b77,libtokio_rustls-65db8728d03c3fdc,libmime-7cbfcc84299bf52b,libencoding_rs-ca3cc100691aa7e4,libserde_json-d2f84bdc21f2aca1,libryu-f1418741a05f84c6,librustls-d81bf4fa72ba80ab,libsct-261585cc05ababdb,libwebpki-45db908bd3df2c29,libring-c2000ea5aee3dc78,libgetrandom-c1549eae083d8503,libuntrusted-151845769873c416,libhyper-69992320c3fa87c3,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libsocket2-37c9a1ef9023417c,libhttparse-2dcf90c780aed9d3,libh2-31330bb28fdc1229,libindexmap-a5bf3d1ab00c9ab9,libequivalent-9631f206a02b9f54,libhashbrown-f62b4559aee38032,libtokio_util-0ea85c8f73e73c3f,libtower_service-222788e4f5219726,libtracing-92aacc2f83dbf5ff,libtracing_core-8dda8360ca83487e,libhttpdate-fd089b66c335a993,libfutures_util-96f51c054a0c635b,libmemchr-68452485f2c33fee,libfutures_io-a909ffe8b7e43c5e,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-dbadf0351532aaef,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libfnv-2a26f5d3b9cd4973,libscraper-a326012348a560ab,libahash-d0dc416f02caa10e,libgetrandom-c5cf42f2b96a72d9,libonce_cell-db8f3eed2a1f3f7b,libzerocopy-17a50cc40105af46,libego_tree-5d39608a7dc84117,libselectors-985556f629ed5ee9,libservo_arc-792c2e1607ea1e78,libfxhash-f6d87756ce971792,libbyteorder-7912a666fa871683,libcssparser-bb0b66630c05a6e7,libitoa-7e733f37fe56f881,libdtoa_short-9f2a0ef59036dcf9,libdtoa-db1146a341ad0d00,libphf-da36bbcd55c53746,libbitflags-21bc98708c4de387,libhtml5ever-11bd0997bb00b53e,liblog-f1f6bbc4eedafb86,libmarkup5ever-ee8516a255506279,libstring_cache-20c808d4219572f2,libprecomputed_hash-941acba0b7c1b90b,libphf_shared-81bae7be2bc0da1f,libsiphasher-0d7f3e08879225d4,libphf-429af2b44ad28905,libphf_shared-feff3e8112be34af,libsiphasher-1f09e35fa454ec4d,libtendril-4d5818a924fa379c,libutf8-3c5e274bb51994fd,libfutf-ad54ae59f79bf535,libdebug_unreachable-f7b9f09a34de90c3,libmac-c05d591fa8e0369c,liburl-c3f64b48c8b9381c,libidna-220ad0aa979afc4f,libutf8_iter-efb3984ee203d151,libidna_adapter-85025b6259d6a88a,libicu_properties-b9b92189cabee62e,libicu_properties_data-3ce857fd8af40458,libicu_normalizer-8ba5e0c60b3918dd,libicu_normalizer_data-36a6e4b72d993458,libicu_collections-399ca4ee6ab672aa,libpotential_utf-071b5f8747359cff,libicu_provider-f541987cc139721e,libicu_locale_core-8e32f6776a2cfd7f,libtinystr-7ae6e569ef9cc8be,liblitemap-7055f24027520888,libwriteable-39ee9a118905f912,libzerovec-30ba533ebad81a16,libzerotrie-9a6371a5b706e514,libyoke-210a69f938da7b91,libstable_deref_trait-85c037262f22e89e,libzerofrom-29e74f81a276544a,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libserde-118177e1d1526070,libserde_core-f7ce46ab38d4ffe2,libtokio-6a221c2082ddb6b7,libsignal_hook_registry-9425616317a70238,libsocket2-ee4e1846666f7c58,libbytes-a98c6e187cd1e46b,libmio-5235ac7fa9c69a69,libparking_lot-0d9abbb55ddef6a6,libparking_lot_core-8d2c739e2972f314,liblibc-fdda17a8bfb21af6,libcfg_if-fb4fff39c6905280,libsmallvec-8ab267bfdb1838ba,liblock_api-ccf13efd4e88e514,libscopeguard-88d64e99d3001c2a,libpin_project_lite-5ffafa3f2ed0bb57,libthiserror-1a93186f46086dd2}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcRj78ka/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-6d9692da1fe6824f/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/google_search-a7d0803d98fb0965" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[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 `websearch` (example "google_search") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcBXb7qX/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-98c29ebad8d94d43,libtermcolor-f6acb55d5caadcb3,libis_terminal-82c1ce4beccda477,libhumantime-34143751b63faeab,libregex-c8c43f5041a21926,libregex_automata-922b72b7163aa5ec,libaho_corasick-e86d35dad3c7fe93,libregex_syntax-ff45ae05f02638dd,libwebsearch-960c050f153b0c51,libquick_xml-8e6257fc3adfe284,libreqwest-4c03e6655521fe71,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-9b668abe6183df26,libserde_urlencoded-7e4cae67657ae7d6,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libipnet-7f24c5b85fa70b77,libtokio_rustls-65db8728d03c3fdc,libmime-7cbfcc84299bf52b,libencoding_rs-ca3cc100691aa7e4,libserde_json-d2f84bdc21f2aca1,libryu-f1418741a05f84c6,librustls-d81bf4fa72ba80ab,libsct-261585cc05ababdb,libwebpki-45db908bd3df2c29,libring-c2000ea5aee3dc78,libgetrandom-c1549eae083d8503,libuntrusted-151845769873c416,libhyper-69992320c3fa87c3,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libsocket2-37c9a1ef9023417c,libhttparse-2dcf90c780aed9d3,libh2-31330bb28fdc1229,libindexmap-a5bf3d1ab00c9ab9,libequivalent-9631f206a02b9f54,libhashbrown-f62b4559aee38032,libtokio_util-0ea85c8f73e73c3f,libtower_service-222788e4f5219726,libtracing-92aacc2f83dbf5ff,libtracing_core-8dda8360ca83487e,libhttpdate-fd089b66c335a993,libfutures_util-96f51c054a0c635b,libmemchr-68452485f2c33fee,libfutures_io-a909ffe8b7e43c5e,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-dbadf0351532aaef,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libfnv-2a26f5d3b9cd4973,libscraper-a326012348a560ab,libahash-d0dc416f02caa10e,libgetrandom-c5cf42f2b96a72d9,libonce_cell-db8f3eed2a1f3f7b,libzerocopy-17a50cc40105af46,libego_tree-5d39608a7dc84117,libselectors-985556f629ed5ee9,libservo_arc-792c2e1607ea1e78,libfxhash-f6d87756ce971792,libbyteorder-7912a666fa871683,libcssparser-bb0b66630c05a6e7,libitoa-7e733f37fe56f881,libdtoa_short-9f2a0ef59036dcf9,libdtoa-db1146a341ad0d00,libphf-da36bbcd55c53746,libbitflags-21bc98708c4de387,libhtml5ever-11bd0997bb00b53e,liblog-f1f6bbc4eedafb86,libmarkup5ever-ee8516a255506279,libstring_cache-20c808d4219572f2,libprecomputed_hash-941acba0b7c1b90b,libphf_shared-81bae7be2bc0da1f,libsiphasher-0d7f3e08879225d4,libphf-429af2b44ad28905,libphf_shared-feff3e8112be34af,libsiphasher-1f09e35fa454ec4d,libtendril-4d5818a924fa379c,libutf8-3c5e274bb51994fd,libfutf-ad54ae59f79bf535,libdebug_unreachable-f7b9f09a34de90c3,libmac-c05d591fa8e0369c,liburl-c3f64b48c8b9381c,libidna-220ad0aa979afc4f,libutf8_iter-efb3984ee203d151,libidna_adapter-85025b6259d6a88a,libicu_properties-b9b92189cabee62e,libicu_properties_data-3ce857fd8af40458,libicu_normalizer-8ba5e0c60b3918dd,libicu_normalizer_data-36a6e4b72d993458,libicu_collections-399ca4ee6ab672aa,libpotential_utf-071b5f8747359cff,libicu_provider-f541987cc139721e,libicu_locale_core-8e32f6776a2cfd7f,libtinystr-7ae6e569ef9cc8be,liblitemap-7055f24027520888,libwriteable-39ee9a118905f912,libzerovec-30ba533ebad81a16,libzerotrie-9a6371a5b706e514,libyoke-210a69f938da7b91,libstable_deref_trait-85c037262f22e89e,libzerofrom-29e74f81a276544a,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libserde-118177e1d1526070,libserde_core-f7ce46ab38d4ffe2,libthiserror-1a93186f46086dd2,libtokio-6a221c2082ddb6b7,libsignal_hook_registry-9425616317a70238,libsocket2-ee4e1846666f7c58,libbytes-a98c6e187cd1e46b,libmio-5235ac7fa9c69a69,libparking_lot-0d9abbb55ddef6a6,libparking_lot_core-8d2c739e2972f314,liblibc-fdda17a8bfb21af6,libcfg_if-fb4fff39c6905280,libsmallvec-8ab267bfdb1838ba,liblock_api-ccf13efd4e88e514,libscopeguard-88d64e99d3001c2a,libpin_project_lite-5ffafa3f2ed0bb57}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcBXb7qX/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-6d9692da1fe6824f/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/multi_provider_search-006353840fd19c91" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[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 `websearch` (example "multi_provider_search") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcux19lX/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-98c29ebad8d94d43,libtermcolor-f6acb55d5caadcb3,libis_terminal-82c1ce4beccda477,libhumantime-34143751b63faeab,libregex-c8c43f5041a21926,libregex_automata-922b72b7163aa5ec,libaho_corasick-e86d35dad3c7fe93,libregex_syntax-ff45ae05f02638dd,libwebsearch-960c050f153b0c51,libquick_xml-8e6257fc3adfe284,libreqwest-4c03e6655521fe71,librustls_pemfile-f2760b70d3be5bc8,libhyper_rustls-9b668abe6183df26,libserde_urlencoded-7e4cae67657ae7d6,libwebpki_roots-8f19deeabafd6f44,libbase64-76d22feba062e299,libipnet-7f24c5b85fa70b77,libtokio_rustls-65db8728d03c3fdc,libmime-7cbfcc84299bf52b,libencoding_rs-ca3cc100691aa7e4,libserde_json-d2f84bdc21f2aca1,libryu-f1418741a05f84c6,librustls-d81bf4fa72ba80ab,libsct-261585cc05ababdb,libwebpki-45db908bd3df2c29,libring-c2000ea5aee3dc78,libgetrandom-c1549eae083d8503,libuntrusted-151845769873c416,libhyper-69992320c3fa87c3,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libsocket2-37c9a1ef9023417c,libhttparse-2dcf90c780aed9d3,libh2-31330bb28fdc1229,libindexmap-a5bf3d1ab00c9ab9,libequivalent-9631f206a02b9f54,libhashbrown-f62b4559aee38032,libtokio_util-0ea85c8f73e73c3f,libtower_service-222788e4f5219726,libtracing-92aacc2f83dbf5ff,libtracing_core-8dda8360ca83487e,libhttpdate-fd089b66c335a993,libfutures_util-96f51c054a0c635b,libmemchr-68452485f2c33fee,libfutures_io-a909ffe8b7e43c5e,libslab-61ed84375f91dbc7,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libsync_wrapper-e9e1b86a97fd86cb,libhttp_body-dbadf0351532aaef,libfutures_core-c23514cefd9aa7c7,libhttp-cbb6f3e1f9ff88d8,libfnv-2a26f5d3b9cd4973,libscraper-a326012348a560ab,libahash-d0dc416f02caa10e,libgetrandom-c5cf42f2b96a72d9,libonce_cell-db8f3eed2a1f3f7b,libzerocopy-17a50cc40105af46,libego_tree-5d39608a7dc84117,libselectors-985556f629ed5ee9,libservo_arc-792c2e1607ea1e78,libfxhash-f6d87756ce971792,libbyteorder-7912a666fa871683,libcssparser-bb0b66630c05a6e7,libitoa-7e733f37fe56f881,libdtoa_short-9f2a0ef59036dcf9,libdtoa-db1146a341ad0d00,libphf-da36bbcd55c53746,libbitflags-21bc98708c4de387,libhtml5ever-11bd0997bb00b53e,liblog-f1f6bbc4eedafb86,libmarkup5ever-ee8516a255506279,libstring_cache-20c808d4219572f2,libprecomputed_hash-941acba0b7c1b90b,libphf_shared-81bae7be2bc0da1f,libsiphasher-0d7f3e08879225d4,libphf-429af2b44ad28905,libphf_shared-feff3e8112be34af,libsiphasher-1f09e35fa454ec4d,libtendril-4d5818a924fa379c,libutf8-3c5e274bb51994fd,libfutf-ad54ae59f79bf535,libdebug_unreachable-f7b9f09a34de90c3,libmac-c05d591fa8e0369c,liburl-c3f64b48c8b9381c,libidna-220ad0aa979afc4f,libutf8_iter-efb3984ee203d151,libidna_adapter-85025b6259d6a88a,libicu_properties-b9b92189cabee62e,libicu_properties_data-3ce857fd8af40458,libicu_normalizer-8ba5e0c60b3918dd,libicu_normalizer_data-36a6e4b72d993458,libicu_collections-399ca4ee6ab672aa,libpotential_utf-071b5f8747359cff,libicu_provider-f541987cc139721e,libicu_locale_core-8e32f6776a2cfd7f,libtinystr-7ae6e569ef9cc8be,liblitemap-7055f24027520888,libwriteable-39ee9a118905f912,libzerovec-30ba533ebad81a16,libzerotrie-9a6371a5b706e514,libyoke-210a69f938da7b91,libstable_deref_trait-85c037262f22e89e,libzerofrom-29e74f81a276544a,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libserde-118177e1d1526070,libserde_core-f7ce46ab38d4ffe2,libtokio-6a221c2082ddb6b7,libsignal_hook_registry-9425616317a70238,libsocket2-ee4e1846666f7c58,libbytes-a98c6e187cd1e46b,libmio-5235ac7fa9c69a69,libparking_lot-0d9abbb55ddef6a6,libparking_lot_core-8d2c739e2972f314,liblibc-fdda17a8bfb21af6,libcfg_if-fb4fff39c6905280,libsmallvec-8ab267bfdb1838ba,liblock_api-ccf13efd4e88e514,libscopeguard-88d64e99d3001c2a,libpin_project_lite-5ffafa3f2ed0bb57,libthiserror-1a93186f46086dd2}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcux19lX/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-6d9692da1fe6824f/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/tavily_search-5956cf98811066dc" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[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 `websearch` (example "tavily_search") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0a4f7abddc73eccaf695a8695616c3d50a08fa7dc09df30dd889b20800725f9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a4f7abddc73eccaf695a8695616c3d50a08fa7dc09df30dd889b20800725f9f", kill_on_drop: false }`
[INFO] [stdout] 0a4f7abddc73eccaf695a8695616c3d50a08fa7dc09df30dd889b20800725f9f
