[INFO] fetching crate tiny-agent-rs 0.1.0...
[INFO] testing tiny-agent-rs-0.1.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate tiny-agent-rs 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate tiny-agent-rs 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tiny-agent-rs 0.1.0
[INFO] tweaked toml for crates.io crate tiny-agent-rs 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tiny-agent-rs 0.1.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tiny-agent-rs 0.1.0 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5b4eecfbbba158e7f94ecbf7e0167e34d1b5d705c5bcc0293f945fb49a079f87
[INFO] running `Command { std: "docker" "start" "-a" "5b4eecfbbba158e7f94ecbf7e0167e34d1b5d705c5bcc0293f945fb49a079f87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b4eecfbbba158e7f94ecbf7e0167e34d1b5d705c5bcc0293f945fb49a079f87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b4eecfbbba158e7f94ecbf7e0167e34d1b5d705c5bcc0293f945fb49a079f87", kill_on_drop: false }`
[INFO] [stdout] 5b4eecfbbba158e7f94ecbf7e0167e34d1b5d705c5bcc0293f945fb49a079f87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a7a08b6d202e8fe32563b9c0f1c119584951aa54eabaf4ac2b6f566b01f3c25
[INFO] running `Command { std: "docker" "start" "-a" "8a7a08b6d202e8fe32563b9c0f1c119584951aa54eabaf4ac2b6f566b01f3c25", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling fraction v0.13.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[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 fancy-regex v0.11.0
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling async-convert v1.0.0
[INFO] [stderr]    Compiling iso8601 v0.6.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling tinyagent_macros v0.1.0
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[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 jsonschema v0.17.1
[INFO] [stderr]    Compiling async-openai v0.14.3
[INFO] [stderr]    Compiling tiny-agent-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
[INFO] running `Command { std: "docker" "inspect" "8a7a08b6d202e8fe32563b9c0f1c119584951aa54eabaf4ac2b6f566b01f3c25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a7a08b6d202e8fe32563b9c0f1c119584951aa54eabaf4ac2b6f566b01f3c25", kill_on_drop: false }`
[INFO] [stdout] 8a7a08b6d202e8fe32563b9c0f1c119584951aa54eabaf4ac2b6f566b01f3c25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ad68bb314b1286a07b29663b0046749c145e185b6d0658836bed375e9468d8d
[INFO] running `Command { std: "docker" "start" "-a" "7ad68bb314b1286a07b29663b0046749c145e185b6d0658836bed375e9468d8d", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[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 jsonschema v0.17.1
[INFO] [stderr]    Compiling async-openai v0.14.3
[INFO] [stderr]    Compiling tiny-agent-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcnsP5EF/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtiny_agent_rs-e644ece120297e95,libtracing_subscriber-b20b958c5e1bf1d4,libnu_ansi_term-902988940d2ccee9,libthread_local-1f7ed89ebed91eb2,libsharded_slab-09adf4328c5d351e,libtracing_log-617c033868a9dfaa,libserde_path_to_error-072455ba4779b73f,libasync_openai-ec3a087734f3170c,libtokio_stream-a18f6bc50d6734a9,libbackoff-73ddce9fd7be1b10,libinstant-ed6666889c91e434,libasync_convert-20a9ac35ef8fd6f4,libderive_builder-ba37ec67f00c65fe,librand-07f15c149b0d72bf,librand_chacha-608701fd5e68981b,libppv_lite86-1d7606b3944c9438,librand_core-e2b71f3d75acf512,libreqwest_eventsource-14d6c510237e8c27,libfutures_timer-c5bc2a132ab7184e,libeventsource_stream-d619db7e1f40a062,libnom-4ca9fb861a6638cb,libfutures-bc4e819a493bf15b,libfutures_executor-c60491763cf2e706,libdotenvy-7a740a0f97135aed,libclap-6c9eeca05ec5f602,libclap_builder-790e7ba64ab8fd5c,libstrsim-7d9507ff4dccca86,libanstream-5f74c309e983d11d,libanstyle_query-778efd28f60e4685,libis_terminal_polyfill-faef7ac602f6391d,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-6924b5d30ca5b755,libanstyle-5de05ff4a29b559e,libjsonschema-f629d10b43945752,libreqwest-b2f4c05d21295bd3,libhyper_rustls-a406027b7b195f5b,libhyper_tls-837b4b8875cbabb9,librustls_native_certs-f0035b9adfba2c23,librustls_pemfile-f9047a845bb3c3c6,libipnet-5508fab34b1f3786,libtokio_native_tls-80a7a1dddb3e3f3c,libtokio_rustls-5ecac4f03474cca5,librustls-8fec103c8b2404ac,libsct-6a77b9afba276567,libwebpki-8ef4810aa2127bf0,libring-4fa582213d869c71,libgetrandom-0945e1f70734cb54,libuntrusted-ae5fa18859ffcbba,libserde_urlencoded-7b5ae72690f8e21c,libencoding_rs-f15d237159d89b99,libmime_guess-8a1b1e80ecde5fe1,libunicase-a1e69708090f1bec,libmime-aa776e7d0d3a99c3,libnative_tls-100cc8dffa915fdf,libopenssl_probe-eea81a4ba667d54e,libopenssl-03f7693716f4cfe0,libbitflags-3124c7edbb67505f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-6925a1cc3add47d2,libhyper-4b2fe0dfc858d07f,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libsocket2-5cf55d790c59c3f7,libhttparse-9c8043f0d8f65c21,libh2-0c757cd68c6014b4,libindexmap-57d75debf17e569f,libequivalent-2f5434284319e1e1,libhashbrown-d7031b8699cda8af,libtower_service-d85697bf5431d8b4,libtokio_util-42a0f496a160023a,libtokio-085dc66fe15c4961,libsignal_hook_registry-8e260114de32178b,libsocket2-fc63710c7bc20d80,libmio-b343bf2f049772cc,libsync_wrapper-ed838535a8ddeeff,libhttp_body-2e568c27b1d31f9a,libfutures_util-9f36b87cb2cb22ea,libfutures_io-0c818ad091fbaf7f,libslab-5720d3dfa1792f68,libfutures_channel-29524163f8896842,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,liblog-4bfbf763d8e8be42,libfutures_core-5b72dc92615109c0,libhttp-3164eb5a0c59996c,libbytes-8160c0ff9646c5ab,libfnv-bf8b415be0978c3b,libiso8601-c31b760618e98f0b,libnom-c69a1466612a20f1,libbytecount-b34d4f18522371f3,libanyhow-bf2ca2eac6d23ebd,libtime-d97f0aa801840930,libtime_core-5e625b38a65bb06c,libnum_conv-910404deaa80eaa9,libderanged-06bec5834fa422e9,libpowerfmt-dcf4c7392d25d790,libparking_lot-df259d077679f794,libparking_lot_core-08702355e3c3d70d,liblock_api-50f3abc6222881ec,libscopeguard-96105b3e6a714ed4,libfraction-b39fc7f6b5ae50e5,liblazy_static-58edaf41543212f3,libnum-91a14ebd0f245034,libnum_iter-0a7277abb81974d3,libnum_rational-ca015e0cb6c83d27,libnum_complex-71ccffcc3ed22dcb,libnum_bigint-068a61ab6b04e7a8,libnum_integer-e7e9b29b9dc7cb2f,libnum_traits-9038bb459b9a0748,libuuid-3691e3877828a128,libfancy_regex-2e7d3a4bc64a8d9b,libregex-80fe347feb4256a4,libregex_automata-c431843a2e351a3e,libaho_corasick-4d1747f2f64261f3,libregex_syntax-3cca980d12fc0e05,libbit_set-09e831e5200832b3,libbit_vec-91746d14fbe28b3c,libnum_cmp-720530316cd6d49c,libbase64-3c09d9a3080a6023,libahash-47f0bcfb2bcceb9a,libgetrandom-f7a50b34d856b91b,liblibc-a852b89fc0afb0c2,libcfg_if-64b1dcae456935ce,libzerocopy-d741454ad2eb761b,liburl-b354450d96c4293b,libidna-2987ae0b9c140049,libutf8_iter-d59950773a6f062b,libidna_adapter-15c13d9444f4cfa9,libicu_properties-61f1ebfaae1d06a2,libicu_properties_data-850c631512607ecf,libicu_normalizer-127e8f0db594f199,libsmallvec-695d630f41d8414d,libicu_normalizer_data-e7716533b22cf0b6,libicu_collections-842f00afb532572b,libpotential_utf-448064984feadbd0,libicu_provider-95808a2eb0f6b117,libicu_locale_core-8c3e75d5c6d947c1,libtinystr-128bc880187757ae,liblitemap-fb7a472e7d3ad0e3,libwriteable-519e9ff197136ede,libzerovec-ff6561cb250e73c4,libzerotrie-0dd959bbed89e3c1,libyoke-4ca33bd3474c0acb,libstable_deref_trait-6144d876008295f7,libzerofrom-f9c630b7394ccba1,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libschemars-f99536135dd9bc06,libdyn_clone-0eddceeccbf472cb,libthiserror-67c26360bfe5990d,libtracing-d32ec5e8be0c24da,libpin_project_lite-63e0d9d6cb6ec6cf,libtracing_core-b50a2d21a7e9ef4a,libonce_cell-9ec3b2d30075ab56,libserde-f6d613432cae0cd1,libserde_json-c678ec5f613fb57e,libmemchr-b567a4d9673dfb1d,libitoa-ba08b808be5ac239,libryu-b4971a7af0446da6,libserde_core-a48aee6ccd48ae46}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcnsP5EF/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-10e96ff90835c8f8/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/real_agent-59d21d88f7c50ead" "-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 `tiny-agent-rs` (example "real_agent") 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:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcymEiO7/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtiny_agent_rs-e644ece120297e95,libtracing_subscriber-b20b958c5e1bf1d4,libnu_ansi_term-902988940d2ccee9,libthread_local-1f7ed89ebed91eb2,libsharded_slab-09adf4328c5d351e,libtracing_log-617c033868a9dfaa,libserde_path_to_error-072455ba4779b73f,libasync_openai-ec3a087734f3170c,libtokio_stream-a18f6bc50d6734a9,libbackoff-73ddce9fd7be1b10,libinstant-ed6666889c91e434,libasync_convert-20a9ac35ef8fd6f4,libderive_builder-ba37ec67f00c65fe,librand-07f15c149b0d72bf,librand_chacha-608701fd5e68981b,libppv_lite86-1d7606b3944c9438,librand_core-e2b71f3d75acf512,libreqwest_eventsource-14d6c510237e8c27,libfutures_timer-c5bc2a132ab7184e,libeventsource_stream-d619db7e1f40a062,libnom-4ca9fb861a6638cb,libfutures-bc4e819a493bf15b,libfutures_executor-c60491763cf2e706,libdotenvy-7a740a0f97135aed,libclap-6c9eeca05ec5f602,libclap_builder-790e7ba64ab8fd5c,libstrsim-7d9507ff4dccca86,libanstream-5f74c309e983d11d,libanstyle_query-778efd28f60e4685,libis_terminal_polyfill-faef7ac602f6391d,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-6924b5d30ca5b755,libanstyle-5de05ff4a29b559e,libjsonschema-f629d10b43945752,libreqwest-b2f4c05d21295bd3,libhyper_rustls-a406027b7b195f5b,libhyper_tls-837b4b8875cbabb9,librustls_native_certs-f0035b9adfba2c23,librustls_pemfile-f9047a845bb3c3c6,libipnet-5508fab34b1f3786,libtokio_native_tls-80a7a1dddb3e3f3c,libtokio_rustls-5ecac4f03474cca5,librustls-8fec103c8b2404ac,libsct-6a77b9afba276567,libwebpki-8ef4810aa2127bf0,libring-4fa582213d869c71,libgetrandom-0945e1f70734cb54,libuntrusted-ae5fa18859ffcbba,libserde_urlencoded-7b5ae72690f8e21c,libencoding_rs-f15d237159d89b99,libmime_guess-8a1b1e80ecde5fe1,libunicase-a1e69708090f1bec,libmime-aa776e7d0d3a99c3,libnative_tls-100cc8dffa915fdf,libopenssl_probe-eea81a4ba667d54e,libopenssl-03f7693716f4cfe0,libbitflags-3124c7edbb67505f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-6925a1cc3add47d2,libhyper-4b2fe0dfc858d07f,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libsocket2-5cf55d790c59c3f7,libhttparse-9c8043f0d8f65c21,libh2-0c757cd68c6014b4,libindexmap-57d75debf17e569f,libequivalent-2f5434284319e1e1,libhashbrown-d7031b8699cda8af,libtower_service-d85697bf5431d8b4,libtokio_util-42a0f496a160023a,libtokio-085dc66fe15c4961,libsignal_hook_registry-8e260114de32178b,libsocket2-fc63710c7bc20d80,libmio-b343bf2f049772cc,libsync_wrapper-ed838535a8ddeeff,libhttp_body-2e568c27b1d31f9a,libfutures_util-9f36b87cb2cb22ea,libfutures_io-0c818ad091fbaf7f,libslab-5720d3dfa1792f68,libfutures_channel-29524163f8896842,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,liblog-4bfbf763d8e8be42,libfutures_core-5b72dc92615109c0,libhttp-3164eb5a0c59996c,libbytes-8160c0ff9646c5ab,libfnv-bf8b415be0978c3b,libiso8601-c31b760618e98f0b,libnom-c69a1466612a20f1,libbytecount-b34d4f18522371f3,libanyhow-bf2ca2eac6d23ebd,libtime-d97f0aa801840930,libtime_core-5e625b38a65bb06c,libnum_conv-910404deaa80eaa9,libderanged-06bec5834fa422e9,libpowerfmt-dcf4c7392d25d790,libparking_lot-df259d077679f794,libparking_lot_core-08702355e3c3d70d,liblock_api-50f3abc6222881ec,libscopeguard-96105b3e6a714ed4,libfraction-b39fc7f6b5ae50e5,liblazy_static-58edaf41543212f3,libnum-91a14ebd0f245034,libnum_iter-0a7277abb81974d3,libnum_rational-ca015e0cb6c83d27,libnum_complex-71ccffcc3ed22dcb,libnum_bigint-068a61ab6b04e7a8,libnum_integer-e7e9b29b9dc7cb2f,libnum_traits-9038bb459b9a0748,libuuid-3691e3877828a128,libfancy_regex-2e7d3a4bc64a8d9b,libregex-80fe347feb4256a4,libregex_automata-c431843a2e351a3e,libaho_corasick-4d1747f2f64261f3,libregex_syntax-3cca980d12fc0e05,libbit_set-09e831e5200832b3,libbit_vec-91746d14fbe28b3c,libnum_cmp-720530316cd6d49c,libbase64-3c09d9a3080a6023,libahash-47f0bcfb2bcceb9a,libgetrandom-f7a50b34d856b91b,liblibc-a852b89fc0afb0c2,libcfg_if-64b1dcae456935ce,libzerocopy-d741454ad2eb761b,liburl-b354450d96c4293b,libidna-2987ae0b9c140049,libutf8_iter-d59950773a6f062b,libidna_adapter-15c13d9444f4cfa9,libicu_properties-61f1ebfaae1d06a2,libicu_properties_data-850c631512607ecf,libicu_normalizer-127e8f0db594f199,libsmallvec-695d630f41d8414d,libicu_normalizer_data-e7716533b22cf0b6,libicu_collections-842f00afb532572b,libpotential_utf-448064984feadbd0,libicu_provider-95808a2eb0f6b117,libicu_locale_core-8c3e75d5c6d947c1,libtinystr-128bc880187757ae,liblitemap-fb7a472e7d3ad0e3,libwriteable-519e9ff197136ede,libzerovec-ff6561cb250e73c4,libzerotrie-0dd959bbed89e3c1,libyoke-4ca33bd3474c0acb,libstable_deref_trait-6144d876008295f7,libzerofrom-f9c630b7394ccba1,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libschemars-f99536135dd9bc06,libdyn_clone-0eddceeccbf472cb,libthiserror-67c26360bfe5990d,libtracing-d32ec5e8be0c24da,libpin_project_lite-63e0d9d6cb6ec6cf,libtracing_core-b50a2d21a7e9ef4a,libonce_cell-9ec3b2d30075ab56,libserde-f6d613432cae0cd1,libserde_json-c678ec5f613fb57e,libmemchr-b567a4d9673dfb1d,libitoa-ba08b808be5ac239,libryu-b4971a7af0446da6,libserde_core-a48aee6ccd48ae46}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcymEiO7/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-10e96ff90835c8f8/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/smolagents_demo-f9234cd59acf0bf9" "-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 `tiny-agent-rs` (example "smolagents_demo") 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/rustchlUUSN/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtiny_agent_rs-e644ece120297e95,libtracing_subscriber-b20b958c5e1bf1d4,libnu_ansi_term-902988940d2ccee9,libthread_local-1f7ed89ebed91eb2,libsharded_slab-09adf4328c5d351e,libtracing_log-617c033868a9dfaa,libserde_path_to_error-072455ba4779b73f,libasync_openai-ec3a087734f3170c,libtokio_stream-a18f6bc50d6734a9,libbackoff-73ddce9fd7be1b10,libinstant-ed6666889c91e434,libasync_convert-20a9ac35ef8fd6f4,libderive_builder-ba37ec67f00c65fe,librand-07f15c149b0d72bf,librand_chacha-608701fd5e68981b,libppv_lite86-1d7606b3944c9438,librand_core-e2b71f3d75acf512,libreqwest_eventsource-14d6c510237e8c27,libfutures_timer-c5bc2a132ab7184e,libeventsource_stream-d619db7e1f40a062,libnom-4ca9fb861a6638cb,libfutures-bc4e819a493bf15b,libfutures_executor-c60491763cf2e706,libdotenvy-7a740a0f97135aed,libclap-6c9eeca05ec5f602,libclap_builder-790e7ba64ab8fd5c,libstrsim-7d9507ff4dccca86,libanstream-5f74c309e983d11d,libanstyle_query-778efd28f60e4685,libis_terminal_polyfill-faef7ac602f6391d,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-6924b5d30ca5b755,libanstyle-5de05ff4a29b559e,libjsonschema-f629d10b43945752,libreqwest-b2f4c05d21295bd3,libhyper_rustls-a406027b7b195f5b,libhyper_tls-837b4b8875cbabb9,librustls_native_certs-f0035b9adfba2c23,librustls_pemfile-f9047a845bb3c3c6,libipnet-5508fab34b1f3786,libtokio_native_tls-80a7a1dddb3e3f3c,libtokio_rustls-5ecac4f03474cca5,librustls-8fec103c8b2404ac,libsct-6a77b9afba276567,libwebpki-8ef4810aa2127bf0,libring-4fa582213d869c71,libgetrandom-0945e1f70734cb54,libuntrusted-ae5fa18859ffcbba,libserde_urlencoded-7b5ae72690f8e21c,libencoding_rs-f15d237159d89b99,libmime_guess-8a1b1e80ecde5fe1,libunicase-a1e69708090f1bec,libmime-aa776e7d0d3a99c3,libnative_tls-100cc8dffa915fdf,libopenssl_probe-eea81a4ba667d54e,libopenssl-03f7693716f4cfe0,libbitflags-3124c7edbb67505f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-6925a1cc3add47d2,libhyper-4b2fe0dfc858d07f,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libsocket2-5cf55d790c59c3f7,libhttparse-9c8043f0d8f65c21,libh2-0c757cd68c6014b4,libindexmap-57d75debf17e569f,libequivalent-2f5434284319e1e1,libhashbrown-d7031b8699cda8af,libtower_service-d85697bf5431d8b4,libtokio_util-42a0f496a160023a,libtokio-085dc66fe15c4961,libsignal_hook_registry-8e260114de32178b,libsocket2-fc63710c7bc20d80,libmio-b343bf2f049772cc,libsync_wrapper-ed838535a8ddeeff,libhttp_body-2e568c27b1d31f9a,libfutures_util-9f36b87cb2cb22ea,libfutures_io-0c818ad091fbaf7f,libslab-5720d3dfa1792f68,libfutures_channel-29524163f8896842,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,liblog-4bfbf763d8e8be42,libfutures_core-5b72dc92615109c0,libhttp-3164eb5a0c59996c,libbytes-8160c0ff9646c5ab,libfnv-bf8b415be0978c3b,libiso8601-c31b760618e98f0b,libnom-c69a1466612a20f1,libbytecount-b34d4f18522371f3,libanyhow-bf2ca2eac6d23ebd,libtime-d97f0aa801840930,libtime_core-5e625b38a65bb06c,libnum_conv-910404deaa80eaa9,libderanged-06bec5834fa422e9,libpowerfmt-dcf4c7392d25d790,libparking_lot-df259d077679f794,libparking_lot_core-08702355e3c3d70d,liblock_api-50f3abc6222881ec,libscopeguard-96105b3e6a714ed4,libfraction-b39fc7f6b5ae50e5,liblazy_static-58edaf41543212f3,libnum-91a14ebd0f245034,libnum_iter-0a7277abb81974d3,libnum_rational-ca015e0cb6c83d27,libnum_complex-71ccffcc3ed22dcb,libnum_bigint-068a61ab6b04e7a8,libnum_integer-e7e9b29b9dc7cb2f,libnum_traits-9038bb459b9a0748,libuuid-3691e3877828a128,libfancy_regex-2e7d3a4bc64a8d9b,libregex-80fe347feb4256a4,libregex_automata-c431843a2e351a3e,libaho_corasick-4d1747f2f64261f3,libregex_syntax-3cca980d12fc0e05,libbit_set-09e831e5200832b3,libbit_vec-91746d14fbe28b3c,libnum_cmp-720530316cd6d49c,libbase64-3c09d9a3080a6023,libahash-47f0bcfb2bcceb9a,libgetrandom-f7a50b34d856b91b,liblibc-a852b89fc0afb0c2,libcfg_if-64b1dcae456935ce,libzerocopy-d741454ad2eb761b,liburl-b354450d96c4293b,libidna-2987ae0b9c140049,libutf8_iter-d59950773a6f062b,libidna_adapter-15c13d9444f4cfa9,libicu_properties-61f1ebfaae1d06a2,libicu_properties_data-850c631512607ecf,libicu_normalizer-127e8f0db594f199,libsmallvec-695d630f41d8414d,libicu_normalizer_data-e7716533b22cf0b6,libicu_collections-842f00afb532572b,libpotential_utf-448064984feadbd0,libicu_provider-95808a2eb0f6b117,libicu_locale_core-8c3e75d5c6d947c1,libtinystr-128bc880187757ae,liblitemap-fb7a472e7d3ad0e3,libwriteable-519e9ff197136ede,libzerovec-ff6561cb250e73c4,libzerotrie-0dd959bbed89e3c1,libyoke-4ca33bd3474c0acb,libstable_deref_trait-6144d876008295f7,libzerofrom-f9c630b7394ccba1,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libschemars-f99536135dd9bc06,libdyn_clone-0eddceeccbf472cb,libthiserror-67c26360bfe5990d,libtracing-d32ec5e8be0c24da,libpin_project_lite-63e0d9d6cb6ec6cf,libtracing_core-b50a2d21a7e9ef4a,libonce_cell-9ec3b2d30075ab56,libserde-f6d613432cae0cd1,libserde_json-c678ec5f613fb57e,libmemchr-b567a4d9673dfb1d,libitoa-ba08b808be5ac239,libryu-b4971a7af0446da6,libserde_core-a48aee6ccd48ae46}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustchlUUSN/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-10e96ff90835c8f8/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/complete_agent-b4a4b9de7b8e2c16" "-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 `tiny-agent-rs` (example "complete_agent") 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/deps/rustcU4vb9P/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtiny_agent_rs-e644ece120297e95,libtracing_subscriber-b20b958c5e1bf1d4,libnu_ansi_term-902988940d2ccee9,libthread_local-1f7ed89ebed91eb2,libsharded_slab-09adf4328c5d351e,libtracing_log-617c033868a9dfaa,libserde_path_to_error-072455ba4779b73f,libasync_openai-ec3a087734f3170c,libtokio_stream-a18f6bc50d6734a9,libbackoff-73ddce9fd7be1b10,libinstant-ed6666889c91e434,libasync_convert-20a9ac35ef8fd6f4,libderive_builder-ba37ec67f00c65fe,librand-07f15c149b0d72bf,librand_chacha-608701fd5e68981b,libppv_lite86-1d7606b3944c9438,librand_core-e2b71f3d75acf512,libreqwest_eventsource-14d6c510237e8c27,libfutures_timer-c5bc2a132ab7184e,libeventsource_stream-d619db7e1f40a062,libnom-4ca9fb861a6638cb,libfutures-bc4e819a493bf15b,libfutures_executor-c60491763cf2e706,libdotenvy-7a740a0f97135aed,libclap-6c9eeca05ec5f602,libclap_builder-790e7ba64ab8fd5c,libstrsim-7d9507ff4dccca86,libanstream-5f74c309e983d11d,libanstyle_query-778efd28f60e4685,libis_terminal_polyfill-faef7ac602f6391d,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-6924b5d30ca5b755,libanstyle-5de05ff4a29b559e,libjsonschema-f629d10b43945752,libreqwest-b2f4c05d21295bd3,libhyper_rustls-a406027b7b195f5b,libhyper_tls-837b4b8875cbabb9,librustls_native_certs-f0035b9adfba2c23,librustls_pemfile-f9047a845bb3c3c6,libipnet-5508fab34b1f3786,libtokio_native_tls-80a7a1dddb3e3f3c,libtokio_rustls-5ecac4f03474cca5,librustls-8fec103c8b2404ac,libsct-6a77b9afba276567,libwebpki-8ef4810aa2127bf0,libring-4fa582213d869c71,libgetrandom-0945e1f70734cb54,libuntrusted-ae5fa18859ffcbba,libserde_urlencoded-7b5ae72690f8e21c,libencoding_rs-f15d237159d89b99,libmime_guess-8a1b1e80ecde5fe1,libunicase-a1e69708090f1bec,libmime-aa776e7d0d3a99c3,libnative_tls-100cc8dffa915fdf,libopenssl_probe-eea81a4ba667d54e,libopenssl-03f7693716f4cfe0,libbitflags-3124c7edbb67505f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-6925a1cc3add47d2,libhyper-4b2fe0dfc858d07f,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libsocket2-5cf55d790c59c3f7,libhttparse-9c8043f0d8f65c21,libh2-0c757cd68c6014b4,libindexmap-57d75debf17e569f,libequivalent-2f5434284319e1e1,libhashbrown-d7031b8699cda8af,libtower_service-d85697bf5431d8b4,libtokio_util-42a0f496a160023a,libtokio-085dc66fe15c4961,libsignal_hook_registry-8e260114de32178b,libsocket2-fc63710c7bc20d80,libmio-b343bf2f049772cc,libsync_wrapper-ed838535a8ddeeff,libhttp_body-2e568c27b1d31f9a,libfutures_util-9f36b87cb2cb22ea,libfutures_io-0c818ad091fbaf7f,libslab-5720d3dfa1792f68,libfutures_channel-29524163f8896842,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,liblog-4bfbf763d8e8be42,libfutures_core-5b72dc92615109c0,libhttp-3164eb5a0c59996c,libbytes-8160c0ff9646c5ab,libfnv-bf8b415be0978c3b,libiso8601-c31b760618e98f0b,libnom-c69a1466612a20f1,libbytecount-b34d4f18522371f3,libanyhow-bf2ca2eac6d23ebd,libtime-d97f0aa801840930,libtime_core-5e625b38a65bb06c,libnum_conv-910404deaa80eaa9,libderanged-06bec5834fa422e9,libpowerfmt-dcf4c7392d25d790,libparking_lot-df259d077679f794,libparking_lot_core-08702355e3c3d70d,liblock_api-50f3abc6222881ec,libscopeguard-96105b3e6a714ed4,libfraction-b39fc7f6b5ae50e5,liblazy_static-58edaf41543212f3,libnum-91a14ebd0f245034,libnum_iter-0a7277abb81974d3,libnum_rational-ca015e0cb6c83d27,libnum_complex-71ccffcc3ed22dcb,libnum_bigint-068a61ab6b04e7a8,libnum_integer-e7e9b29b9dc7cb2f,libnum_traits-9038bb459b9a0748,libuuid-3691e3877828a128,libfancy_regex-2e7d3a4bc64a8d9b,libregex-80fe347feb4256a4,libregex_automata-c431843a2e351a3e,libaho_corasick-4d1747f2f64261f3,libregex_syntax-3cca980d12fc0e05,libbit_set-09e831e5200832b3,libbit_vec-91746d14fbe28b3c,libnum_cmp-720530316cd6d49c,libbase64-3c09d9a3080a6023,libahash-47f0bcfb2bcceb9a,libgetrandom-f7a50b34d856b91b,liblibc-a852b89fc0afb0c2,libcfg_if-64b1dcae456935ce,libzerocopy-d741454ad2eb761b,liburl-b354450d96c4293b,libidna-2987ae0b9c140049,libutf8_iter-d59950773a6f062b,libidna_adapter-15c13d9444f4cfa9,libicu_properties-61f1ebfaae1d06a2,libicu_properties_data-850c631512607ecf,libicu_normalizer-127e8f0db594f199,libsmallvec-695d630f41d8414d,libicu_normalizer_data-e7716533b22cf0b6,libicu_collections-842f00afb532572b,libpotential_utf-448064984feadbd0,libicu_provider-95808a2eb0f6b117,libicu_locale_core-8c3e75d5c6d947c1,libtinystr-128bc880187757ae,liblitemap-fb7a472e7d3ad0e3,libwriteable-519e9ff197136ede,libzerovec-ff6561cb250e73c4,libzerotrie-0dd959bbed89e3c1,libyoke-4ca33bd3474c0acb,libstable_deref_trait-6144d876008295f7,libzerofrom-f9c630b7394ccba1,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libschemars-f99536135dd9bc06,libdyn_clone-0eddceeccbf472cb,libthiserror-67c26360bfe5990d,libtracing-d32ec5e8be0c24da,libpin_project_lite-63e0d9d6cb6ec6cf,libtracing_core-b50a2d21a7e9ef4a,libonce_cell-9ec3b2d30075ab56,libserde-f6d613432cae0cd1,libserde_json-c678ec5f613fb57e,libmemchr-b567a4d9673dfb1d,libitoa-ba08b808be5ac239,libryu-b4971a7af0446da6,libserde_core-a48aee6ccd48ae46}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcU4vb9P/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-10e96ff90835c8f8/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/integration_tests-981c55b25655820c" "-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 `tiny-agent-rs` (test "integration_tests") 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/rustcAxjf30/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtiny_agent_rs-e644ece120297e95,libtracing_subscriber-b20b958c5e1bf1d4,libnu_ansi_term-902988940d2ccee9,libthread_local-1f7ed89ebed91eb2,libsharded_slab-09adf4328c5d351e,libtracing_log-617c033868a9dfaa,libserde_path_to_error-072455ba4779b73f,libasync_openai-ec3a087734f3170c,libtokio_stream-a18f6bc50d6734a9,libbackoff-73ddce9fd7be1b10,libinstant-ed6666889c91e434,libasync_convert-20a9ac35ef8fd6f4,libderive_builder-ba37ec67f00c65fe,librand-07f15c149b0d72bf,librand_chacha-608701fd5e68981b,libppv_lite86-1d7606b3944c9438,librand_core-e2b71f3d75acf512,libreqwest_eventsource-14d6c510237e8c27,libfutures_timer-c5bc2a132ab7184e,libeventsource_stream-d619db7e1f40a062,libnom-4ca9fb861a6638cb,libfutures-bc4e819a493bf15b,libfutures_executor-c60491763cf2e706,libdotenvy-7a740a0f97135aed,libclap-6c9eeca05ec5f602,libclap_builder-790e7ba64ab8fd5c,libstrsim-7d9507ff4dccca86,libanstream-5f74c309e983d11d,libanstyle_query-778efd28f60e4685,libis_terminal_polyfill-faef7ac602f6391d,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-6924b5d30ca5b755,libanstyle-5de05ff4a29b559e,libjsonschema-f629d10b43945752,libreqwest-b2f4c05d21295bd3,libhyper_rustls-a406027b7b195f5b,libhyper_tls-837b4b8875cbabb9,librustls_native_certs-f0035b9adfba2c23,librustls_pemfile-f9047a845bb3c3c6,libipnet-5508fab34b1f3786,libtokio_native_tls-80a7a1dddb3e3f3c,libtokio_rustls-5ecac4f03474cca5,librustls-8fec103c8b2404ac,libsct-6a77b9afba276567,libwebpki-8ef4810aa2127bf0,libring-4fa582213d869c71,libgetrandom-0945e1f70734cb54,libuntrusted-ae5fa18859ffcbba,libserde_urlencoded-7b5ae72690f8e21c,libencoding_rs-f15d237159d89b99,libmime_guess-8a1b1e80ecde5fe1,libunicase-a1e69708090f1bec,libmime-aa776e7d0d3a99c3,libnative_tls-100cc8dffa915fdf,libopenssl_probe-eea81a4ba667d54e,libopenssl-03f7693716f4cfe0,libbitflags-3124c7edbb67505f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-6925a1cc3add47d2,libhyper-4b2fe0dfc858d07f,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libsocket2-5cf55d790c59c3f7,libhttparse-9c8043f0d8f65c21,libh2-0c757cd68c6014b4,libindexmap-57d75debf17e569f,libequivalent-2f5434284319e1e1,libhashbrown-d7031b8699cda8af,libtower_service-d85697bf5431d8b4,libtokio_util-42a0f496a160023a,libtokio-085dc66fe15c4961,libsignal_hook_registry-8e260114de32178b,libsocket2-fc63710c7bc20d80,libmio-b343bf2f049772cc,libsync_wrapper-ed838535a8ddeeff,libhttp_body-2e568c27b1d31f9a,libfutures_util-9f36b87cb2cb22ea,libfutures_io-0c818ad091fbaf7f,libslab-5720d3dfa1792f68,libfutures_channel-29524163f8896842,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,liblog-4bfbf763d8e8be42,libfutures_core-5b72dc92615109c0,libhttp-3164eb5a0c59996c,libbytes-8160c0ff9646c5ab,libfnv-bf8b415be0978c3b,libiso8601-c31b760618e98f0b,libnom-c69a1466612a20f1,libbytecount-b34d4f18522371f3,libanyhow-bf2ca2eac6d23ebd,libtime-d97f0aa801840930,libtime_core-5e625b38a65bb06c,libnum_conv-910404deaa80eaa9,libderanged-06bec5834fa422e9,libpowerfmt-dcf4c7392d25d790,libparking_lot-df259d077679f794,libparking_lot_core-08702355e3c3d70d,liblock_api-50f3abc6222881ec,libscopeguard-96105b3e6a714ed4,libfraction-b39fc7f6b5ae50e5,liblazy_static-58edaf41543212f3,libnum-91a14ebd0f245034,libnum_iter-0a7277abb81974d3,libnum_rational-ca015e0cb6c83d27,libnum_complex-71ccffcc3ed22dcb,libnum_bigint-068a61ab6b04e7a8,libnum_integer-e7e9b29b9dc7cb2f,libnum_traits-9038bb459b9a0748,libuuid-3691e3877828a128,libfancy_regex-2e7d3a4bc64a8d9b,libregex-80fe347feb4256a4,libregex_automata-c431843a2e351a3e,libaho_corasick-4d1747f2f64261f3,libregex_syntax-3cca980d12fc0e05,libbit_set-09e831e5200832b3,libbit_vec-91746d14fbe28b3c,libnum_cmp-720530316cd6d49c,libbase64-3c09d9a3080a6023,libahash-47f0bcfb2bcceb9a,libgetrandom-f7a50b34d856b91b,liblibc-a852b89fc0afb0c2,libcfg_if-64b1dcae456935ce,libzerocopy-d741454ad2eb761b,liburl-b354450d96c4293b,libidna-2987ae0b9c140049,libutf8_iter-d59950773a6f062b,libidna_adapter-15c13d9444f4cfa9,libicu_properties-61f1ebfaae1d06a2,libicu_properties_data-850c631512607ecf,libicu_normalizer-127e8f0db594f199,libsmallvec-695d630f41d8414d,libicu_normalizer_data-e7716533b22cf0b6,libicu_collections-842f00afb532572b,libpotential_utf-448064984feadbd0,libicu_provider-95808a2eb0f6b117,libicu_locale_core-8c3e75d5c6d947c1,libtinystr-128bc880187757ae,liblitemap-fb7a472e7d3ad0e3,libwriteable-519e9ff197136ede,libzerovec-ff6561cb250e73c4,libzerotrie-0dd959bbed89e3c1,libyoke-4ca33bd3474c0acb,libstable_deref_trait-6144d876008295f7,libzerofrom-f9c630b7394ccba1,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libschemars-f99536135dd9bc06,libdyn_clone-0eddceeccbf472cb,libthiserror-67c26360bfe5990d,libtracing-d32ec5e8be0c24da,libpin_project_lite-63e0d9d6cb6ec6cf,libtracing_core-b50a2d21a7e9ef4a,libonce_cell-9ec3b2d30075ab56,libserde-f6d613432cae0cd1,libserde_json-c678ec5f613fb57e,libmemchr-b567a4d9673dfb1d,libitoa-ba08b808be5ac239,libryu-b4971a7af0446da6,libserde_core-a48aee6ccd48ae46}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcAxjf30/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-10e96ff90835c8f8/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/basic_agent-60a2214ef6c1e7e0" "-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 `tiny-agent-rs` (example "basic_agent") 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/deps/rustcHUKEmQ/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtiny_agent_rs-e644ece120297e95,libtracing_subscriber-b20b958c5e1bf1d4,libnu_ansi_term-902988940d2ccee9,libthread_local-1f7ed89ebed91eb2,libsharded_slab-09adf4328c5d351e,libtracing_log-617c033868a9dfaa,libserde_path_to_error-072455ba4779b73f,libasync_openai-ec3a087734f3170c,libtokio_stream-a18f6bc50d6734a9,libbackoff-73ddce9fd7be1b10,libinstant-ed6666889c91e434,libasync_convert-20a9ac35ef8fd6f4,libderive_builder-ba37ec67f00c65fe,librand-07f15c149b0d72bf,librand_chacha-608701fd5e68981b,libppv_lite86-1d7606b3944c9438,librand_core-e2b71f3d75acf512,libreqwest_eventsource-14d6c510237e8c27,libfutures_timer-c5bc2a132ab7184e,libeventsource_stream-d619db7e1f40a062,libnom-4ca9fb861a6638cb,libfutures-bc4e819a493bf15b,libfutures_executor-c60491763cf2e706,libdotenvy-7a740a0f97135aed,libclap-6c9eeca05ec5f602,libclap_builder-790e7ba64ab8fd5c,libstrsim-7d9507ff4dccca86,libanstream-5f74c309e983d11d,libanstyle_query-778efd28f60e4685,libis_terminal_polyfill-faef7ac602f6391d,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-6924b5d30ca5b755,libanstyle-5de05ff4a29b559e,libjsonschema-f629d10b43945752,libreqwest-b2f4c05d21295bd3,libhyper_rustls-a406027b7b195f5b,libhyper_tls-837b4b8875cbabb9,librustls_native_certs-f0035b9adfba2c23,librustls_pemfile-f9047a845bb3c3c6,libipnet-5508fab34b1f3786,libtokio_native_tls-80a7a1dddb3e3f3c,libtokio_rustls-5ecac4f03474cca5,librustls-8fec103c8b2404ac,libsct-6a77b9afba276567,libwebpki-8ef4810aa2127bf0,libring-4fa582213d869c71,libgetrandom-0945e1f70734cb54,libuntrusted-ae5fa18859ffcbba,libserde_urlencoded-7b5ae72690f8e21c,libencoding_rs-f15d237159d89b99,libmime_guess-8a1b1e80ecde5fe1,libunicase-a1e69708090f1bec,libmime-aa776e7d0d3a99c3,libnative_tls-100cc8dffa915fdf,libopenssl_probe-eea81a4ba667d54e,libopenssl-03f7693716f4cfe0,libbitflags-3124c7edbb67505f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-6925a1cc3add47d2,libhyper-4b2fe0dfc858d07f,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libsocket2-5cf55d790c59c3f7,libhttparse-9c8043f0d8f65c21,libh2-0c757cd68c6014b4,libindexmap-57d75debf17e569f,libequivalent-2f5434284319e1e1,libhashbrown-d7031b8699cda8af,libtower_service-d85697bf5431d8b4,libtokio_util-42a0f496a160023a,libtokio-085dc66fe15c4961,libsignal_hook_registry-8e260114de32178b,libsocket2-fc63710c7bc20d80,libmio-b343bf2f049772cc,libsync_wrapper-ed838535a8ddeeff,libhttp_body-2e568c27b1d31f9a,libfutures_util-9f36b87cb2cb22ea,libfutures_io-0c818ad091fbaf7f,libslab-5720d3dfa1792f68,libfutures_channel-29524163f8896842,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,liblog-4bfbf763d8e8be42,libfutures_core-5b72dc92615109c0,libhttp-3164eb5a0c59996c,libbytes-8160c0ff9646c5ab,libfnv-bf8b415be0978c3b,libiso8601-c31b760618e98f0b,libnom-c69a1466612a20f1,libbytecount-b34d4f18522371f3,libanyhow-bf2ca2eac6d23ebd,libtime-d97f0aa801840930,libtime_core-5e625b38a65bb06c,libnum_conv-910404deaa80eaa9,libderanged-06bec5834fa422e9,libpowerfmt-dcf4c7392d25d790,libparking_lot-df259d077679f794,libparking_lot_core-08702355e3c3d70d,liblock_api-50f3abc6222881ec,libscopeguard-96105b3e6a714ed4,libfraction-b39fc7f6b5ae50e5,liblazy_static-58edaf41543212f3,libnum-91a14ebd0f245034,libnum_iter-0a7277abb81974d3,libnum_rational-ca015e0cb6c83d27,libnum_complex-71ccffcc3ed22dcb,libnum_bigint-068a61ab6b04e7a8,libnum_integer-e7e9b29b9dc7cb2f,libnum_traits-9038bb459b9a0748,libuuid-3691e3877828a128,libfancy_regex-2e7d3a4bc64a8d9b,libregex-80fe347feb4256a4,libregex_automata-c431843a2e351a3e,libaho_corasick-4d1747f2f64261f3,libregex_syntax-3cca980d12fc0e05,libbit_set-09e831e5200832b3,libbit_vec-91746d14fbe28b3c,libnum_cmp-720530316cd6d49c,libbase64-3c09d9a3080a6023,libahash-47f0bcfb2bcceb9a,libgetrandom-f7a50b34d856b91b,liblibc-a852b89fc0afb0c2,libcfg_if-64b1dcae456935ce,libzerocopy-d741454ad2eb761b,liburl-b354450d96c4293b,libidna-2987ae0b9c140049,libutf8_iter-d59950773a6f062b,libidna_adapter-15c13d9444f4cfa9,libicu_properties-61f1ebfaae1d06a2,libicu_properties_data-850c631512607ecf,libicu_normalizer-127e8f0db594f199,libsmallvec-695d630f41d8414d,libicu_normalizer_data-e7716533b22cf0b6,libicu_collections-842f00afb532572b,libpotential_utf-448064984feadbd0,libicu_provider-95808a2eb0f6b117,libicu_locale_core-8c3e75d5c6d947c1,libtinystr-128bc880187757ae,liblitemap-fb7a472e7d3ad0e3,libwriteable-519e9ff197136ede,libzerovec-ff6561cb250e73c4,libzerotrie-0dd959bbed89e3c1,libyoke-4ca33bd3474c0acb,libstable_deref_trait-6144d876008295f7,libzerofrom-f9c630b7394ccba1,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libthiserror-67c26360bfe5990d,libtracing-d32ec5e8be0c24da,libpin_project_lite-63e0d9d6cb6ec6cf,libtracing_core-b50a2d21a7e9ef4a,libonce_cell-9ec3b2d30075ab56,libschemars-f99536135dd9bc06,libdyn_clone-0eddceeccbf472cb,libserde-f6d613432cae0cd1,libserde_json-c678ec5f613fb57e,libmemchr-b567a4d9673dfb1d,libitoa-ba08b808be5ac239,libryu-b4971a7af0446da6,libserde_core-a48aee6ccd48ae46}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcHUKEmQ/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-10e96ff90835c8f8/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/macro_test-5970a209ef3f2b85" "-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 `tiny-agent-rs` (test "macro_test") 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/deps/rustcuIC2Zk/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtiny_agent_rs-e644ece120297e95,libtracing_subscriber-b20b958c5e1bf1d4,libnu_ansi_term-902988940d2ccee9,libthread_local-1f7ed89ebed91eb2,libsharded_slab-09adf4328c5d351e,libtracing_log-617c033868a9dfaa,libserde_path_to_error-072455ba4779b73f,libasync_openai-ec3a087734f3170c,libtokio_stream-a18f6bc50d6734a9,libbackoff-73ddce9fd7be1b10,libinstant-ed6666889c91e434,libasync_convert-20a9ac35ef8fd6f4,libderive_builder-ba37ec67f00c65fe,librand-07f15c149b0d72bf,librand_chacha-608701fd5e68981b,libppv_lite86-1d7606b3944c9438,librand_core-e2b71f3d75acf512,libreqwest_eventsource-14d6c510237e8c27,libfutures_timer-c5bc2a132ab7184e,libeventsource_stream-d619db7e1f40a062,libnom-4ca9fb861a6638cb,libfutures-bc4e819a493bf15b,libfutures_executor-c60491763cf2e706,libdotenvy-7a740a0f97135aed,libclap-6c9eeca05ec5f602,libclap_builder-790e7ba64ab8fd5c,libstrsim-7d9507ff4dccca86,libanstream-5f74c309e983d11d,libanstyle_query-778efd28f60e4685,libis_terminal_polyfill-faef7ac602f6391d,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-6924b5d30ca5b755,libanstyle-5de05ff4a29b559e,libjsonschema-f629d10b43945752,libreqwest-b2f4c05d21295bd3,libhyper_rustls-a406027b7b195f5b,libhyper_tls-837b4b8875cbabb9,librustls_native_certs-f0035b9adfba2c23,librustls_pemfile-f9047a845bb3c3c6,libipnet-5508fab34b1f3786,libtokio_native_tls-80a7a1dddb3e3f3c,libtokio_rustls-5ecac4f03474cca5,librustls-8fec103c8b2404ac,libsct-6a77b9afba276567,libwebpki-8ef4810aa2127bf0,libring-4fa582213d869c71,libgetrandom-0945e1f70734cb54,libuntrusted-ae5fa18859ffcbba,libserde_urlencoded-7b5ae72690f8e21c,libencoding_rs-f15d237159d89b99,libmime_guess-8a1b1e80ecde5fe1,libunicase-a1e69708090f1bec,libmime-aa776e7d0d3a99c3,libnative_tls-100cc8dffa915fdf,libopenssl_probe-eea81a4ba667d54e,libopenssl-03f7693716f4cfe0,libbitflags-3124c7edbb67505f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-6925a1cc3add47d2,libhyper-4b2fe0dfc858d07f,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libsocket2-5cf55d790c59c3f7,libhttparse-9c8043f0d8f65c21,libh2-0c757cd68c6014b4,libindexmap-57d75debf17e569f,libequivalent-2f5434284319e1e1,libhashbrown-d7031b8699cda8af,libtower_service-d85697bf5431d8b4,libtokio_util-42a0f496a160023a,libsync_wrapper-ed838535a8ddeeff,libhttp_body-2e568c27b1d31f9a,libfutures_util-9f36b87cb2cb22ea,libfutures_io-0c818ad091fbaf7f,libslab-5720d3dfa1792f68,libfutures_channel-29524163f8896842,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,liblog-4bfbf763d8e8be42,libfutures_core-5b72dc92615109c0,libhttp-3164eb5a0c59996c,libfnv-bf8b415be0978c3b,libiso8601-c31b760618e98f0b,libnom-c69a1466612a20f1,libbytecount-b34d4f18522371f3,libanyhow-bf2ca2eac6d23ebd,libtime-d97f0aa801840930,libtime_core-5e625b38a65bb06c,libnum_conv-910404deaa80eaa9,libderanged-06bec5834fa422e9,libpowerfmt-dcf4c7392d25d790,libfraction-b39fc7f6b5ae50e5,liblazy_static-58edaf41543212f3,libnum-91a14ebd0f245034,libnum_iter-0a7277abb81974d3,libnum_rational-ca015e0cb6c83d27,libnum_complex-71ccffcc3ed22dcb,libnum_bigint-068a61ab6b04e7a8,libnum_integer-e7e9b29b9dc7cb2f,libnum_traits-9038bb459b9a0748,libuuid-3691e3877828a128,libfancy_regex-2e7d3a4bc64a8d9b,libregex-80fe347feb4256a4,libregex_automata-c431843a2e351a3e,libaho_corasick-4d1747f2f64261f3,libregex_syntax-3cca980d12fc0e05,libbit_set-09e831e5200832b3,libbit_vec-91746d14fbe28b3c,libnum_cmp-720530316cd6d49c,libbase64-3c09d9a3080a6023,libahash-47f0bcfb2bcceb9a,libgetrandom-f7a50b34d856b91b,libzerocopy-d741454ad2eb761b,liburl-b354450d96c4293b,libidna-2987ae0b9c140049,libutf8_iter-d59950773a6f062b,libidna_adapter-15c13d9444f4cfa9,libicu_properties-61f1ebfaae1d06a2,libicu_properties_data-850c631512607ecf,libicu_normalizer-127e8f0db594f199,libicu_normalizer_data-e7716533b22cf0b6,libicu_collections-842f00afb532572b,libpotential_utf-448064984feadbd0,libicu_provider-95808a2eb0f6b117,libicu_locale_core-8c3e75d5c6d947c1,libtinystr-128bc880187757ae,liblitemap-fb7a472e7d3ad0e3,libwriteable-519e9ff197136ede,libzerovec-ff6561cb250e73c4,libzerotrie-0dd959bbed89e3c1,libyoke-4ca33bd3474c0acb,libstable_deref_trait-6144d876008295f7,libzerofrom-f9c630b7394ccba1,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libschemars-f99536135dd9bc06,libdyn_clone-0eddceeccbf472cb,libthiserror-67c26360bfe5990d,libtracing-d32ec5e8be0c24da,libtracing_core-b50a2d21a7e9ef4a,libonce_cell-9ec3b2d30075ab56,libserde-f6d613432cae0cd1,libserde_json-c678ec5f613fb57e,libmemchr-b567a4d9673dfb1d,libitoa-ba08b808be5ac239,libryu-b4971a7af0446da6,libserde_core-a48aee6ccd48ae46,libtokio-085dc66fe15c4961,libsignal_hook_registry-8e260114de32178b,libsocket2-fc63710c7bc20d80,libbytes-8160c0ff9646c5ab,libmio-b343bf2f049772cc,libparking_lot-df259d077679f794,libparking_lot_core-08702355e3c3d70d,liblibc-a852b89fc0afb0c2,libcfg_if-64b1dcae456935ce,libsmallvec-695d630f41d8414d,liblock_api-50f3abc6222881ec,libscopeguard-96105b3e6a714ed4,libpin_project_lite-63e0d9d6cb6ec6cf}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcuIC2Zk/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-10e96ff90835c8f8/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tiny_agent-293422f33c1b5448" "-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 `tiny-agent-rs` (bin "tiny-agent") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7ad68bb314b1286a07b29663b0046749c145e185b6d0658836bed375e9468d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ad68bb314b1286a07b29663b0046749c145e185b6d0658836bed375e9468d8d", kill_on_drop: false }`
[INFO] [stdout] 7ad68bb314b1286a07b29663b0046749c145e185b6d0658836bed375e9468d8d
