[INFO] cloning repository https://github.com/willialso/live_mvp_mini_vc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/willialso/live_mvp_mini_vc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillialso%2Flive_mvp_mini_vc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillialso%2Flive_mvp_mini_vc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0ba1eaa34219f44c377e8743fff7376fe5c6d17b
[INFO] testing willialso/live_mvp_mini_vc against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillialso%2Flive_mvp_mini_vc" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/willialso/live_mvp_mini_vc
[INFO] finished tweaking git repo https://github.com/willialso/live_mvp_mini_vc
[INFO] tweaked toml for git repo https://github.com/willialso/live_mvp_mini_vc written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/willialso/live_mvp_mini_vc on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/willialso/live_mvp_mini_vc 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0
[INFO] running `Command { std: "docker" "start" "28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.0
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling cc v1.2.35
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling pretty v0.12.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling ic-cdk-executor v0.1.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling ic0 v0.21.1
[INFO] [stderr]    Compiling candid v0.9.11
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling ic-stable-structures v0.5.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling candid_derive v0.10.18
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling candid_derive v0.6.4
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling rust_decimal_macros v1.37.1
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling num_enum v0.6.1
[INFO] [stderr]    Compiling binread v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling ic_principal v0.1.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling serde_tokenstream v0.1.7
[INFO] [stderr]    Compiling candid v0.10.18
[INFO] [stderr]    Compiling ic-cdk-macros v0.8.4
[INFO] [stderr]    Compiling ic-cdk v0.11.7
[INFO] [stderr]    Compiling ic-cdk v0.12.3
[INFO] [stderr]    Compiling ic-cdk-timers v0.6.0
[INFO] [stderr]    Compiling user_wallet v0.1.0 (/opt/rustwide/workdir/contracts/user_wallet)
[INFO] [stderr]    Compiling liquidity_pool v0.1.0 (/opt/rustwide/workdir/contracts/liquidity_pool)
[INFO] [stderr]    Compiling admin v0.1.0 (/opt/rustwide/workdir/contracts/admin)
[INFO] [stderr]    Compiling price_feed v0.1.0 (/opt/rustwide/workdir/contracts/price_feed)
[INFO] [stderr]    Compiling platform_treasury v0.1.0 (/opt/rustwide/workdir/contracts/platform_treasury)
[INFO] [stderr]    Compiling options_core v0.1.0 (/opt/rustwide/workdir/contracts/options_core)
[INFO] [stdout] warning: unused import: `HttpHeader`
[INFO] [stdout]  --> contracts/price_feed/src/lib.rs:5:89
[INFO] [stdout]   |
[INFO] [stdout] 5 |     http_request, CanisterHttpRequestArgument, HttpMethod, HttpResponse, TransformArgs, HttpHeader
[INFO] [stdout]   |                                                                                         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> contracts/admin/src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> contracts/options_core/src/lib.rs:273:51
[INFO] [stdout]     |
[INFO] [stdout] 273 |           let revenue_request = candid::encode_args((
[INFO] [stdout]     |  ___________________________________________________^
[INFO] [stdout] 274 | |             RevenueCollectionRequest {
[INFO] [stdout]     | |____________^
[INFO] [stdout] ...
[INFO] [stdout] 278 |               }
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 279 | |         )).unwrap();
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 273 ~         let revenue_request = candid::encode_args(RevenueCollectionRequest {
[INFO] [stdout] 274 |                 amount_e8s: fee_amount,
[INFO] [stdout] 275 |                 source: "options_trading".to_string(),
[INFO] [stdout] 276 |                 description: format!("Platform fee from trade: {} BTC", trade_data.amount)
[INFO] [stdout] 277 ~             }).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RevenueCollectionRequest: ArgumentEncoder` is not satisfied
[INFO] [stdout]    --> contracts/options_core/src/lib.rs:273:51
[INFO] [stdout]     |
[INFO] [stdout] 273 |           let revenue_request = candid::encode_args((
[INFO] [stdout]     |  _______________________________-------------------_^
[INFO] [stdout]     | |                               |
[INFO] [stdout]     | |                               required by a bound introduced by this call
[INFO] [stdout] 274 | |             RevenueCollectionRequest {
[INFO] [stdout] 275 | |                 amount_e8s: fee_amount,
[INFO] [stdout] 276 | |                 source: "options_trading".to_string(),
[INFO] [stdout] ...   |
[INFO] [stdout] 279 | |         )).unwrap();
[INFO] [stdout]     | |_________^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `ArgumentEncoder` is not implemented for `RevenueCollectionRequest`
[INFO] [stdout]    --> contracts/options_core/src/lib.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub struct RevenueCollectionRequest {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `ArgumentEncoder`:
[INFO] [stdout]               (T₁, T₂, …, Tₙ) up to tuples of arity 16
[INFO] [stdout]             and 9 others
[INFO] [stdout] note: required by a bound in `encode_args`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/candid-0.9.11/src/utils.rs:239:27
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub fn encode_args<Tuple: ArgumentEncoder>(arguments: Tuple) -> Result<Vec<u8>> {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^ required by this bound in `encode_args`
[INFO] [stdout] help: use a unary tuple instead
[INFO] [stdout]     |
[INFO] [stdout] 273 ~         let revenue_request = candid::encode_args(((
[INFO] [stdout] 274 |             RevenueCollectionRequest {
[INFO] [stdout] ...
[INFO] [stdout] 278 |             }
[INFO] [stdout] 279 ~         ),)).unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UpdateBalanceArgs` is never constructed
[INFO] [stdout]   --> contracts/user_wallet/src/lib.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | struct UpdateBalanceArgs {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> contracts/price_feed/src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct CoinbaseExchangeResponse {
[INFO] [stdout]    |        ------------------------ fields in this struct
[INFO] [stdout] 20 |     ask: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 21 |     bid: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 22 |     volume: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 23 |     trade_id: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 24 |     price: String,
[INFO] [stdout] 25 |     size: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 26 |     time: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 27 |     rfq_volume: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_audit_record` is never used
[INFO] [stdout]    --> contracts/price_feed/src/lib.rs:204:4
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn create_audit_record(price_data: &PriceData, validator: &str) -> Result<PriceAuditRecord, String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_volatility_from_price_data` is never used
[INFO] [stdout]    --> contracts/price_feed/src/lib.rs:440:4
[INFO] [stdout]     |
[INFO] [stdout] 440 | fn calculate_volatility_from_price_data(price_data: &PriceData) -> f64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from_canister`
[INFO] [stdout]    --> contracts/liquidity_pool/src/lib.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     let from_canister = ic_cdk::id();
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_canister`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `options_core` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: function `generate_pool_address` is never used
[INFO] [stdout]    --> contracts/liquidity_pool/src/lib.rs:986:4
[INFO] [stdout]     |
[INFO] [stdout] 986 | fn generate_pool_address() -> String {
[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" "-Wl,--version-script=/opt/rustwide/target/release/deps/rustcZkd9kk/list" "-Wl,--no-undefined-version" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/rustcZkd9kk/libpsm-07787927d1198de0.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcZkd9kk/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/release/build/psm-75aa41b66a7a7fa5/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/libadmin.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/release/deps/rustcZkd9kk/list:4: ; expected, but got get_admin_config
[INFO] [stdout]           >>>     canister_query get_admin_config;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `admin` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/opt/rustwide/target/release/deps/rustcIfy0n8/list" "-Wl,--no-undefined-version" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/rustcIfy0n8/libpsm-07787927d1198de0.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcIfy0n8/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/release/build/psm-75aa41b66a7a7fa5/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/libplatform_treasury.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/release/deps/rustcIfy0n8/list:4: ; expected, but got get_admin
[INFO] [stdout]           >>>     canister_query get_admin;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `platform_treasury` (lib) due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/opt/rustwide/target/release/deps/rustclSN1MX/list" "-Wl,--no-undefined-version" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/rustclSN1MX/libpsm-07787927d1198de0.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustclSN1MX/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/release/build/psm-75aa41b66a7a7fa5/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/libuser_wallet.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/release/deps/rustclSN1MX/list:4: ; expected, but got get_admin
[INFO] [stdout]           >>>     canister_query get_admin;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `user_wallet` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/opt/rustwide/target/release/deps/rustcn04qyB/list" "-Wl,--no-undefined-version" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/rustcn04qyB/libpsm-07787927d1198de0.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcn04qyB/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/release/build/psm-75aa41b66a7a7fa5/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/libliquidity_pool.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/release/deps/rustcn04qyB/list:4: ; expected, but got can_accept_trade
[INFO] [stdout]           >>>     canister_query can_accept_trade;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `liquidity_pool` (lib) due to 1 previous error; 2 warnings emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/opt/rustwide/target/release/deps/rustcMBbJGG/list" "-Wl,--no-undefined-version" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/rustcMBbJGG/libpsm-07787927d1198de0.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcMBbJGG/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/release/build/psm-75aa41b66a7a7fa5/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/libprice_feed.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/release/deps/rustcMBbJGG/list:5: ; expected, but got calculate_volatility
[INFO] [stdout]           >>>     canister_query calculate_volatility;
[INFO] [stdout]           >>>                    ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `price_feed` (lib) due to 1 previous error; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0", kill_on_drop: false }`
[INFO] [stdout] 28f846b5b569754edccbd86e04cab2b2ee567f3038914a5eb8c8b852ccc369a0
