[INFO] cloning repository https://github.com/tembolo1284/trading-platform-ui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tembolo1284/trading-platform-ui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftembolo1284%2Ftrading-platform-ui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftembolo1284%2Ftrading-platform-ui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e8f65585f9f5691bf791e241d89e447964950469
[INFO] testing tembolo1284/trading-platform-ui against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftembolo1284%2Ftrading-platform-ui" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tembolo1284/trading-platform-ui
[INFO] finished tweaking git repo https://github.com/tembolo1284/trading-platform-ui
[INFO] tweaked toml for git repo https://github.com/tembolo1284/trading-platform-ui written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tembolo1284/trading-platform-ui on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tembolo1284/trading-platform-ui 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thread_local v1.1.9
[INFO] [stderr]   Downloaded matchers v0.2.0
[INFO] [stderr]   Downloaded nu-ansi-term v0.50.3
[INFO] [stderr]   Downloaded prost v0.12.6
[INFO] [stderr]   Downloaded prost-derive v0.12.6
[INFO] [stderr]   Downloaded axum-core v0.3.4
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.105
[INFO] [stderr]   Downloaded toml_datetime v0.6.11
[INFO] [stderr]   Downloaded js-sys v0.3.82
[INFO] [stderr]   Downloaded pest_derive v2.8.3
[INFO] [stderr]   Downloaded pest_generator v2.8.3
[INFO] [stderr]   Downloaded cc v1.2.44
[INFO] [stderr]   Downloaded pest v2.8.3
[INFO] [stderr]   Downloaded http-range-header v0.3.1
[INFO] [stderr]   Downloaded pest_meta v2.8.3
[INFO] [stderr]   Downloaded windows-implement v0.60.2
[INFO] [stderr]   Downloaded windows-interface v0.59.3
[INFO] [stderr]   Downloaded windows-result v0.4.1
[INFO] [stderr]   Downloaded windows-strings v0.5.1
[INFO] [stderr]   Downloaded windows-core v0.62.2
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.105
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.105
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.105
[INFO] [stderr]   Downloaded generic-array v0.14.9
[INFO] [stderr]   Downloaded serde_spanned v0.6.9
[INFO] [stderr]   Downloaded toml_write v0.1.2
[INFO] [stderr]   Downloaded toml v0.8.23
[INFO] [stderr]   Downloaded tokio-test v0.4.4
[INFO] [stderr]   Downloaded tonic v0.11.0
[INFO] [stderr]   Downloaded tower-http v0.4.4
[INFO] [stderr]   Downloaded rust-ini v0.20.0
[INFO] [stderr]   Downloaded tonic-reflection v0.11.0
[INFO] [stderr]   Downloaded tonic-build v0.11.0
[INFO] [stderr]   Downloaded prost-types v0.12.6
[INFO] [stderr]   Downloaded tokio-io-timeout v1.2.1
[INFO] [stderr]   Downloaded axum v0.6.20
[INFO] [stderr]   Downloaded toml_edit v0.22.27
[INFO] [stderr]   Downloaded yaml-rust2 v0.8.1
[INFO] [stderr]   Downloaded hyper-timeout v0.4.1
[INFO] [stderr]   Downloaded config v0.14.1
[INFO] [stderr]   Downloaded prost-build v0.12.6
[INFO] [stderr]   Downloaded tonic-web v0.11.0
[INFO] [stderr]   Downloaded tower-http v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e425138e07bd6f7c5267c0f99a34df3a3c19026cbb1af8d89d301d5fd9495fdc
[INFO] running `Command { std: "docker" "start" "-a" "e425138e07bd6f7c5267c0f99a34df3a3c19026cbb1af8d89d301d5fd9495fdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e425138e07bd6f7c5267c0f99a34df3a3c19026cbb1af8d89d301d5fd9495fdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e425138e07bd6f7c5267c0f99a34df3a3c19026cbb1af8d89d301d5fd9495fdc", kill_on_drop: false }`
[INFO] [stdout] e425138e07bd6f7c5267c0f99a34df3a3c19026cbb1af8d89d301d5fd9495fdc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6cf5b3e4db277737e7b0c58fa002b9c1ea115064eeab5f30b57c8c013390dc8f
[INFO] running `Command { std: "docker" "start" "-a" "6cf5b3e4db277737e7b0c58fa002b9c1ea115064eeab5f30b57c8c013390dc8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[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 parking_lot v0.12.5
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling http-range-header v0.3.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling tonic-build v0.11.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling tower-http v0.4.4
[INFO] [stderr]    Compiling trading-server v0.1.0 (/opt/rustwide/workdir/server)
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.11.0
[INFO] [stderr]    Compiling tonic-web v0.11.0
[INFO] [stderr]    Compiling tonic-reflection v0.11.0
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcjHDUTo/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lmcoptions" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libchrono-93fa291e31182156,libiana_time_zone-54997521cde77023,libnum_traits-6a9f211205bd6663,libconfig-011aa23541d076e8,libpathdiff-3b9982cd4c9b7139,libjson5-ead75deaa6f98f8f,libpest-97df9e7bd278f8c7,libucd_trie-01dd94f548235104,libron-052fa59de26fe8d4,libserde_json-cb0d880a08aebee6,libryu-0ea4bafc9bef6d8b,libtoml-dab49c41a8808115,libtoml_edit-9b6ead0d2a9d8803,libserde_spanned-099f9bee475bed5a,libwinnow-42c9962481bcceab,libtoml_write-391d1a913c599bd8,libtoml_datetime-be53b6ac5ff93af8,libnom-8931b5cc162b8ec4,libini-4203fd84c8047956,libordered_multimap-9858f21bc6179a13,libdlv_list-4e242e0738a6903d,libyaml_rust2-2c5d38be26d379df,libencoding_rs-cc14b3dbbd1394c4,libarraydeque-be9e663bcba0ae31,libhashlink-96898ebbf9f14fcc,libhashbrown-c6eb27f83efcf9ef,libahash-54d217756a5680b5,liballocator_api2-3bc2480ae44878f3,libconvert_case-772cc0932d4e91a2,libunicode_segmentation-ff3f1aa3aad6e639,libtracing_subscriber-76eb198d25dc0759,libsharded_slab-8a8a8c9e27e64aa6,liblazy_static-b3603208c0de2608,libmatchers-dc275d9bc4bdc7f3,libregex_automata-8dce2252df0d7df3,libregex_syntax-3eb42aed563cb123,libnu_ansi_term-397b1770c3b67a2d,libthread_local-50c3ebea32fd35ad,libtracing_log-78a6256a53e8c521,libtonic_reflection-54c6029ba3f8e770,libprost_types-dacea3deced8e44a,libtonic_web-0c781b8724509073,libtower_http-76b810736cd5b4fd,libbitflags-26ec164479117769,libtonic-4fc73d9611908484,libhyper_timeout-4a65202d8bdfd086,libtokio_io_timeout-0369657fc350a3a2,libasync_stream-0c8aa30c3b835d8b,libaxum-46c1abefc359fc12,libpercent_encoding-c53c37e60dd2727e,libmatchit-b2689776cf6e5db9,libbitflags-e2b4db6c651223da,libsync_wrapper-17f912c27eab8964,libaxum_core-01b2f43c91ea37d7,libmime-4b44681fdb2c65f7,libhyper-9f4f52a1ed7ca696,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libsocket2-bc19c25d656ff1f2,libhttparse-47a3d40564b60e09,libh2-9b9055f263023b53,libindexmap-b8e31cf84a4d825d,libequivalent-7e0e8cbe6c474a67,libhashbrown-39a1ad584b454bfa,libhttpdate-9f9d2502c6a38412,libtower-f1eaa87457c131f0,libindexmap-aabe4307af1ccc85,libhashbrown-8ac6e23154e6c3d0,libtokio_util-ea13f29204992f0e,librand-83726bf0d8095b1e,librand_chacha-11ef7058ad6250a3,libppv_lite86-1f94671457ce84ff,libzerocopy-cce06fb2122f9e8f,librand_core-1baf6ef6507a36e5,libgetrandom-9d0b38267aba3c82,libfutures_util-ff8ec0a11f80eaeb,libmemchr-f9c66c7ba21bf873,libfutures_io-3e19596c076de665,libslab-8c0cbfb396425d81,libfutures_channel-f26d4826b597103e,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libtower_layer-d70c7e404336389b,libbase64-64299f9d815d057c,libprost-8cdb54da65d8bc93,libpin_project-9eff6e16275e8b7e,libtower_service-0d7df29686b13872,libtokio_stream-70bff6f1bb21cefa,libfutures_core-fc6bb1738f00fc87,libhttp_body-b4c163883cc9ed18,libhttp-331bc164ab59ceff,libitoa-6b76ec393d6a2c41,libfnv-2d77ec4f6f971b24,libtracing-6bacac07da8d283b,liblog-28f8cc0684f4f944,libtracing_core-2fa02b5ee2bcd648,libonce_cell-0ba6aecba7086d38,libtokio-14cb543fb8470f58,libsignal_hook_registry-0e45a8eca25f22d2,libsocket2-67f1f25e645d086a,libmio-a0dcb503c6777286,libparking_lot-9974f6db5227739a,libparking_lot_core-aa64ba0f11ec592f,liblibc-e2775a15e5abc6fd,libcfg_if-5af52f617df93f8f,libsmallvec-45f6e3b8047adea1,liblock_api-b14bc138db870a36,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,libbytes-bfe11088fe358bd1,libanyhow-a6cad01b77d60716,libserde-a4e0fa1b0f59497e,libserde_core-89637146ece38bd9}.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" "/tmp/rustcjHDUTo/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" "/home/paullopez/Desktop/cpp-workspace/MonteCarloLib/lib/build" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/trading_server-a295ef54cfe40871" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,-rpath,/home/paullopez/Desktop/cpp-workspace/MonteCarloLib/lib/build"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lmcoptions
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `trading-server` (bin "trading-server") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6cf5b3e4db277737e7b0c58fa002b9c1ea115064eeab5f30b57c8c013390dc8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cf5b3e4db277737e7b0c58fa002b9c1ea115064eeab5f30b57c8c013390dc8f", kill_on_drop: false }`
[INFO] [stdout] 6cf5b3e4db277737e7b0c58fa002b9c1ea115064eeab5f30b57c8c013390dc8f
