[INFO] cloning repository https://github.com/matiman/arb-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matiman/arb-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatiman%2Farb-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatiman%2Farb-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a9a590bda30b97603210529fc51debe48d9024f5
[INFO] testing matiman/arb-bot against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatiman%2Farb-bot" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/matiman/arb-bot
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/matiman/arb-bot
[INFO] tweaked toml for git repo https://github.com/matiman/arb-bot written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/matiman/arb-bot on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/matiman/arb-bot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustls-native-certs v0.7.3
[INFO] [stderr]   Downloaded tracing-appender v0.2.3
[INFO] [stderr]   Downloaded cc v1.2.45
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e4e3198fce719810dbb9ac957f26e6ae1473992f65dd6afe423d0b3fe1c6740
[INFO] running `Command { std: "docker" "start" "-a" "7e4e3198fce719810dbb9ac957f26e6ae1473992f65dd6afe423d0b3fe1c6740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e4e3198fce719810dbb9ac957f26e6ae1473992f65dd6afe423d0b3fe1c6740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e4e3198fce719810dbb9ac957f26e6ae1473992f65dd6afe423d0b3fe1c6740", kill_on_drop: false }`
[INFO] [stdout] 7e4e3198fce719810dbb9ac957f26e6ae1473992f65dd6afe423d0b3fe1c6740
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b724fe4fcde94660ffff84ccc0dcb6ec135b88c5548496a9ae00520c9a4ef66
[INFO] running `Command { std: "docker" "start" "-a" "8b724fe4fcde94660ffff84ccc0dcb6ec135b88c5548496a9ae00520c9a4ef66", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling cc v1.2.45
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling rustls-native-certs v0.7.3
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-rustls v0.25.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[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 arb-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
[INFO] running `Command { std: "docker" "inspect" "8b724fe4fcde94660ffff84ccc0dcb6ec135b88c5548496a9ae00520c9a4ef66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b724fe4fcde94660ffff84ccc0dcb6ec135b88c5548496a9ae00520c9a4ef66", kill_on_drop: false }`
[INFO] [stdout] 8b724fe4fcde94660ffff84ccc0dcb6ec135b88c5548496a9ae00520c9a4ef66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c0a135581127134d91df487ae4342ad9baf81aad342b9eae2217fc7c965527d
[INFO] running `Command { std: "docker" "start" "-a" "4c0a135581127134d91df487ae4342ad9baf81aad342b9eae2217fc7c965527d", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling arb-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stdout] warning: function `create_sandbox_config` is never used
[INFO] [stdout]   --> tests/coinbase.rs:20:4
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn create_sandbox_config() -> CoinbaseConfig {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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/examples/rustcAXR2Al/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libcolor_eyre-c64346740c7def33,libcolor_spantrace-2e388826451ea95e,libtracing_error-3e605fd1d423d2d4,libowo_colors-d9a6e7889838fce9,libeyre-706adeacf8a707d9,libindenter-df59687b098c4762,libbacktrace-8dec64a191a80dda,libminiz_oxide-40c3d211a4f36736,libadler2-e4ac121307c696f7,libobject-6dfd67b0a479d2c7,libaddr2line-dca79b863be32a44,libgimli-1bc8df0182f54f6f,librustc_demangle-d95ea3a84ab871bd,libarb_bot-9cce1422326719d7,libtracing_appender-4754372f713b45b6,libtime-a04dc467bed8a172,libtime_core-fe2ebea178ac77e0,libnum_conv-011f38542da43a44,libderanged-189dacf9b833c1e3,libpowerfmt-6dad2d624cb624e5,libcrossbeam_channel-0d1074ce7f2087da,libcrossbeam_utils-221bda15e85f264f,libdotenvy-af94b03fb1416133,libhex-0b3fae1a86581d8a,libconfig-6cc9ae1c0560d17b,libpathdiff-8742ccca8223ff15,libjson5-a90389db2dc0389f,libpest-3d65047ce0cb0115,libucd_trie-10df1e8ef588bd91,libron-a69cc68fc58be2d9,libbitflags-1b159553f3a22f67,libtoml-20945fd659a4d493,libtoml_edit-f1a0a2a021fff714,libserde_spanned-d4ac4ab60c5672c3,libwinnow-9442a437df172bef,libtoml_write-5296a03f8bc4129a,libtoml_datetime-8b35693c77fad8d5,libnom-86fda46303cda49b,libini-35eda7747d6bd7d6,libordered_multimap-38f205a8fdec8e7b,libdlv_list-555048b28a5f9b72,libyaml_rust2-2c3c46b0c7b27422,libarraydeque-d0b01c7b3e573d2a,libhashlink-f6c4eebe54502674,libhashbrown-9658dbca51bd7c6a,libahash-0bf54090022f1edd,liballocator_api2-c141b3fcf831f6d7,libconvert_case-58ccf75645e38e19,libunicode_segmentation-315219529e7ce7cd,libtracing_subscriber-f00abe0d407675d9,libtracing_serde-6fa8156f87b7d0c1,libsharded_slab-54131fdddada5e4f,liblazy_static-206e48a21956b6b1,libmatchers-6b20c1e35b783e52,libregex_automata-7f2275aff92b6eab,libregex_syntax-b41611d3260a6231,libnu_ansi_term-90002f1d2b8187f3,libthread_local-6675aad092b8cb63,libtracing_log-54e3769c28fd365e,libreqwest-fc6d01a3847ebed4,librustls_pemfile-52e29f0d22ce41bb,libhyper_rustls-1d1d047bdafad256,libserde_urlencoded-4ba9ad8be518dbb6,libwebpki_roots-b583cd8031e7fb3d,libbase64-b8457b739641ebc3,libipnet-c39fef3b39d6bff9,libtokio_rustls-8c7d5544bf6ca449,libmime-ce0319f53a2119cd,libencoding_rs-356d1e0061f73c60,librustls-b1e212c7cab5da54,libsct-936b463510599f65,libwebpki-5ad8a61626d3ae64,libhyper-353f9e0fc0de6efd,libwant-5fa8f44fe2122d7f,libtry_lock-e3e549249f485b8b,libsocket2-1a16d5eba87b3e38,libh2-04ba0316867a3f3b,libindexmap-5f8a6edba3906f18,libequivalent-da934a6694ab360d,libhashbrown-3e6093868d528383,libtokio_util-795139b29c61dbdd,libtower_service-2977940d96a5a5ec,libtracing-3cf60c7ed1181996,libtracing_core-108ad42be5ad48ba,libonce_cell-043957f93fe71476,libfutures_channel-2c5ae992de75ae10,libsync_wrapper-fef456417f84602c,libhttp_body-22f7e0456cbf858a,libhttp-4a22d1886428c9fc,libtokio_tungstenite-87840404bcb390e1,librustls_native_certs-2802cbd3e418cf0b,librustls_pemfile-05b7bbf9fd93e3cd,libopenssl_probe-376497d65d31e0d8,libtokio_rustls-6995cb774ae11b5f,libtungstenite-d3c22a6c916e6c10,libdata_encoding-08ce6a8f8b433214,librustls-55cfca10175cc6d7,libwebpki-cc8aed55969b8ab9,libring-b222b0fbe871aa04,libuntrusted-505c99a4b3f7da0b,librustls_pki_types-879fc708760c3c84,libutf8-5c5ca6abee35c886,libbyteorder-cb17835726abdeba,libsha1-a5b8a81d5ce21ccf,libhttparse-812f1c5324d85c86,liburl-3924bae4beacae36,libidna-7111ce2f3d2b22d2,libutf8_iter-59a8409a508f6435,libidna_adapter-0b45cc63948527a4,libicu_properties-eb68c7cb24203a98,libicu_properties_data-ef5a4bc1270476a7,libicu_normalizer-f67fafba805799f9,libicu_normalizer_data-9f43a8806bd10cb2,libicu_collections-771753ebbd1a792b,libpotential_utf-240f272411665a63,libicu_provider-6a2f0eed3ff1c286,libicu_locale_core-dd684ee604eb5f50,libtinystr-ce009c169a4b6923,liblitemap-36eeadc784378775,libwriteable-a188f6d44e2794db,libzerovec-11835beac50e22cc,libzerotrie-b67a2e199190962f,libyoke-94fa9886b7991b11,libstable_deref_trait-bb7bef0dfe712062,libzerofrom-1f573599275e2ee8,libform_urlencoded-0a40c101f817abdc,libpercent_encoding-be1411bc33da4261,liblog-47839a5130621a54,libhttp-161fc1f4bd04f821,libfnv-77106f9ed4748ca6,libfutures_util-54b9ff28135e9d54,libslab-75fedd8e969a9924,libfutures_sink-c898839eae976927,libfutures_task-3c0c581cbf2d293a,libpin_utils-9ccfc56f2c5b0c36,libfutures_core-8350092af0f0339b,libserde_json-4ec216f651c99c34,libmemchr-6b1031f806b9757b,libitoa-35925b7a8b5a945c,libryu-bb7ae9f204d4123c,librand-086b04928c235b44,librand_chacha-8b773c6ef8e7a8a3,libppv_lite86-4feea8bdd990cdcf,libzerocopy-e0762623f24b6102,libp256-4dc52f6550e18261,libsha2-5a6298737bd827e2,libcpufeatures-5bf216af22f7e564,libecdsa-d28e93ff4a69c9ac,librfc6979-d2a46ef3da94ccff,libhmac-7471f7470a29cd9f,libsignature-a5cf2e719019d8fa,libdigest-84459caa0e5872e7,libblock_buffer-3f0a291f74d1ba32,libcrypto_common-7efc93ba25ff1418,libprimeorder-6287ac5200a1c037,libelliptic_curve-473cdf6ab68f9f19,libsec1-d4162384750e60f5,libpkcs8-dbf04ac573c82b03,libspki-2828f531909c77bb,libder-5afcecb0c535214c,libpem_rfc7468-a66fe376586c1b31,libbase64ct-123cb5f675c93fc7,libconst_oid-3572c52259adb96a,libcrypto_bigint-f6c840d4ac0314c9,libgeneric_array-59b653cf9a8befe4,libtypenum-8faf140a1d997eb1,libbase16ct-c9dbe5524e26c0ea,libzeroize-207969f26a9eb3e5,libgroup-498a70d41cd1f84b,libff-5cfec07526fd2085,librand_core-4254b743fc8e0f94,libgetrandom-3fc12dbcbda63cb3,libsubtle-26c86c585350afa6,libbase64-6d64914d1112fcae,libchrono-13e781d89a7e575e,libiana_time_zone-bb07f1b123127f60,libtokio-c499e06ca2f2de82,libsignal_hook_registry-0649159c00cc3d42,libsocket2-d396f3e96119eb3c,libbytes-d85d0ef47e9bef47,libmio-77849f41095e4845,libpin_project_lite-8cda137948184924,libparking_lot-cbab0ea6ddbf56ae,libparking_lot_core-4b660b011de6c2ff,liblibc-f18c41a507a3b58d,libcfg_if-52879664ee908f39,libsmallvec-da333f48df578ce5,liblock_api-0d7b154822842c6d,libscopeguard-eb77609449485574,libthiserror-7b4d57f757210d0f,librust_decimal-6194717625fedd75,libarrayvec-4c827f8b57a1ad1d,libnum_traits-b1d624d6626f3a96,libserde-1d1a2514fdc2091f,libserde_core-4c06cb0a7c50bdc2}.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/rustcAXR2Al/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-9cc3f705f94f9462/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/binance_websocket_test-edddee67f8e7f1d2" "-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 `arb-bot` (example "binance_websocket_test") 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/rustc5dOWlX/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libcolor_eyre-c64346740c7def33,libcolor_spantrace-2e388826451ea95e,libtracing_error-3e605fd1d423d2d4,libowo_colors-d9a6e7889838fce9,libeyre-706adeacf8a707d9,libindenter-df59687b098c4762,libbacktrace-8dec64a191a80dda,libminiz_oxide-40c3d211a4f36736,libadler2-e4ac121307c696f7,libobject-6dfd67b0a479d2c7,libaddr2line-dca79b863be32a44,libgimli-1bc8df0182f54f6f,librustc_demangle-d95ea3a84ab871bd,libarb_bot-9cce1422326719d7,libtracing_appender-4754372f713b45b6,libtime-a04dc467bed8a172,libtime_core-fe2ebea178ac77e0,libnum_conv-011f38542da43a44,libderanged-189dacf9b833c1e3,libpowerfmt-6dad2d624cb624e5,libcrossbeam_channel-0d1074ce7f2087da,libcrossbeam_utils-221bda15e85f264f,libdotenvy-af94b03fb1416133,libhex-0b3fae1a86581d8a,libconfig-6cc9ae1c0560d17b,libpathdiff-8742ccca8223ff15,libjson5-a90389db2dc0389f,libpest-3d65047ce0cb0115,libucd_trie-10df1e8ef588bd91,libron-a69cc68fc58be2d9,libbitflags-1b159553f3a22f67,libtoml-20945fd659a4d493,libtoml_edit-f1a0a2a021fff714,libserde_spanned-d4ac4ab60c5672c3,libwinnow-9442a437df172bef,libtoml_write-5296a03f8bc4129a,libtoml_datetime-8b35693c77fad8d5,libnom-86fda46303cda49b,libini-35eda7747d6bd7d6,libordered_multimap-38f205a8fdec8e7b,libdlv_list-555048b28a5f9b72,libyaml_rust2-2c3c46b0c7b27422,libarraydeque-d0b01c7b3e573d2a,libhashlink-f6c4eebe54502674,libhashbrown-9658dbca51bd7c6a,libahash-0bf54090022f1edd,liballocator_api2-c141b3fcf831f6d7,libconvert_case-58ccf75645e38e19,libunicode_segmentation-315219529e7ce7cd,libtracing_subscriber-f00abe0d407675d9,libtracing_serde-6fa8156f87b7d0c1,libsharded_slab-54131fdddada5e4f,liblazy_static-206e48a21956b6b1,libmatchers-6b20c1e35b783e52,libregex_automata-7f2275aff92b6eab,libregex_syntax-b41611d3260a6231,libnu_ansi_term-90002f1d2b8187f3,libthread_local-6675aad092b8cb63,libtracing_log-54e3769c28fd365e,libreqwest-fc6d01a3847ebed4,librustls_pemfile-52e29f0d22ce41bb,libhyper_rustls-1d1d047bdafad256,libserde_urlencoded-4ba9ad8be518dbb6,libwebpki_roots-b583cd8031e7fb3d,libbase64-b8457b739641ebc3,libipnet-c39fef3b39d6bff9,libtokio_rustls-8c7d5544bf6ca449,libmime-ce0319f53a2119cd,libencoding_rs-356d1e0061f73c60,librustls-b1e212c7cab5da54,libsct-936b463510599f65,libwebpki-5ad8a61626d3ae64,libhyper-353f9e0fc0de6efd,libwant-5fa8f44fe2122d7f,libtry_lock-e3e549249f485b8b,libsocket2-1a16d5eba87b3e38,libh2-04ba0316867a3f3b,libindexmap-5f8a6edba3906f18,libequivalent-da934a6694ab360d,libhashbrown-3e6093868d528383,libtokio_util-795139b29c61dbdd,libtower_service-2977940d96a5a5ec,libtracing-3cf60c7ed1181996,libtracing_core-108ad42be5ad48ba,libonce_cell-043957f93fe71476,libfutures_channel-2c5ae992de75ae10,libsync_wrapper-fef456417f84602c,libhttp_body-22f7e0456cbf858a,libhttp-4a22d1886428c9fc,libtokio_tungstenite-87840404bcb390e1,librustls_native_certs-2802cbd3e418cf0b,librustls_pemfile-05b7bbf9fd93e3cd,libopenssl_probe-376497d65d31e0d8,libtokio_rustls-6995cb774ae11b5f,libtungstenite-d3c22a6c916e6c10,libdata_encoding-08ce6a8f8b433214,librustls-55cfca10175cc6d7,libwebpki-cc8aed55969b8ab9,libring-b222b0fbe871aa04,libuntrusted-505c99a4b3f7da0b,librustls_pki_types-879fc708760c3c84,libutf8-5c5ca6abee35c886,libbyteorder-cb17835726abdeba,libsha1-a5b8a81d5ce21ccf,libhttparse-812f1c5324d85c86,liburl-3924bae4beacae36,libidna-7111ce2f3d2b22d2,libutf8_iter-59a8409a508f6435,libidna_adapter-0b45cc63948527a4,libicu_properties-eb68c7cb24203a98,libicu_properties_data-ef5a4bc1270476a7,libicu_normalizer-f67fafba805799f9,libicu_normalizer_data-9f43a8806bd10cb2,libicu_collections-771753ebbd1a792b,libpotential_utf-240f272411665a63,libicu_provider-6a2f0eed3ff1c286,libicu_locale_core-dd684ee604eb5f50,libtinystr-ce009c169a4b6923,liblitemap-36eeadc784378775,libwriteable-a188f6d44e2794db,libzerovec-11835beac50e22cc,libzerotrie-b67a2e199190962f,libyoke-94fa9886b7991b11,libstable_deref_trait-bb7bef0dfe712062,libzerofrom-1f573599275e2ee8,libform_urlencoded-0a40c101f817abdc,libpercent_encoding-be1411bc33da4261,liblog-47839a5130621a54,libhttp-161fc1f4bd04f821,libfnv-77106f9ed4748ca6,libfutures_util-54b9ff28135e9d54,libslab-75fedd8e969a9924,libfutures_sink-c898839eae976927,libfutures_task-3c0c581cbf2d293a,libpin_utils-9ccfc56f2c5b0c36,libfutures_core-8350092af0f0339b,libserde_json-4ec216f651c99c34,libmemchr-6b1031f806b9757b,libitoa-35925b7a8b5a945c,libryu-bb7ae9f204d4123c,librand-086b04928c235b44,librand_chacha-8b773c6ef8e7a8a3,libppv_lite86-4feea8bdd990cdcf,libzerocopy-e0762623f24b6102,libp256-4dc52f6550e18261,libsha2-5a6298737bd827e2,libcpufeatures-5bf216af22f7e564,libecdsa-d28e93ff4a69c9ac,librfc6979-d2a46ef3da94ccff,libhmac-7471f7470a29cd9f,libsignature-a5cf2e719019d8fa,libdigest-84459caa0e5872e7,libblock_buffer-3f0a291f74d1ba32,libcrypto_common-7efc93ba25ff1418,libprimeorder-6287ac5200a1c037,libelliptic_curve-473cdf6ab68f9f19,libsec1-d4162384750e60f5,libpkcs8-dbf04ac573c82b03,libspki-2828f531909c77bb,libder-5afcecb0c535214c,libpem_rfc7468-a66fe376586c1b31,libbase64ct-123cb5f675c93fc7,libconst_oid-3572c52259adb96a,libcrypto_bigint-f6c840d4ac0314c9,libgeneric_array-59b653cf9a8befe4,libtypenum-8faf140a1d997eb1,libbase16ct-c9dbe5524e26c0ea,libzeroize-207969f26a9eb3e5,libgroup-498a70d41cd1f84b,libff-5cfec07526fd2085,librand_core-4254b743fc8e0f94,libgetrandom-3fc12dbcbda63cb3,libsubtle-26c86c585350afa6,libbase64-6d64914d1112fcae,libchrono-13e781d89a7e575e,libiana_time_zone-bb07f1b123127f60,libtokio-c499e06ca2f2de82,libsignal_hook_registry-0649159c00cc3d42,libsocket2-d396f3e96119eb3c,libbytes-d85d0ef47e9bef47,libmio-77849f41095e4845,libpin_project_lite-8cda137948184924,libparking_lot-cbab0ea6ddbf56ae,libparking_lot_core-4b660b011de6c2ff,liblibc-f18c41a507a3b58d,libcfg_if-52879664ee908f39,libsmallvec-da333f48df578ce5,liblock_api-0d7b154822842c6d,libscopeguard-eb77609449485574,libthiserror-7b4d57f757210d0f,librust_decimal-6194717625fedd75,libarrayvec-4c827f8b57a1ad1d,libnum_traits-b1d624d6626f3a96,libserde-1d1a2514fdc2091f,libserde_core-4c06cb0a7c50bdc2}.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/rustc5dOWlX/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-9cc3f705f94f9462/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/coinbase_websocket_test-e0d1f77dd1873160" "-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 `arb-bot` (example "coinbase_websocket_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/rustcjDIk6K/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/{libarb_bot-9cce1422326719d7,libtracing_appender-4754372f713b45b6,libtime-a04dc467bed8a172,libtime_core-fe2ebea178ac77e0,libnum_conv-011f38542da43a44,libderanged-189dacf9b833c1e3,libpowerfmt-6dad2d624cb624e5,libcrossbeam_channel-0d1074ce7f2087da,libcrossbeam_utils-221bda15e85f264f,libdotenvy-af94b03fb1416133,libhex-0b3fae1a86581d8a,libconfig-6cc9ae1c0560d17b,libpathdiff-8742ccca8223ff15,libjson5-a90389db2dc0389f,libpest-3d65047ce0cb0115,libucd_trie-10df1e8ef588bd91,libron-a69cc68fc58be2d9,libbitflags-1b159553f3a22f67,libtoml-20945fd659a4d493,libtoml_edit-f1a0a2a021fff714,libserde_spanned-d4ac4ab60c5672c3,libwinnow-9442a437df172bef,libtoml_write-5296a03f8bc4129a,libtoml_datetime-8b35693c77fad8d5,libnom-86fda46303cda49b,libini-35eda7747d6bd7d6,libordered_multimap-38f205a8fdec8e7b,libdlv_list-555048b28a5f9b72,libyaml_rust2-2c3c46b0c7b27422,libarraydeque-d0b01c7b3e573d2a,libhashlink-f6c4eebe54502674,libhashbrown-9658dbca51bd7c6a,libahash-0bf54090022f1edd,liballocator_api2-c141b3fcf831f6d7,libconvert_case-58ccf75645e38e19,libunicode_segmentation-315219529e7ce7cd,libtracing_subscriber-f00abe0d407675d9,libtracing_serde-6fa8156f87b7d0c1,libsharded_slab-54131fdddada5e4f,liblazy_static-206e48a21956b6b1,libmatchers-6b20c1e35b783e52,libregex_automata-7f2275aff92b6eab,libregex_syntax-b41611d3260a6231,libnu_ansi_term-90002f1d2b8187f3,libthread_local-6675aad092b8cb63,libtracing_log-54e3769c28fd365e,libreqwest-fc6d01a3847ebed4,librustls_pemfile-52e29f0d22ce41bb,libhyper_rustls-1d1d047bdafad256,libserde_urlencoded-4ba9ad8be518dbb6,libwebpki_roots-b583cd8031e7fb3d,libbase64-b8457b739641ebc3,libipnet-c39fef3b39d6bff9,libtokio_rustls-8c7d5544bf6ca449,libmime-ce0319f53a2119cd,libencoding_rs-356d1e0061f73c60,librustls-b1e212c7cab5da54,libsct-936b463510599f65,libwebpki-5ad8a61626d3ae64,libhyper-353f9e0fc0de6efd,libwant-5fa8f44fe2122d7f,libtry_lock-e3e549249f485b8b,libsocket2-1a16d5eba87b3e38,libh2-04ba0316867a3f3b,libindexmap-5f8a6edba3906f18,libequivalent-da934a6694ab360d,libhashbrown-3e6093868d528383,libtokio_util-795139b29c61dbdd,libtower_service-2977940d96a5a5ec,libtracing-3cf60c7ed1181996,libtracing_core-108ad42be5ad48ba,libonce_cell-043957f93fe71476,libfutures_channel-2c5ae992de75ae10,libsync_wrapper-fef456417f84602c,libhttp_body-22f7e0456cbf858a,libhttp-4a22d1886428c9fc,libtokio_tungstenite-87840404bcb390e1,librustls_native_certs-2802cbd3e418cf0b,librustls_pemfile-05b7bbf9fd93e3cd,libopenssl_probe-376497d65d31e0d8,libtokio_rustls-6995cb774ae11b5f,libtungstenite-d3c22a6c916e6c10,libdata_encoding-08ce6a8f8b433214,librustls-55cfca10175cc6d7,libwebpki-cc8aed55969b8ab9,libring-b222b0fbe871aa04,libuntrusted-505c99a4b3f7da0b,librustls_pki_types-879fc708760c3c84,libutf8-5c5ca6abee35c886,libbyteorder-cb17835726abdeba,libsha1-a5b8a81d5ce21ccf,libhttparse-812f1c5324d85c86,liburl-3924bae4beacae36,libidna-7111ce2f3d2b22d2,libutf8_iter-59a8409a508f6435,libidna_adapter-0b45cc63948527a4,libicu_properties-eb68c7cb24203a98,libicu_properties_data-ef5a4bc1270476a7,libicu_normalizer-f67fafba805799f9,libicu_normalizer_data-9f43a8806bd10cb2,libicu_collections-771753ebbd1a792b,libpotential_utf-240f272411665a63,libicu_provider-6a2f0eed3ff1c286,libicu_locale_core-dd684ee604eb5f50,libtinystr-ce009c169a4b6923,liblitemap-36eeadc784378775,libwriteable-a188f6d44e2794db,libzerovec-11835beac50e22cc,libzerotrie-b67a2e199190962f,libyoke-94fa9886b7991b11,libstable_deref_trait-bb7bef0dfe712062,libzerofrom-1f573599275e2ee8,libform_urlencoded-0a40c101f817abdc,libpercent_encoding-be1411bc33da4261,liblog-47839a5130621a54,libhttp-161fc1f4bd04f821,libfnv-77106f9ed4748ca6,libfutures_util-54b9ff28135e9d54,libslab-75fedd8e969a9924,libfutures_sink-c898839eae976927,libfutures_task-3c0c581cbf2d293a,libpin_utils-9ccfc56f2c5b0c36,libfutures_core-8350092af0f0339b,libserde_json-4ec216f651c99c34,libmemchr-6b1031f806b9757b,libitoa-35925b7a8b5a945c,libryu-bb7ae9f204d4123c,librand-086b04928c235b44,librand_chacha-8b773c6ef8e7a8a3,libppv_lite86-4feea8bdd990cdcf,libzerocopy-e0762623f24b6102,libp256-4dc52f6550e18261,libsha2-5a6298737bd827e2,libcpufeatures-5bf216af22f7e564,libecdsa-d28e93ff4a69c9ac,librfc6979-d2a46ef3da94ccff,libhmac-7471f7470a29cd9f,libsignature-a5cf2e719019d8fa,libdigest-84459caa0e5872e7,libblock_buffer-3f0a291f74d1ba32,libcrypto_common-7efc93ba25ff1418,libprimeorder-6287ac5200a1c037,libelliptic_curve-473cdf6ab68f9f19,libsec1-d4162384750e60f5,libpkcs8-dbf04ac573c82b03,libspki-2828f531909c77bb,libder-5afcecb0c535214c,libpem_rfc7468-a66fe376586c1b31,libbase64ct-123cb5f675c93fc7,libconst_oid-3572c52259adb96a,libcrypto_bigint-f6c840d4ac0314c9,libgeneric_array-59b653cf9a8befe4,libtypenum-8faf140a1d997eb1,libbase16ct-c9dbe5524e26c0ea,libzeroize-207969f26a9eb3e5,libgroup-498a70d41cd1f84b,libff-5cfec07526fd2085,librand_core-4254b743fc8e0f94,libgetrandom-3fc12dbcbda63cb3,libsubtle-26c86c585350afa6,libbase64-6d64914d1112fcae,libchrono-13e781d89a7e575e,libiana_time_zone-bb07f1b123127f60,libtokio-c499e06ca2f2de82,libsignal_hook_registry-0649159c00cc3d42,libsocket2-d396f3e96119eb3c,libbytes-d85d0ef47e9bef47,libmio-77849f41095e4845,libpin_project_lite-8cda137948184924,libparking_lot-cbab0ea6ddbf56ae,libparking_lot_core-4b660b011de6c2ff,liblibc-f18c41a507a3b58d,libcfg_if-52879664ee908f39,libsmallvec-da333f48df578ce5,liblock_api-0d7b154822842c6d,libscopeguard-eb77609449485574,libthiserror-7b4d57f757210d0f,librust_decimal-6194717625fedd75,libarrayvec-4c827f8b57a1ad1d,libnum_traits-b1d624d6626f3a96,libserde-1d1a2514fdc2091f,libserde_core-4c06cb0a7c50bdc2}.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/rustcjDIk6K/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-9cc3f705f94f9462/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/coinbase-b0be4d71992bc7c5" "-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/rustch6XnQl/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/{libarb_bot-9cce1422326719d7,libtracing_appender-4754372f713b45b6,libtime-a04dc467bed8a172,libtime_core-fe2ebea178ac77e0,libnum_conv-011f38542da43a44,libderanged-189dacf9b833c1e3,libpowerfmt-6dad2d624cb624e5,libcrossbeam_channel-0d1074ce7f2087da,libcrossbeam_utils-221bda15e85f264f,libdotenvy-af94b03fb1416133,libhex-0b3fae1a86581d8a,libconfig-6cc9ae1c0560d17b,libpathdiff-8742ccca8223ff15,libjson5-a90389db2dc0389f,libpest-3d65047ce0cb0115,libucd_trie-10df1e8ef588bd91,libron-a69cc68fc58be2d9,libbitflags-1b159553f3a22f67,libtoml-20945fd659a4d493,libtoml_edit-f1a0a2a021fff714,libserde_spanned-d4ac4ab60c5672c3,libwinnow-9442a437df172bef,libtoml_write-5296a03f8bc4129a,libtoml_datetime-8b35693c77fad8d5,libnom-86fda46303cda49b,libini-35eda7747d6bd7d6,libordered_multimap-38f205a8fdec8e7b,libdlv_list-555048b28a5f9b72,libyaml_rust2-2c3c46b0c7b27422,libarraydeque-d0b01c7b3e573d2a,libhashlink-f6c4eebe54502674,libhashbrown-9658dbca51bd7c6a,libahash-0bf54090022f1edd,liballocator_api2-c141b3fcf831f6d7,libconvert_case-58ccf75645e38e19,libunicode_segmentation-315219529e7ce7cd,libtracing_subscriber-f00abe0d407675d9,libtracing_serde-6fa8156f87b7d0c1,libsharded_slab-54131fdddada5e4f,liblazy_static-206e48a21956b6b1,libmatchers-6b20c1e35b783e52,libregex_automata-7f2275aff92b6eab,libregex_syntax-b41611d3260a6231,libnu_ansi_term-90002f1d2b8187f3,libthread_local-6675aad092b8cb63,libtracing_log-54e3769c28fd365e,libreqwest-fc6d01a3847ebed4,librustls_pemfile-52e29f0d22ce41bb,libhyper_rustls-1d1d047bdafad256,libserde_urlencoded-4ba9ad8be518dbb6,libwebpki_roots-b583cd8031e7fb3d,libbase64-b8457b739641ebc3,libipnet-c39fef3b39d6bff9,libtokio_rustls-8c7d5544bf6ca449,libmime-ce0319f53a2119cd,libencoding_rs-356d1e0061f73c60,librustls-b1e212c7cab5da54,libsct-936b463510599f65,libwebpki-5ad8a61626d3ae64,libhyper-353f9e0fc0de6efd,libwant-5fa8f44fe2122d7f,libtry_lock-e3e549249f485b8b,libsocket2-1a16d5eba87b3e38,libh2-04ba0316867a3f3b,libindexmap-5f8a6edba3906f18,libequivalent-da934a6694ab360d,libhashbrown-3e6093868d528383,libtokio_util-795139b29c61dbdd,libtower_service-2977940d96a5a5ec,libtracing-3cf60c7ed1181996,libtracing_core-108ad42be5ad48ba,libonce_cell-043957f93fe71476,libfutures_channel-2c5ae992de75ae10,libsync_wrapper-fef456417f84602c,libhttp_body-22f7e0456cbf858a,libhttp-4a22d1886428c9fc,libtokio_tungstenite-87840404bcb390e1,librustls_native_certs-2802cbd3e418cf0b,librustls_pemfile-05b7bbf9fd93e3cd,libopenssl_probe-376497d65d31e0d8,libtokio_rustls-6995cb774ae11b5f,libtungstenite-d3c22a6c916e6c10,libdata_encoding-08ce6a8f8b433214,librustls-55cfca10175cc6d7,libwebpki-cc8aed55969b8ab9,libring-b222b0fbe871aa04,libuntrusted-505c99a4b3f7da0b,librustls_pki_types-879fc708760c3c84,libutf8-5c5ca6abee35c886,libbyteorder-cb17835726abdeba,libsha1-a5b8a81d5ce21ccf,libhttparse-812f1c5324d85c86,liburl-3924bae4beacae36,libidna-7111ce2f3d2b22d2,libutf8_iter-59a8409a508f6435,libidna_adapter-0b45cc63948527a4,libicu_properties-eb68c7cb24203a98,libicu_properties_data-ef5a4bc1270476a7,libicu_normalizer-f67fafba805799f9,libicu_normalizer_data-9f43a8806bd10cb2,libicu_collections-771753ebbd1a792b,libpotential_utf-240f272411665a63,libicu_provider-6a2f0eed3ff1c286,libicu_locale_core-dd684ee604eb5f50,libtinystr-ce009c169a4b6923,liblitemap-36eeadc784378775,libwriteable-a188f6d44e2794db,libzerovec-11835beac50e22cc,libzerotrie-b67a2e199190962f,libyoke-94fa9886b7991b11,libstable_deref_trait-bb7bef0dfe712062,libzerofrom-1f573599275e2ee8,libform_urlencoded-0a40c101f817abdc,libpercent_encoding-be1411bc33da4261,liblog-47839a5130621a54,libhttp-161fc1f4bd04f821,libfnv-77106f9ed4748ca6,libfutures_util-54b9ff28135e9d54,libslab-75fedd8e969a9924,libfutures_sink-c898839eae976927,libfutures_task-3c0c581cbf2d293a,libpin_utils-9ccfc56f2c5b0c36,libfutures_core-8350092af0f0339b,libserde_json-4ec216f651c99c34,libmemchr-6b1031f806b9757b,libitoa-35925b7a8b5a945c,libryu-bb7ae9f204d4123c,librand-086b04928c235b44,librand_chacha-8b773c6ef8e7a8a3,libppv_lite86-4feea8bdd990cdcf,libzerocopy-e0762623f24b6102,libp256-4dc52f6550e18261,libsha2-5a6298737bd827e2,libcpufeatures-5bf216af22f7e564,libecdsa-d28e93ff4a69c9ac,librfc6979-d2a46ef3da94ccff,libhmac-7471f7470a29cd9f,libsignature-a5cf2e719019d8fa,libdigest-84459caa0e5872e7,libblock_buffer-3f0a291f74d1ba32,libcrypto_common-7efc93ba25ff1418,libprimeorder-6287ac5200a1c037,libelliptic_curve-473cdf6ab68f9f19,libsec1-d4162384750e60f5,libpkcs8-dbf04ac573c82b03,libspki-2828f531909c77bb,libder-5afcecb0c535214c,libpem_rfc7468-a66fe376586c1b31,libbase64ct-123cb5f675c93fc7,libconst_oid-3572c52259adb96a,libcrypto_bigint-f6c840d4ac0314c9,libgeneric_array-59b653cf9a8befe4,libtypenum-8faf140a1d997eb1,libbase16ct-c9dbe5524e26c0ea,libzeroize-207969f26a9eb3e5,libgroup-498a70d41cd1f84b,libff-5cfec07526fd2085,librand_core-4254b743fc8e0f94,libgetrandom-3fc12dbcbda63cb3,libsubtle-26c86c585350afa6,libbase64-6d64914d1112fcae,libchrono-13e781d89a7e575e,libiana_time_zone-bb07f1b123127f60,libtokio-c499e06ca2f2de82,libsignal_hook_registry-0649159c00cc3d42,libsocket2-d396f3e96119eb3c,libbytes-d85d0ef47e9bef47,libmio-77849f41095e4845,libpin_project_lite-8cda137948184924,libparking_lot-cbab0ea6ddbf56ae,libparking_lot_core-4b660b011de6c2ff,liblibc-f18c41a507a3b58d,libcfg_if-52879664ee908f39,libsmallvec-da333f48df578ce5,liblock_api-0d7b154822842c6d,libscopeguard-eb77609449485574,libthiserror-7b4d57f757210d0f,librust_decimal-6194717625fedd75,libarrayvec-4c827f8b57a1ad1d,libnum_traits-b1d624d6626f3a96,libserde-1d1a2514fdc2091f,libserde_core-4c06cb0a7c50bdc2}.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/rustch6XnQl/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-9cc3f705f94f9462/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/coinbase_auth-03cf6bcb7f913798" "-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 `arb-bot` (test "coinbase") due to 1 previous error; 1 warning emitted
[INFO] [stderr] error: could not compile `arb-bot` (test "coinbase_auth") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "4c0a135581127134d91df487ae4342ad9baf81aad342b9eae2217fc7c965527d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c0a135581127134d91df487ae4342ad9baf81aad342b9eae2217fc7c965527d", kill_on_drop: false }`
[INFO] [stdout] 4c0a135581127134d91df487ae4342ad9baf81aad342b9eae2217fc7c965527d
