Skip to content

Commit

Permalink
1726689826 || testnet_multi_owl[ M ] 8c7190c
Browse files Browse the repository at this point in the history
/home/cupress/ZINGO/libs/pr_review RC: 101
$cargo nextest run sync_testnet
    Blocking waiting for file lock on build directory
   Compiling zingolib v0.2.0 (/home/cupress/ZINGO/libs/pr_review/zingolib)
   Compiling darkside-tests v0.1.0 (/home/cupress/ZINGO/libs/pr_review/darkside-tests)
   Compiling zingo-cli v0.2.0 (/home/cupress/ZINGO/libs/pr_review/zingocli)
   Compiling libtonode-tests v0.2.0 (/home/cupress/ZINGO/libs/pr_review/libtonode-tests)
    Finished `test` profile [optimized] target(s) in 32.48s
    Starting 0 tests across 18 binaries (329 skipped)
------------
     Summary [   0.003s] 0 tests run: 0 passed, 329 skipped
1726689861 || testnet_multi_owl[ M ] 8c7190c
/home/cupress/ZINGO/libs/pr_review: 0
$cargo nextest run testnet_sync
    Finished `test` profile [optimized] target(s) in 0.15s
    Starting 1 test across 18 binaries (328 skipped)
        FAIL [   0.134s] zingolib lightclient::send::send_with_proposal::tests::testnet_sync

--- STDOUT:              zingolib lightclient::send::send_with_proposal::tests::testnet_sync ---

running 1 test
test lightclient::send::send_with_proposal::tests::testnet_sync ... FAILED

failures:

failures:
    lightclient::send::send_with_proposal::tests::testnet_sync

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 197 filtered out; finished in 0.13s

--- STDERR:              zingolib lightclient::send::send_with_proposal::tests::testnet_sync ---
thread 'lightclient::send::send_with_proposal::tests::testnet_sync' panicked at /home/cupress/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/crypto/mod.rs:265:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::option::expect_failed
   3: rustls::client::client_conn::ClientConfig::builder_with_protocol_versions
   4: rustls::client::client_conn::ClientConfig::builder
   5: zingo_netutils::GrpcConnector::get_client::{{closure}}
   6: zingolib::grpc_connector::get_latest_block::{{closure}}
   7: zingolib::lightclient::sync::<impl zingolib::lightclient::LightClient>::start_sync::{{closure}}
   8: zingolib::lightclient::send::send_with_proposal::tests::testnet_sync::{{closure}}
   9: tokio::runtime::scheduler::current_thread::Context::enter
  10: tokio::runtime::context::scoped::Scoped<T>::set
  11: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
  12: tokio::runtime::context::runtime::enter_runtime
  13: tokio::runtime::runtime::Runtime::block_on
  14: zingolib::lightclient::send::send_with_proposal::tests::testnet_sync
  15: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

------------     Summary [   0.134s] 1 test run: 0 passed, 1 failed, 328 skipped
        FAIL [   0.134s] zingolib lightclient::send::send_with_proposal::tests::testnet_sync
error: test run failed1726689885 || testnet_multi_owl[ M ] 8c7190c
  • Loading branch information
fluidvanadium committed Sep 18, 2024
1 parent 8c7190c commit 6dadceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zingolib/src/lightclient/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ pub mod send_with_proposal {

#[tokio::test]
async fn testnet_sync() {
std::env::set_var("RUST_BACKTRACE", "1");
let wallet = LightWallet::load_example_wallet(ExampleWalletNetwork::Testnet(
ExampleTestnetWalletSeed::MSKMGDBHOTBPETCJWCSPGOPP(
ExampleMSKMGDBHOTBPETCJWCSPGOPPWalletVersion::Ga74fed621,
Expand Down

0 comments on commit 6dadceb

Please sign in to comment.