[INFO] cloning repository https://github.com/imsyy/ncm-api-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imsyy/ncm-api-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsyy%2Fncm-api-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsyy%2Fncm-api-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 133b65bfe482e41ebccf018870d3fce07bf58eb3
[INFO] testing imsyy/ncm-api-rs against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsyy%2Fncm-api-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/imsyy/ncm-api-rs
[INFO] finished tweaking git repo https://github.com/imsyy/ncm-api-rs
[INFO] tweaked toml for git repo https://github.com/imsyy/ncm-api-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/imsyy/ncm-api-rs on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/imsyy/ncm-api-rs 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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] 365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489
[INFO] running `Command { std: "docker" "start" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489", 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" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489", 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" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling ncm-api-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ecb v0.1.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling publicsuffix v2.3.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling cookie_store v0.22.1
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 14.53s
[INFO] running `Command { std: "docker" "inspect" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489", 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" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling ncm-api-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 15.24s
[INFO] running `Command { std: "docker" "inspect" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489", 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" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/ncm_api_rs-619955b3d29ac47b)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test crypto::tests::test_aes_ecb_roundtrip ... ok
[INFO] [stdout] test crypto::tests::test_linuxapi_produces_eparams ... ok
[INFO] [stdout] test crypto::tests::test_eapi_encrypt_decrypt ... ok
[INFO] [stdout] test util::cookie::tests::test_cookie_to_json ... ok
[INFO] [stdout] test util::cookie::tests::test_cookie_obj_to_string ... ok
[INFO] [stdout] test util::cookie::tests::test_cookie_to_json_empty ... ok
[INFO] [stdout] test crypto::tests::test_weapi_produces_params_and_encseckey ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error.rs (/opt/rustwide/target/release/deps/error-fd5da3daaf7ea1b3)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_error_display ... ok
[INFO] [stdout] test test_error_from_api_auth_with_msg ... ok
[INFO] [stdout] test test_error_from_api_auth ... ok
[INFO] [stdout] test test_error_from_api_generic ... ok
[INFO] [stdout] test test_error_from_api_invalid_param ... ok
[INFO] [stdout] test test_error_from_api_rate_limited ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/release/deps/integration-a2bf2684ccc275fc)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_song_detail_multiple_ids ... FAILED
[INFO] [stdout] test test_login_status_without_cookie ... FAILED
[INFO] [stdout] test test_song_detail ... FAILED
[INFO] [stdout] test test_search_hot_detail ... FAILED
[INFO] [stdout] test test_countries_code_list ... FAILED
[INFO] [stdout] test test_toplist ... FAILED
[INFO] [stdout] test test_search ... FAILED
[INFO] [stdout] test test_banner ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_song_detail_multiple_ids stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_song_detail_multiple_ids' (2100) panicked at tests/integration.rs:46:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d5219 - integration[df533393fb8e4624]::test_song_detail_multiple_ids::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060de82e - <integration[df533393fb8e4624]::test_song_detail_multiple_ids::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_login_status_without_cookie stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_login_status_without_cookie' (2096) panicked at tests/integration.rs:80:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d557e - integration[df533393fb8e4624]::test_login_status_without_cookie::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060de9ce - <integration[df533393fb8e4624]::test_login_status_without_cookie::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_song_detail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_song_detail' (2099) panicked at tests/integration.rs:35:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d4679 - integration[df533393fb8e4624]::test_song_detail::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060de32e - <integration[df533393fb8e4624]::test_song_detail::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_search_hot_detail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_search_hot_detail' (2098) panicked at tests/integration.rs:69:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d4a9a - integration[df533393fb8e4624]::test_search_hot_detail::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060de4ce - <integration[df533393fb8e4624]::test_search_hot_detail::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_countries_code_list stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_countries_code_list' (2095) panicked at tests/integration.rs:88:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d4eda - integration[df533393fb8e4624]::test_countries_code_list::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060de67e - <integration[df533393fb8e4624]::test_countries_code_list::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_toplist stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_toplist' (2101) panicked at tests/integration.rs:58:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d433a - integration[df533393fb8e4624]::test_toplist::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060de17e - <integration[df533393fb8e4624]::test_toplist::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_search stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_search' (2097) panicked at tests/integration.rs:24:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d3d88 - integration[df533393fb8e4624]::test_search::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060ddfce - <integration[df533393fb8e4624]::test_search::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_banner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_banner' (2094) panicked at tests/integration.rs:11:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6391063a3cc1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6391063b97ca - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x6391063a885c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x6391063810c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63910639b669 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x6391060ff550 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63910639b992 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x6391063811a4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x6391063789e9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x639106381f5d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x6391063b9f2c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x6391063b9ef2 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x6391060d2eec - integration[df533393fb8e4624]::test_banner::{closure#0}
[INFO] [stdout]   13:     0x6391060e12f3 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x6391060e6f09 - <std[97b98282bc616a66]::thread::local::LocalKey<tokio[e43a0b2aa2ee8f6c]::runtime::context::Context>>::with::<tokio[e43a0b2aa2ee8f6c]::runtime::context::set_scheduler<(alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>), <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x6391060e18f7 - <tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x6391060e5fba - tokio[e43a0b2aa2ee8f6c]::runtime::context::runtime::enter_runtime::<<tokio[e43a0b2aa2ee8f6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x6391060e497d - <tokio[e43a0b2aa2ee8f6c]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x6391060dde6e - <integration[df533393fb8e4624]::test_banner::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x6391060f288b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   20:     0x6391060ffed5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x6391060fa984 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x639106103022 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x6391063a319f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7b42c56dd07a - <unknown>
[INFO] [stdout]   25:     0x7b42c5770534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_banner
[INFO] [stdout]     test_countries_code_list
[INFO] [stdout]     test_login_status_without_cookie
[INFO] [stdout]     test_search
[INFO] [stdout]     test_search_hot_detail
[INFO] [stdout]     test_song_detail
[INFO] [stdout]     test_song_detail_multiple_ids
[INFO] [stdout]     test_toplist
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489", kill_on_drop: false }`
[INFO] [stdout] 365db4e23b453fce837d15c543cb8ef10aba8971c5c0c227dccaeae6b45b4489
