[INFO] cloning repository https://github.com/shaynlink/agentd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shaynlink/agentd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshaynlink%2Fagentd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshaynlink%2Fagentd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c98c142b00f2c247204c17f32161aeb7bc28c709
[INFO] testing shaynlink/agentd against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshaynlink%2Fagentd" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shaynlink/agentd
[INFO] finished tweaking git repo https://github.com/shaynlink/agentd
[INFO] tweaked toml for git repo https://github.com/shaynlink/agentd written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shaynlink/agentd 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 git repo https://github.com/shaynlink/agentd 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] cb6a26aeb90b7d9b50371e6c821bcffdf990f43cbe927ef07c288e83d520f1ac
[INFO] running `Command { std: "docker" "start" "-a" "cb6a26aeb90b7d9b50371e6c821bcffdf990f43cbe927ef07c288e83d520f1ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb6a26aeb90b7d9b50371e6c821bcffdf990f43cbe927ef07c288e83d520f1ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb6a26aeb90b7d9b50371e6c821bcffdf990f43cbe927ef07c288e83d520f1ac", kill_on_drop: false }`
[INFO] [stdout] cb6a26aeb90b7d9b50371e6c821bcffdf990f43cbe927ef07c288e83d520f1ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 157b12488f8e5496b21f57a88e1e089fa5bee750b596b27719db5d1a6ff8c961
[INFO] running `Command { std: "docker" "start" "-a" "157b12488f8e5496b21f57a88e1e089fa5bee750b596b27719db5d1a6ff8c961", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling iri-string v0.7.11
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling cron v0.12.1
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling agentd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.18s
[INFO] running `Command { std: "docker" "inspect" "157b12488f8e5496b21f57a88e1e089fa5bee750b596b27719db5d1a6ff8c961", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "157b12488f8e5496b21f57a88e1e089fa5bee750b596b27719db5d1a6ff8c961", kill_on_drop: false }`
[INFO] [stdout] 157b12488f8e5496b21f57a88e1e089fa5bee750b596b27719db5d1a6ff8c961
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 40892af264942f75152df401bb60bfeced8f8a61a8f7560c6c45fa9eefc30880
[INFO] running `Command { std: "docker" "start" "-a" "40892af264942f75152df401bb60bfeced8f8a61a8f7560c6c45fa9eefc30880", kill_on_drop: false }`
[INFO] [stderr]    Compiling agentd 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/deps/rustcFvBQxd/symbols.o" "<2 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/{libagentd-f4c832a96f2fe81e,libtoml-997c126d27a20485,libtoml_edit-4b2f6a7da072e629,libserde_spanned-f690f54a89ced468,libwinnow-8a5298d03bceb030,libtoml_write-2f6b5c773e85447e,libtoml_datetime-e1b7684db7a4f5b5,libserde_yaml-452e8d95d3057b7c,libindexmap-b32e6afe26051abc,libequivalent-9631f206a02b9f54,libhashbrown-d0fb47154dd694bf,libunsafe_libyaml-e6cc77d70c606c35,libclap-7f8b9199eb5ec1c6,libclap_builder-3f3e1028461ce79a,libstrsim-f574d476d7d1a6ac,libanstream-10af654a6a591e47,libanstyle_query-39b86009b9b8dd8a,libis_terminal_polyfill-090e57e4b8c850d2,libcolorchoice-b142de50e08d6dd9,libanstyle_parse-924009ecb70bfeb9,libutf8parse-ae3caf0a878928ed,libclap_lex-af821a6e91aeb559,libanstyle-9d4e02ef4a406ce1,libuuid-3cb5e325858da747,libgetrandom-7a93e181ae3957e3,libcron-0c0856d4e589372f,libnom-a0dc67a6c61363ad,librusqlite-fd41b0389b443e02,libfallible_streaming_iterator-275e12f2050a085b,libfallible_iterator-3f6b2033eba01af9,libhashlink-b8d28155b42f10dd,libhashbrown-84fd27e9d4996a6c,libahash-e795806998d69cab,libzerocopy-935c2d7a5fdcced9,liblibsqlite3_sys-dd523f38a3bc705b,libreqwest-54e211dce5fff503,libserde_urlencoded-c240547f454dfd58,libryu-96e4827cb8e74ef1,libhyper_rustls-426922f877ec5eac,libwebpki_roots-52073429bdaef505,libtokio_rustls-1348412c06b02b03,librustls-029edee4836fb5a3,libsubtle-e2f0af8959bd7889,libwebpki-53d6807abd82af2b,libring-d72e22b1fe2fa452,libgetrandom-af63474a04c9d19f,libuntrusted-151845769873c416,libcfg_if-cad248e7066eec15,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libserde_json-d61919b3b272eef9,libmemchr-03def47fccb9cf8c,libzmij-d2f562b84b927b2e,libtower_http-00fdcb2178da3fd3,libbitflags-a5b77e6cec1b5660,libiri_string-fba156a8d873a890,libtower-201e496ad6f8bae8,libtower_layer-5699d784b4449e00,libhyper_util-738e22d832107393,libbase64-fff42f7554bbeb90,libipnet-d13aa1d8cef494ce,libtower_service-222788e4f5219726,libtracing-36f9d7f532aa5585,libtracing_core-dd2754edd1e008e2,libonce_cell-210b47fe854405d5,libhyper-b7ae12ad8b0e0f07,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libpin_utils-edd6e294c1e21a4f,libatomic_waker-f98c2fb1596910db,libfutures_channel-673eba4cd2f1a4af,libfutures_util-b138305c69e62a14,libfutures_task-e950692d817871f8,libhttp_body_util-2354d0cd9178a48e,libhttp_body-79191c764c63be4b,liblog-a4263a0971f08dad,liburl-4397ee9e2d742826,libidna-c276c6be1b9baf14,libutf8_iter-efb3984ee203d151,libidna_adapter-b8061310cb34d4ce,libicu_properties-f076f9650b0a124a,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-d621a7e000213e64,libsmallvec-128704011005142e,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-1204fe03f4cb4947,libpotential_utf-b95e5f7663bb20ea,libicu_provider-37f11db44ec450d8,libicu_locale_core-528d4965d7a606a8,libtinystr-7043aa390928f9d3,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-02d3df1a1ad97fe7,libzerotrie-a4a181bd12cc478a,libyoke-7764771cc300a301,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-e2665413185ef528,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libhttp-f9b3654e0d1e7e7a,libitoa-0d0a278c06e14513,libsync_wrapper-096429d0b7f46333,libfutures_core-3e8ff8c6a8ead7f1,libtokio-c58031ef52f666a4,libsignal_hook_registry-0da5a7f1f47568c6,liberrno-d749ff58ba8b44cd,libsocket2-5621979a45a8f253,libbytes-a6415339708e1154,libmio-337b8109de291cbf,liblibc-107c1a2108505c33,libpin_project_lite-8ad468af17824a0b,libchrono-fce5e51a7b8646a6,libiana_time_zone-fc58c626b0bdfc25,libnum_traits-c33a51d2327c8d61,libserde-6c0b690ae8bc04ee,libserde_core-1651d161ca9c90ea,libanyhow-bb5f243237f5f99b}.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/deps/rustcFvBQxd/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-73baa6f367bea0ee/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-6a54d0f06c6b7d72/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/runtime_config_tests-8f34e1fe3e35771e" "-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] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcWNNzCX/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/{libagentd-f4c832a96f2fe81e,libtoml-997c126d27a20485,libtoml_edit-4b2f6a7da072e629,libserde_spanned-f690f54a89ced468,libwinnow-8a5298d03bceb030,libtoml_write-2f6b5c773e85447e,libtoml_datetime-e1b7684db7a4f5b5,libserde_yaml-452e8d95d3057b7c,libindexmap-b32e6afe26051abc,libequivalent-9631f206a02b9f54,libhashbrown-d0fb47154dd694bf,libunsafe_libyaml-e6cc77d70c606c35,libclap-7f8b9199eb5ec1c6,libclap_builder-3f3e1028461ce79a,libstrsim-f574d476d7d1a6ac,libanstream-10af654a6a591e47,libanstyle_query-39b86009b9b8dd8a,libis_terminal_polyfill-090e57e4b8c850d2,libcolorchoice-b142de50e08d6dd9,libanstyle_parse-924009ecb70bfeb9,libutf8parse-ae3caf0a878928ed,libclap_lex-af821a6e91aeb559,libanstyle-9d4e02ef4a406ce1,libuuid-3cb5e325858da747,libgetrandom-7a93e181ae3957e3,libcron-0c0856d4e589372f,libnom-a0dc67a6c61363ad,librusqlite-fd41b0389b443e02,libfallible_streaming_iterator-275e12f2050a085b,libfallible_iterator-3f6b2033eba01af9,libhashlink-b8d28155b42f10dd,libhashbrown-84fd27e9d4996a6c,libahash-e795806998d69cab,libzerocopy-935c2d7a5fdcced9,liblibsqlite3_sys-dd523f38a3bc705b,libreqwest-54e211dce5fff503,libserde_urlencoded-c240547f454dfd58,libryu-96e4827cb8e74ef1,libhyper_rustls-426922f877ec5eac,libwebpki_roots-52073429bdaef505,libtokio_rustls-1348412c06b02b03,librustls-029edee4836fb5a3,libsubtle-e2f0af8959bd7889,libwebpki-53d6807abd82af2b,libring-d72e22b1fe2fa452,libgetrandom-af63474a04c9d19f,libuntrusted-151845769873c416,libcfg_if-cad248e7066eec15,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libserde_json-d61919b3b272eef9,libmemchr-03def47fccb9cf8c,libzmij-d2f562b84b927b2e,libtower_http-00fdcb2178da3fd3,libbitflags-a5b77e6cec1b5660,libiri_string-fba156a8d873a890,libtower-201e496ad6f8bae8,libtower_layer-5699d784b4449e00,libhyper_util-738e22d832107393,libbase64-fff42f7554bbeb90,libipnet-d13aa1d8cef494ce,libtower_service-222788e4f5219726,libtracing-36f9d7f532aa5585,libtracing_core-dd2754edd1e008e2,libonce_cell-210b47fe854405d5,libhyper-b7ae12ad8b0e0f07,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libpin_utils-edd6e294c1e21a4f,libatomic_waker-f98c2fb1596910db,libfutures_channel-673eba4cd2f1a4af,libfutures_util-b138305c69e62a14,libfutures_task-e950692d817871f8,libhttp_body_util-2354d0cd9178a48e,libhttp_body-79191c764c63be4b,liblog-a4263a0971f08dad,liburl-4397ee9e2d742826,libidna-c276c6be1b9baf14,libutf8_iter-efb3984ee203d151,libidna_adapter-b8061310cb34d4ce,libicu_properties-f076f9650b0a124a,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-d621a7e000213e64,libsmallvec-128704011005142e,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-1204fe03f4cb4947,libpotential_utf-b95e5f7663bb20ea,libicu_provider-37f11db44ec450d8,libicu_locale_core-528d4965d7a606a8,libtinystr-7043aa390928f9d3,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-02d3df1a1ad97fe7,libzerotrie-a4a181bd12cc478a,libyoke-7764771cc300a301,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-e2665413185ef528,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libhttp-f9b3654e0d1e7e7a,libitoa-0d0a278c06e14513,libsync_wrapper-096429d0b7f46333,libfutures_core-3e8ff8c6a8ead7f1,libtokio-c58031ef52f666a4,libsignal_hook_registry-0da5a7f1f47568c6,liberrno-d749ff58ba8b44cd,libsocket2-5621979a45a8f253,libbytes-a6415339708e1154,libmio-337b8109de291cbf,liblibc-107c1a2108505c33,libpin_project_lite-8ad468af17824a0b,libchrono-fce5e51a7b8646a6,libiana_time_zone-fc58c626b0bdfc25,libnum_traits-c33a51d2327c8d61,libserde-6c0b690ae8bc04ee,libserde_core-1651d161ca9c90ea,libanyhow-bb5f243237f5f99b}.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/deps/rustcWNNzCX/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-73baa6f367bea0ee/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-6a54d0f06c6b7d72/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/audit_filter_tests-3ff35db331faf65c" "-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 `agentd` (test "runtime_config_tests") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `agentd` (test "audit_filter_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/deps/rustcxCbxmK/symbols.o" "<2 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/{libagentd-f4c832a96f2fe81e,libtoml-997c126d27a20485,libtoml_edit-4b2f6a7da072e629,libserde_spanned-f690f54a89ced468,libwinnow-8a5298d03bceb030,libtoml_write-2f6b5c773e85447e,libtoml_datetime-e1b7684db7a4f5b5,libserde_yaml-452e8d95d3057b7c,libindexmap-b32e6afe26051abc,libequivalent-9631f206a02b9f54,libhashbrown-d0fb47154dd694bf,libunsafe_libyaml-e6cc77d70c606c35,libclap-7f8b9199eb5ec1c6,libclap_builder-3f3e1028461ce79a,libstrsim-f574d476d7d1a6ac,libanstream-10af654a6a591e47,libanstyle_query-39b86009b9b8dd8a,libis_terminal_polyfill-090e57e4b8c850d2,libcolorchoice-b142de50e08d6dd9,libanstyle_parse-924009ecb70bfeb9,libutf8parse-ae3caf0a878928ed,libclap_lex-af821a6e91aeb559,libanstyle-9d4e02ef4a406ce1,libuuid-3cb5e325858da747,libgetrandom-7a93e181ae3957e3,libcron-0c0856d4e589372f,libnom-a0dc67a6c61363ad,librusqlite-fd41b0389b443e02,libfallible_streaming_iterator-275e12f2050a085b,libfallible_iterator-3f6b2033eba01af9,libhashlink-b8d28155b42f10dd,libhashbrown-84fd27e9d4996a6c,libahash-e795806998d69cab,libzerocopy-935c2d7a5fdcced9,liblibsqlite3_sys-dd523f38a3bc705b,libreqwest-54e211dce5fff503,libserde_urlencoded-c240547f454dfd58,libryu-96e4827cb8e74ef1,libhyper_rustls-426922f877ec5eac,libwebpki_roots-52073429bdaef505,libtokio_rustls-1348412c06b02b03,librustls-029edee4836fb5a3,libsubtle-e2f0af8959bd7889,libwebpki-53d6807abd82af2b,libring-d72e22b1fe2fa452,libgetrandom-af63474a04c9d19f,libuntrusted-151845769873c416,libcfg_if-cad248e7066eec15,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libserde_json-d61919b3b272eef9,libmemchr-03def47fccb9cf8c,libzmij-d2f562b84b927b2e,libtower_http-00fdcb2178da3fd3,libbitflags-a5b77e6cec1b5660,libiri_string-fba156a8d873a890,libtower-201e496ad6f8bae8,libtower_layer-5699d784b4449e00,libhyper_util-738e22d832107393,libbase64-fff42f7554bbeb90,libipnet-d13aa1d8cef494ce,libtower_service-222788e4f5219726,libtracing-36f9d7f532aa5585,libtracing_core-dd2754edd1e008e2,libonce_cell-210b47fe854405d5,libhyper-b7ae12ad8b0e0f07,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libpin_utils-edd6e294c1e21a4f,libatomic_waker-f98c2fb1596910db,libfutures_channel-673eba4cd2f1a4af,libfutures_util-b138305c69e62a14,libfutures_task-e950692d817871f8,libhttp_body_util-2354d0cd9178a48e,libhttp_body-79191c764c63be4b,liblog-a4263a0971f08dad,liburl-4397ee9e2d742826,libidna-c276c6be1b9baf14,libutf8_iter-efb3984ee203d151,libidna_adapter-b8061310cb34d4ce,libicu_properties-f076f9650b0a124a,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-d621a7e000213e64,libsmallvec-128704011005142e,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-1204fe03f4cb4947,libpotential_utf-b95e5f7663bb20ea,libicu_provider-37f11db44ec450d8,libicu_locale_core-528d4965d7a606a8,libtinystr-7043aa390928f9d3,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-02d3df1a1ad97fe7,libzerotrie-a4a181bd12cc478a,libyoke-7764771cc300a301,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-e2665413185ef528,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libhttp-f9b3654e0d1e7e7a,libitoa-0d0a278c06e14513,libsync_wrapper-096429d0b7f46333,libfutures_core-3e8ff8c6a8ead7f1,libtokio-c58031ef52f666a4,libsignal_hook_registry-0da5a7f1f47568c6,liberrno-d749ff58ba8b44cd,libsocket2-5621979a45a8f253,libbytes-a6415339708e1154,libmio-337b8109de291cbf,liblibc-107c1a2108505c33,libpin_project_lite-8ad468af17824a0b,libchrono-fce5e51a7b8646a6,libiana_time_zone-fc58c626b0bdfc25,libnum_traits-c33a51d2327c8d61,libserde-6c0b690ae8bc04ee,libserde_core-1651d161ca9c90ea,libanyhow-bb5f243237f5f99b}.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/deps/rustcxCbxmK/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-73baa6f367bea0ee/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-6a54d0f06c6b7d72/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/scheduler_tests-fb87279b789382d6" "-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] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcEQN1Z5/symbols.o" "<2 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/{libagentd-f4c832a96f2fe81e,libtoml-997c126d27a20485,libtoml_edit-4b2f6a7da072e629,libserde_spanned-f690f54a89ced468,libwinnow-8a5298d03bceb030,libtoml_write-2f6b5c773e85447e,libtoml_datetime-e1b7684db7a4f5b5,libserde_yaml-452e8d95d3057b7c,libindexmap-b32e6afe26051abc,libequivalent-9631f206a02b9f54,libhashbrown-d0fb47154dd694bf,libunsafe_libyaml-e6cc77d70c606c35,libclap-7f8b9199eb5ec1c6,libclap_builder-3f3e1028461ce79a,libstrsim-f574d476d7d1a6ac,libanstream-10af654a6a591e47,libanstyle_query-39b86009b9b8dd8a,libis_terminal_polyfill-090e57e4b8c850d2,libcolorchoice-b142de50e08d6dd9,libanstyle_parse-924009ecb70bfeb9,libutf8parse-ae3caf0a878928ed,libclap_lex-af821a6e91aeb559,libanstyle-9d4e02ef4a406ce1,libuuid-3cb5e325858da747,libgetrandom-7a93e181ae3957e3,libcron-0c0856d4e589372f,libnom-a0dc67a6c61363ad,librusqlite-fd41b0389b443e02,libfallible_streaming_iterator-275e12f2050a085b,libfallible_iterator-3f6b2033eba01af9,libhashlink-b8d28155b42f10dd,libhashbrown-84fd27e9d4996a6c,libahash-e795806998d69cab,libzerocopy-935c2d7a5fdcced9,liblibsqlite3_sys-dd523f38a3bc705b,libreqwest-54e211dce5fff503,libserde_urlencoded-c240547f454dfd58,libryu-96e4827cb8e74ef1,libhyper_rustls-426922f877ec5eac,libwebpki_roots-52073429bdaef505,libtokio_rustls-1348412c06b02b03,librustls-029edee4836fb5a3,libsubtle-e2f0af8959bd7889,libwebpki-53d6807abd82af2b,libring-d72e22b1fe2fa452,libgetrandom-af63474a04c9d19f,libuntrusted-151845769873c416,libcfg_if-cad248e7066eec15,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libserde_json-d61919b3b272eef9,libmemchr-03def47fccb9cf8c,libzmij-d2f562b84b927b2e,libtower_http-00fdcb2178da3fd3,libbitflags-a5b77e6cec1b5660,libiri_string-fba156a8d873a890,libtower-201e496ad6f8bae8,libtower_layer-5699d784b4449e00,libhyper_util-738e22d832107393,libbase64-fff42f7554bbeb90,libipnet-d13aa1d8cef494ce,libtower_service-222788e4f5219726,libtracing-36f9d7f532aa5585,libtracing_core-dd2754edd1e008e2,libonce_cell-210b47fe854405d5,libhyper-b7ae12ad8b0e0f07,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libpin_utils-edd6e294c1e21a4f,libatomic_waker-f98c2fb1596910db,libfutures_channel-673eba4cd2f1a4af,libfutures_util-b138305c69e62a14,libfutures_task-e950692d817871f8,libhttp_body_util-2354d0cd9178a48e,libhttp_body-79191c764c63be4b,liblog-a4263a0971f08dad,liburl-4397ee9e2d742826,libidna-c276c6be1b9baf14,libutf8_iter-efb3984ee203d151,libidna_adapter-b8061310cb34d4ce,libicu_properties-f076f9650b0a124a,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-d621a7e000213e64,libsmallvec-128704011005142e,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-1204fe03f4cb4947,libpotential_utf-b95e5f7663bb20ea,libicu_provider-37f11db44ec450d8,libicu_locale_core-528d4965d7a606a8,libtinystr-7043aa390928f9d3,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-02d3df1a1ad97fe7,libzerotrie-a4a181bd12cc478a,libyoke-7764771cc300a301,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-e2665413185ef528,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libhttp-f9b3654e0d1e7e7a,libitoa-0d0a278c06e14513,libsync_wrapper-096429d0b7f46333,libfutures_core-3e8ff8c6a8ead7f1,libtokio-c58031ef52f666a4,libsignal_hook_registry-0da5a7f1f47568c6,liberrno-d749ff58ba8b44cd,libsocket2-5621979a45a8f253,libbytes-a6415339708e1154,libmio-337b8109de291cbf,liblibc-107c1a2108505c33,libpin_project_lite-8ad468af17824a0b,libchrono-fce5e51a7b8646a6,libiana_time_zone-fc58c626b0bdfc25,libnum_traits-c33a51d2327c8d61,libserde-6c0b690ae8bc04ee,libserde_core-1651d161ca9c90ea,libanyhow-bb5f243237f5f99b}.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/deps/rustcEQN1Z5/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-73baa6f367bea0ee/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-6a54d0f06c6b7d72/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/runtime_store_tests-9e891ca45d5010e8" "-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 `agentd` (test "scheduler_tests") due to 1 previous error
[INFO] [stderr] error: could not compile `agentd` (test "runtime_store_tests") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "40892af264942f75152df401bb60bfeced8f8a61a8f7560c6c45fa9eefc30880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40892af264942f75152df401bb60bfeced8f8a61a8f7560c6c45fa9eefc30880", kill_on_drop: false }`
[INFO] [stdout] 40892af264942f75152df401bb60bfeced8f8a61a8f7560c6c45fa9eefc30880
