[INFO] cloning repository https://github.com/mashanz/xendit-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mashanz/xendit-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmashanz%2Fxendit-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmashanz%2Fxendit-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a7b61ac6110f7ba4cfabe600f4a4fddf1e627986 [INFO] testing mashanz/xendit-rust against try#311784882baa42a9638298cb325fa01a062c9d0f+cargoflags=-Zbuild-dir-new-layout for pr-149852 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmashanz%2Fxendit-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mashanz/xendit-rust [INFO] finished tweaking git repo https://github.com/mashanz/xendit-rust [INFO] tweaked toml for git repo https://github.com/mashanz/xendit-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mashanz/xendit-rust on toolchain 311784882baa42a9638298cb325fa01a062c9d0f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+311784882baa42a9638298cb325fa01a062c9d0f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mashanz/xendit-rust 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" "+311784882baa42a9638298cb325fa01a062c9d0f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+311784882baa42a9638298cb325fa01a062c9d0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 546a52e303c012f5838d0ba86d8ed335cdb20b7aecc90798a1046556e15f67f2 [INFO] running `Command { std: "docker" "start" "-a" "546a52e303c012f5838d0ba86d8ed335cdb20b7aecc90798a1046556e15f67f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "546a52e303c012f5838d0ba86d8ed335cdb20b7aecc90798a1046556e15f67f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "546a52e303c012f5838d0ba86d8ed335cdb20b7aecc90798a1046556e15f67f2", kill_on_drop: false }` [INFO] [stdout] 546a52e303c012f5838d0ba86d8ed335cdb20b7aecc90798a1046556e15f67f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+311784882baa42a9638298cb325fa01a062c9d0f" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }` [INFO] [stdout] 8812be0fbc592fc0f185f782b6a1a0e77d337fda37d0fe9299682c67f5ae37b1 [INFO] running `Command { std: "docker" "start" "-a" "8812be0fbc592fc0f185f782b6a1a0e77d337fda37d0fe9299682c67f5ae37b1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling tokio v1.39.1 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling serde_with_macros v3.9.0 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling serde_qs v0.13.0 [INFO] [stderr] Compiling serde_with v3.9.0 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling xendit v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.13s [INFO] running `Command { std: "docker" "inspect" "8812be0fbc592fc0f185f782b6a1a0e77d337fda37d0fe9299682c67f5ae37b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8812be0fbc592fc0f185f782b6a1a0e77d337fda37d0fe9299682c67f5ae37b1", kill_on_drop: false }` [INFO] [stdout] 8812be0fbc592fc0f185f782b6a1a0e77d337fda37d0fe9299682c67f5ae37b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+311784882baa42a9638298cb325fa01a062c9d0f" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }` [INFO] [stdout] be965d4f653ca9dfedc8a15a5f0f2645b5c99744d2ae3d92ec100909fe63ae3c [INFO] running `Command { std: "docker" "start" "-a" "be965d4f653ca9dfedc8a15a5f0f2645b5c99744d2ae3d92ec100909fe63ae3c", kill_on_drop: false }` [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling xendit v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.34s [INFO] running `Command { std: "docker" "inspect" "be965d4f653ca9dfedc8a15a5f0f2645b5c99744d2ae3d92ec100909fe63ae3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be965d4f653ca9dfedc8a15a5f0f2645b5c99744d2ae3d92ec100909fe63ae3c", kill_on_drop: false }` [INFO] [stdout] be965d4f653ca9dfedc8a15a5f0f2645b5c99744d2ae3d92ec100909fe63ae3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+311784882baa42a9638298cb325fa01a062c9d0f" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }` [INFO] [stdout] 5f8e293e9366a80e493a1c90fc11094d862e972a4f419224cf6157d8bcc0dbe1 [INFO] running `Command { std: "docker" "start" "-a" "5f8e293e9366a80e493a1c90fc11094d862e972a4f419224cf6157d8bcc0dbe1", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/build/xendit/8eaefe061915309b/deps/xendit-8eaefe061915309b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/build/xendit/ce6f34768eb12fe5/deps/xendit-ce6f34768eb12fe5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/balance.rs (/opt/rustwide/target/debug/build/xendit/37b83f0fae4c0a90/deps/balance-37b83f0fae4c0a90) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_get_balance_with_holding_account_type ... FAILED [INFO] [stdout] test tests::test_get_balance_default ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::test_get_balance_with_holding_account_type stdout ---- [INFO] [stdout] Error: error sending request for url (https://api.xendit.co//balance?account_type=HOLDING¤cy=IDR) [INFO] [stdout] [INFO] [stdout] thread 'tests::test_get_balance_with_holding_account_type' (19) panicked at tests/balance.rs:26:9: [INFO] [stdout] assertion failed: match BalanceClient::new(&client).get_balance(GetBalanceRequestParams::new().set_account_type("HOLDING").set_currency(Currency::IDR).build(), [INFO] [stdout] None).await { [INFO] [stdout] Ok(_) => true, [INFO] [stdout] Err(e) => { println!("Error: {}", e); false } [INFO] [stdout] } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343248b1ae2 - std[7ec1163218fd4288]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x6343248b1ae2 - std[7ec1163218fd4288]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x6343248b1ae2 - std[7ec1163218fd4288]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:68:9 [INFO] [stdout] 3: 0x6343248b1ae2 - <::print::DisplayBacktrace as core[784384805ecffc2c]::fmt::Display>::fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:38:26 [INFO] [stdout] 4: 0x6343248c8237 - ::fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x6343248c8237 - core[784384805ecffc2c]::fmt::write [INFO] [stdout] 6: 0x6343248b6e16 - std[7ec1163218fd4288]::io::default_write_fmt::> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/io/mod.rs:614:11 [INFO] [stdout] 7: 0x6343248b6e16 - as std[7ec1163218fd4288]::io::Write>::write_fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/io/mod.rs:1969:13 [INFO] [stdout] 8: 0x63432488ef8f - ::print [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:41:9 [INFO] [stdout] 9: 0x63432488ef8f - std[7ec1163218fd4288]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x6343248a95e9 - std[7ec1163218fd4288]::panicking::default_hook [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x6343244ac5be - core[784384805ecffc2c]::ops::function::Fn<(&'a std[7ec1163218fd4288]::panic::PanicHookInfo<'b>,), Output = ()> + core[784384805ecffc2c]::marker::Sync + core[784384805ecffc2c]::marker::Send> as core[784384805ecffc2c]::ops::function::Fn<(&std[7ec1163218fd4288]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/alloc/src/boxed.rs:2220:9 [INFO] [stdout] 12: 0x6343244ac5be - test[370c4ac83c3338cc]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343248a9852 - core[784384805ecffc2c]::ops::function::Fn<(&'a std[7ec1163218fd4288]::panic::PanicHookInfo<'b>,), Output = ()> + core[784384805ecffc2c]::marker::Sync + core[784384805ecffc2c]::marker::Send> as core[784384805ecffc2c]::ops::function::Fn<(&std[7ec1163218fd4288]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/alloc/src/boxed.rs:2220:9 [INFO] [stdout] 14: 0x6343248a9852 - std[7ec1163218fd4288]::panicking::panic_with_hook [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x63432488f07a - std[7ec1163218fd4288]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x634324883ee9 - std[7ec1163218fd4288]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:176:18 [INFO] [stdout] 17: 0x6343248901ed - __rustc[cbcfe5aadef28f7f]::rust_begin_unwind [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x6343248c88fc - core[784384805ecffc2c]::panicking::panic_fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x6343248c88c2 - core[784384805ecffc2c]::panicking::panic [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x634324496c91 - balance[fbf9b4be91987ec5]::tests::test_get_balance_with_holding_account_type::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/balance.rs:26:9 [INFO] [stdout] 21: 0x6343244986f2 - > as core[784384805ecffc2c]::future::future::Future>::poll [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x63432449876d - >> as core[784384805ecffc2c]::future::future::Future>::poll [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x63432449e8fd - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73 [INFO] [stdout] 24: 0x63432449e7fb - tokio[55484f08638a094]::runtime::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5 [INFO] [stdout] 25: 0x63432449e7fb - tokio[55484f08638a094]::runtime::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5 [INFO] [stdout] 26: 0x63432449e7fb - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25 [INFO] [stdout] 27: 0x634324499e70 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19 [INFO] [stdout] 28: 0x63432449d6c0 - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44 [INFO] [stdout] 29: 0x63432449c9a4 - ::enter::<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68 [INFO] [stdout] 30: 0x63432449190b - >::set::<::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}, (alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x63432449e2e9 - tokio[55484f08638a094]::runtime::context::set_scheduler::<(alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38 [INFO] [stdout] 32: 0x634324482082 - >::try_with::, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>)> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/local.rs:513:12 [INFO] [stdout] 33: 0x634324481c0e - >::with::, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>)> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/local.rs:477:20 [INFO] [stdout] 34: 0x63432449b43d - tokio[55484f08638a094]::runtime::context::set_scheduler::<(alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17 [INFO] [stdout] 35: 0x63432449af30 - ::enter::<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27 [INFO] [stdout] 36: 0x63432449b226 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24 [INFO] [stdout] 37: 0x63432449c5b3 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33 [INFO] [stdout] 38: 0x63432448ca03 - tokio[55484f08638a094]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x634324499261 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9 [INFO] [stdout] 40: 0x63432448bbda - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52 [INFO] [stdout] 41: 0x63432448bcc5 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:335:18 [INFO] [stdout] 42: 0x634324497b51 - balance[fbf9b4be91987ec5]::tests::test_get_balance_with_holding_account_type [INFO] [stdout] at /opt/rustwide/workdir/tests/balance.rs:26:16 [INFO] [stdout] 43: 0x634324496287 - balance[fbf9b4be91987ec5]::tests::test_get_balance_with_holding_account_type::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/balance.rs:23:58 [INFO] [stdout] 44: 0x63432448ad76 - >::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x6343244a08eb - core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String> as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x6343244a08eb - test[370c4ac83c3338cc]::__rust_begin_short_backtrace::, fn() -> core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:663:18 [INFO] [stdout] 47: 0x6343244ad1ca - test[370c4ac83c3338cc]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:686:74 [INFO] [stdout] 48: 0x6343244ad1ca - as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 49: 0x6343244ad1ca - std[7ec1163218fd4288]::panicking::catch_unwind::do_call::, core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:581:40 [INFO] [stdout] 50: 0x6343244ad1ca - std[7ec1163218fd4288]::panicking::catch_unwind::, core[784384805ecffc2c]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:544:19 [INFO] [stdout] 51: 0x6343244ad1ca - std[7ec1163218fd4288]::panic::catch_unwind::, core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panic.rs:359:14 [INFO] [stdout] 52: 0x6343244ad1ca - test[370c4ac83c3338cc]::run_test_in_process [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:686:27 [INFO] [stdout] 53: 0x6343244ad1ca - test[370c4ac83c3338cc]::run_test::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:607:43 [INFO] [stdout] 54: 0x6343244a7664 - test[370c4ac83c3338cc]::run_test::{closure#1} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:637:41 [INFO] [stdout] 55: 0x6343244a7664 - std[7ec1163218fd4288]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:160:18 [INFO] [stdout] 56: 0x6343244afcc2 - std[7ec1163218fd4288]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/lifecycle.rs:92:13 [INFO] [stdout] 57: 0x6343244afcc2 - ::{closure#1}::{closure#0}> as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 58: 0x6343244afcc2 - std[7ec1163218fd4288]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:581:40 [INFO] [stdout] 59: 0x6343244afcc2 - std[7ec1163218fd4288]::panicking::catch_unwind::<(), core[784384805ecffc2c]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:544:19 [INFO] [stdout] 60: 0x6343244afcc2 - std[7ec1163218fd4288]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panic.rs:359:14 [INFO] [stdout] 61: 0x6343244afcc2 - std[7ec1163218fd4288]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/lifecycle.rs:90:26 [INFO] [stdout] 62: 0x6343244afcc2 - ::{closure#1} as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x6343248b134f - + core[784384805ecffc2c]::marker::Send> as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/alloc/src/boxed.rs:2206:9 [INFO] [stdout] 64: 0x6343248b134f - ::new::thread_start [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/thread/unix.rs:119:17 [INFO] [stdout] 65: 0x7f7e63c78aa4 - [INFO] [stdout] 66: 0x7f7e63d05a64 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::test_get_balance_default stdout ---- [INFO] [stdout] Error: error sending request for url (https://api.xendit.co//balance?account_type=CASH) [INFO] [stdout] [INFO] [stdout] thread 'tests::test_get_balance_default' (18) panicked at tests/balance.rs:11:9: [INFO] [stdout] assertion failed: match BalanceClient::new(&client).get_balance(GetBalanceRequestParams::new(), [INFO] [stdout] None).await { [INFO] [stdout] Ok(_) => true, [INFO] [stdout] Err(e) => { println!("Error: {}", e); false } [INFO] [stdout] } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6343248b1ae2 - std[7ec1163218fd4288]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x6343248b1ae2 - std[7ec1163218fd4288]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x6343248b1ae2 - std[7ec1163218fd4288]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:68:9 [INFO] [stdout] 3: 0x6343248b1ae2 - <::print::DisplayBacktrace as core[784384805ecffc2c]::fmt::Display>::fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:38:26 [INFO] [stdout] 4: 0x6343248c8237 - ::fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x6343248c8237 - core[784384805ecffc2c]::fmt::write [INFO] [stdout] 6: 0x6343248b6e16 - std[7ec1163218fd4288]::io::default_write_fmt::> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/io/mod.rs:614:11 [INFO] [stdout] 7: 0x6343248b6e16 - as std[7ec1163218fd4288]::io::Write>::write_fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/io/mod.rs:1969:13 [INFO] [stdout] 8: 0x63432488ef8f - ::print [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:41:9 [INFO] [stdout] 9: 0x63432488ef8f - std[7ec1163218fd4288]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x6343248a95e9 - std[7ec1163218fd4288]::panicking::default_hook [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x6343244ac5be - core[784384805ecffc2c]::ops::function::Fn<(&'a std[7ec1163218fd4288]::panic::PanicHookInfo<'b>,), Output = ()> + core[784384805ecffc2c]::marker::Sync + core[784384805ecffc2c]::marker::Send> as core[784384805ecffc2c]::ops::function::Fn<(&std[7ec1163218fd4288]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/alloc/src/boxed.rs:2220:9 [INFO] [stdout] 12: 0x6343244ac5be - test[370c4ac83c3338cc]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x6343248a9852 - core[784384805ecffc2c]::ops::function::Fn<(&'a std[7ec1163218fd4288]::panic::PanicHookInfo<'b>,), Output = ()> + core[784384805ecffc2c]::marker::Sync + core[784384805ecffc2c]::marker::Send> as core[784384805ecffc2c]::ops::function::Fn<(&std[7ec1163218fd4288]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/alloc/src/boxed.rs:2220:9 [INFO] [stdout] 14: 0x6343248a9852 - std[7ec1163218fd4288]::panicking::panic_with_hook [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x63432488f07a - std[7ec1163218fd4288]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x634324883ee9 - std[7ec1163218fd4288]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:176:18 [INFO] [stdout] 17: 0x6343248901ed - __rustc[cbcfe5aadef28f7f]::rust_begin_unwind [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x6343248c88fc - core[784384805ecffc2c]::panicking::panic_fmt [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x6343248c88c2 - core[784384805ecffc2c]::panicking::panic [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x63432449672f - balance[fbf9b4be91987ec5]::tests::test_get_balance_default::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/balance.rs:11:9 [INFO] [stdout] 21: 0x6343244986f2 - > as core[784384805ecffc2c]::future::future::Future>::poll [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x63432449876d - >> as core[784384805ecffc2c]::future::future::Future>::poll [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x63432449e8fd - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73 [INFO] [stdout] 24: 0x63432449e7fb - tokio[55484f08638a094]::runtime::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5 [INFO] [stdout] 25: 0x63432449e7fb - tokio[55484f08638a094]::runtime::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5 [INFO] [stdout] 26: 0x63432449e7fb - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25 [INFO] [stdout] 27: 0x634324499e70 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19 [INFO] [stdout] 28: 0x63432449d6c0 - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44 [INFO] [stdout] 29: 0x63432449c9a4 - ::enter::<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68 [INFO] [stdout] 30: 0x63432449190b - >::set::<::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}, (alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x63432449e2e9 - tokio[55484f08638a094]::runtime::context::set_scheduler::<(alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38 [INFO] [stdout] 32: 0x634324482082 - >::try_with::, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>)> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/local.rs:513:12 [INFO] [stdout] 33: 0x634324481c0e - >::with::, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>)> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/local.rs:477:20 [INFO] [stdout] 34: 0x63432449b43d - tokio[55484f08638a094]::runtime::context::set_scheduler::<(alloc[a1c94c07e218b93e]::boxed::Box, core[784384805ecffc2c]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17 [INFO] [stdout] 35: 0x63432449af30 - ::enter::<::block_on>>>::{closure#0}, core[784384805ecffc2c]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27 [INFO] [stdout] 36: 0x63432449b226 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24 [INFO] [stdout] 37: 0x63432449c5b3 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33 [INFO] [stdout] 38: 0x63432448ca03 - tokio[55484f08638a094]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x634324499261 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9 [INFO] [stdout] 40: 0x63432448bbda - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52 [INFO] [stdout] 41: 0x63432448bcc5 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:335:18 [INFO] [stdout] 42: 0x634324497991 - balance[fbf9b4be91987ec5]::tests::test_get_balance_default [INFO] [stdout] at /opt/rustwide/workdir/tests/balance.rs:11:16 [INFO] [stdout] 43: 0x634324496257 - balance[fbf9b4be91987ec5]::tests::test_get_balance_default::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/balance.rs:8:40 [INFO] [stdout] 44: 0x63432448ad36 - >::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x6343244a08eb - core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String> as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x6343244a08eb - test[370c4ac83c3338cc]::__rust_begin_short_backtrace::, fn() -> core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:663:18 [INFO] [stdout] 47: 0x6343244ad1ca - test[370c4ac83c3338cc]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:686:74 [INFO] [stdout] 48: 0x6343244ad1ca - as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 49: 0x6343244ad1ca - std[7ec1163218fd4288]::panicking::catch_unwind::do_call::, core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:581:40 [INFO] [stdout] 50: 0x6343244ad1ca - std[7ec1163218fd4288]::panicking::catch_unwind::, core[784384805ecffc2c]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:544:19 [INFO] [stdout] 51: 0x6343244ad1ca - std[7ec1163218fd4288]::panic::catch_unwind::, core[784384805ecffc2c]::result::Result<(), alloc[a1c94c07e218b93e]::string::String>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panic.rs:359:14 [INFO] [stdout] 52: 0x6343244ad1ca - test[370c4ac83c3338cc]::run_test_in_process [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:686:27 [INFO] [stdout] 53: 0x6343244ad1ca - test[370c4ac83c3338cc]::run_test::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:607:43 [INFO] [stdout] 54: 0x6343244a7664 - test[370c4ac83c3338cc]::run_test::{closure#1} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/test/src/lib.rs:637:41 [INFO] [stdout] 55: 0x6343244a7664 - std[7ec1163218fd4288]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/backtrace.rs:160:18 [INFO] [stdout] 56: 0x6343244afcc2 - std[7ec1163218fd4288]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/lifecycle.rs:92:13 [INFO] [stdout] 57: 0x6343244afcc2 - ::{closure#1}::{closure#0}> as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 58: 0x6343244afcc2 - std[7ec1163218fd4288]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:581:40 [INFO] [stdout] 59: 0x6343244afcc2 - std[7ec1163218fd4288]::panicking::catch_unwind::<(), core[784384805ecffc2c]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panicking.rs:544:19 [INFO] [stdout] 60: 0x6343244afcc2 - std[7ec1163218fd4288]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/panic.rs:359:14 [INFO] [stdout] 61: 0x6343244afcc2 - std[7ec1163218fd4288]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/thread/lifecycle.rs:90:26 [INFO] [stdout] 62: 0x6343244afcc2 - ::{closure#1} as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x6343248b134f - + core[784384805ecffc2c]::marker::Send> as core[784384805ecffc2c]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/alloc/src/boxed.rs:2206:9 [INFO] [stdout] 64: 0x6343248b134f - ::new::thread_start [INFO] [stdout] at /rustc/311784882baa42a9638298cb325fa01a062c9d0f/library/std/src/sys/thread/unix.rs:119:17 [INFO] [stdout] 65: 0x7f7e63c78aa4 - [INFO] [stdout] 66: 0x7f7e63d05a64 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_get_balance_default [INFO] [stdout] tests::test_get_balance_with_holding_account_type [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test balance` [INFO] running `Command { std: "docker" "inspect" "5f8e293e9366a80e493a1c90fc11094d862e972a4f419224cf6157d8bcc0dbe1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f8e293e9366a80e493a1c90fc11094d862e972a4f419224cf6157d8bcc0dbe1", kill_on_drop: false }` [INFO] [stdout] 5f8e293e9366a80e493a1c90fc11094d862e972a4f419224cf6157d8bcc0dbe1