Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky tests bench_watch_basic and test_watch_basic #21857

Open
ry opened this issue Jan 8, 2024 · 0 comments
Open

Flaky tests bench_watch_basic and test_watch_basic #21857

ry opened this issue Jan 8, 2024 · 0 comments
Labels
flaky a test is not reliable or determinstic

Comments

@ry
Copy link
Member

ry commented Jan 8, 2024

https://github.com/denoland/deno/actions/runs/7452614834/job/20276275611

---- integration::watcher::test_watch_basic stdout ----
command /Users/runner/work/deno/deno/target/debug/deno test --watch --unstable --no-check /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/deno-cli-testkg9Jk4
command cwd /Users/runner/work/deno/deno/cli/tests/testdata
STDOUT: 
STDOUT: ok | 0 passed | 0 failed (0ms)
STDERR: Watcher Test started.
STDERR: Watcher Test finished. Restarting on file change...
STDOUT: 
STDOUT: 
thread 'integration::watcher::test_watch_basic' panicked at cli/tests/integration/watcher_tests.rs:1015:3:
"" does not contain any of ["running 1 test"]
stack backtrace:
   0:        0x1024e390b - std::backtrace_rs::backtrace::libunwind::trace::h756c5f48912e2fb1
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5
   1:        0x1024e390b - std::backtrace_rs::backtrace::trace_unsynchronized::haa6fff934c218bd9
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:        0x1024e390b - std::sys_common::backtrace::_print_fmt::hf5f6e144117cbdfd
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:67:5
   3:        0x1024e390b - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h958f6e6821e9b0fb
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:44:22
   4:        0x1025099e3 - core::fmt::rt::Argument::fmt::h4e34d658edab6bfc
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/fmt/rt.rs:142:9
error: test failed, to rerun pass `-p deno --test integration_tests`
   5:        0x1025099e3 - core::fmt::write::hb5e3c29742bab55e
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/fmt/mod.rs:1120:17
   6:        0x1024df98e - std::io::Write::write_fmt::h5ea7bde71546238d
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/io/mod.rs:1762:15
   7:        0x1024e36e9 - std::sys_common::backtrace::_print::hb19e2f38ad5278c5
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:47:5
   8:        0x1024e36e9 - std::sys_common::backtrace::print::h1ce04ba6121a0174
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:34:9
   9:        0x1024e58a5 - std::panicking::default_hook::***closure***::hf2e5fe71523bcace
  10:        0x1024e55b2 - std::panicking::default_hook::h4f8cdc98d2dcc8c0
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:289:9
  11:        0x10080b04a - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h0cb478ffd230a75f
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2021:9
  12:        0x10080b04a - test::test_main::***closure***::hc9602f7b64f931cf
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:138:21
  13:        0x1024e5e85 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8d967c6a93bd23ba
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2021:9
  14:        0x1024e5e85 - std::panicking::rust_panic_with_hook::h28420d44f043d3a5
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:783:13
  15:        0x1024e5c1e - std::panicking::begin_panic_handler::***closure***::h6f886c0e89185cdc
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:657:13
  16:        0x1024e3de9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7ca2b2ff22d46410
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:170:18
  17:        0x1024e5972 - rust_begin_unwind
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:645:5
  18:        0x10252ea95 - core::panicking::panic_fmt::h52dad7a658d9bf41
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:72:14
  19:        0x1005ae480 - integration_tests::integration::watcher::test_watch_basic::***closure***::h6e6cb606afaedd2b
  20:        0x10072fff0 - <core::pin::Pin<P> as core::future::future::Future>::poll::h4d3479db6968d36b
  21:        0x10072fe3a - <core::pin::Pin<P> as core::future::future::Future>::poll::h02494bdd993558b8
  22:        0x1006eb6ea - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::***closure***::***closure***::***closure***::h2b8ff121485b7e2b
  23:        0x1006eb64c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::***closure***::***closure***::h8b6a043dd0421d3c
  24:        0x1006e953f - tokio::runtime::scheduler::current_thread::Context::enter::h3bc67b6b468bbc12
  25:        0x1006ea822 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::***closure***::h0e166dd4ab75d799
  26:        0x1006ea58b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::***closure***::hef6cdd153392dfe5
  27:        0x10072fb2e - tokio::runtime::context::scoped::Scoped<T>::set::h6b4fdc6bef5ca888
  28:        0x1005df34b - tokio::runtime::context::set_scheduler::***closure***::he0511f3f6781008e
  29:        0x10068998a - std::thread::local::LocalKey<T>::try_with::h1f8dea1534544a3f
  30:        0x1006891f9 - std::thread::local::LocalKey<T>::with::h86ac6b430a4c3750
  31:        0x1005df273 - tokio::runtime::context::set_scheduler::h2e28187ffd57cc6e
  32:        0x1006ea07c - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h23df8957e13cab96
  33:        0x1006ea619 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2f642e43e89e67a4
  34:        0x1006e713a - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::***closure***::h658e3e3f3959ceb8
  35:        0x1006790dc - tokio::runtime::context::runtime::enter_runtime::h55bd6ba0230785fc
  36:        0x1006e6cec - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb175310fabef71fc
  37:        0x100480c74 - tokio::runtime::runtime::Runtime::block_on::h5391df2266ac0dcd
  38:        0x1005acd3e - integration_tests::integration::watcher::test_watch_basic::h7060f0e4d12b4f06
  39:        0x1005acc25 - integration_tests::integration::watcher::test_watch_basic::***closure***::h9ed49e815e625fea
  40:        0x10044f0b8 - core::ops::function::FnOnce::call_once::h2a03c52daf726d9e
  41:        0x10080ff12 - core::ops::function::FnOnce::call_once::h75c7d02989eccf5b
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/ops/function.rs:250:5
  42:        0x10080ff12 - test::__rust_begin_short_backtrace::h30134016d6a760ce
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:628:18
  43:        0x10080f0da - test::run_test_in_process::***closure***::ha0b2d09955825b78
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:651:60
  44:        0x10080f0da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc8918ec0046635f7
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panic/unwind_safe.rs:272:9
  45:        0x10080f0da - std::panicking::try::do_call::ha5d8e8121edee1d6
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:552:40
  46:        0x10080f0da - std::panicking::try::h7ca47e62c9d693d4
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:516:19
  47:        0x10080f0da - std::panic::catch_unwind::h97939e73572c6855
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panic.rs:142:14
  48:        0x10080f0da - test::run_test_in_process::h4a8e7bd2be63e2d4
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:651:27
  49:        0x10080f0da - test::run_test::***closure***::h81c4c9ac783fcee4
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:574:43
  50:        0x1007d7e31 - test::run_test::***closure***::hf793e62201bbfbce
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:602:41
  51:        0x1007d7e31 - std::sys_common::backtrace::__rust_begin_short_backtrace::h362fab54dc713ac6
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:154:18
  52:        0x1007dce44 - std::thread::Builder::spawn_unchecked_::***closure***::***closure***::h137ff16907789da7
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/thread/mod.rs:529:17
  53:        0x1007dce44 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7298c41ee6a265f2
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panic/unwind_safe.rs:272:9
  54:        0x1007dce44 - std::panicking::try::do_call::h88423350fc92fa9a
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:552:40
  55:        0x1007dce44 - std::panicking::try::hb4d3b7988c45ef60
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:516:19
  56:        0x1007dce44 - std::panic::catch_unwind::h2e73f5b23f688583
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panic.rs:142:14
  57:        0x1007dce44 - std::thread::Builder::spawn_unchecked_::***closure***::hf165954f7743d2ab
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/thread/mod.rs:528:30
  58:        0x1007dce44 - core::ops::function::FnOnce::call_once***vtable.shim***::h5377ea1156606856
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/ops/function.rs:250:5
  59:        0x1024ebb59 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h0567682e5736dbc2
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2007:9
  60:        0x1024ebb59 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hbb24eee1f55025e9
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2007:9
  61:        0x1024ebb59 - std::sys::unix::thread::Thread::new::thread_start::hc4d1a801e7d23b95
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys/unix/thread.rs:108:17
  62:     0x7ff8074524e1 - __pthread_start

---- integration::watcher::bench_watch_basic stdout ----
command /Users/runner/work/deno/deno/target/debug/deno bench --watch --unstable --no-check /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/deno-cli-test6EpHT0
command cwd /Users/runner/work/deno/deno/cli/tests/testdata
STDERR: Watcher Bench started.
STDERR: Watcher Bench finished. Restarting on file change...
STDOUT: cpu: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz
STDOUT: runtime: deno 1.39.2 (x86_64-apple-darwin)
STDOUT: 
STDOUT: file:https:///var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/deno-cli-test6EpHT0/foo_bench.js
STDOUT: benchmark      time (avg)        iter/s             (min … max)       p75       p99      p995
STDOUT: --------------------------------------------------------------- -----------------------------
STDOUT: foo bench    6.81 ns/iter 146,772,915.6    (6.17 ns … 38.36 ns)   6.25 ns  15.51 ns  18.29 ns
STDOUT: 
thread 'integration::watcher::bench_watch_basic' panicked at cli/tests/integration/watcher_tests.rs:116:7:
Output did not contain "bar_bench.js" after 60 seconds
stack backtrace:
   0:        0x1024e390b - std::backtrace_rs::backtrace::libunwind::trace::h756c5f48912e2fb1
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5
   1:        0x1024e390b - std::backtrace_rs::backtrace::trace_unsynchronized::haa6fff934c218bd9
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:        0x1024e390b - std::sys_common::backtrace::_print_fmt::hf5f6e144117cbdfd
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:67:5
   3:        0x1024e390b - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h958f6e6821e9b0fb
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:44:22
   4:        0x1025099e3 - core::fmt::rt::Argument::fmt::h4e34d658edab6bfc
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/fmt/rt.rs:142:9
   5:        0x1025099e3 - core::fmt::write::hb5e3c29742bab55e
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/fmt/mod.rs:1120:17
   6:        0x1024df98e - std::io::Write::write_fmt::h5ea7bde71546238d
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/io/mod.rs:1762:15
   7:        0x1024e36e9 - std::sys_common::backtrace::_print::hb19e2f38ad5278c5
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:47:5
   8:        0x1024e36e9 - std::sys_common::backtrace::print::h1ce04ba6121a0174
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:34:9
   9:        0x1024e58a5 - std::panicking::default_hook::***closure***::hf2e5fe71523bcace
  10:        0x1024e55b2 - std::panicking::default_hook::h4f8cdc98d2dcc8c0
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:289:9
  11:        0x10080b04a - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h0cb478ffd230a75f
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2021:9
  12:        0x10080b04a - test::test_main::***closure***::hc9602f7b64f931cf
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:138:21
  13:        0x1024e5e85 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8d967c6a93bd23ba
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2021:9
  14:        0x1024e5e85 - std::panicking::rust_panic_with_hook::h28420d44f043d3a5
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:783:13
  15:        0x1024e5c1e - std::panicking::begin_panic_handler::***closure***::h6f886c0e89185cdc
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:657:13
  16:        0x1024e3de9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7ca2b2ff22d46410
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:170:18
  17:        0x1024e5972 - rust_begin_unwind
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:645:5
  18:        0x10252ea95 - core::panicking::panic_fmt::h52dad7a658d9bf41
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:72:14
  19:        0x100592391 - integration_tests::integration::watcher::wait_contains::***closure***::***closure***::h97ec28c1e3d7d88f
  20:        0x100669a44 - core::result::Result<T,E>::unwrap_or_else::hb779976cb915c0a1
  21:        0x1005920fb - integration_tests::integration::watcher::wait_contains::***closure***::hb2c4e01a66bd4c36
  22:        0x1005bbd06 - integration_tests::integration::watcher::bench_watch_basic::***closure***::h20338d6c667e8379
  23:        0x10072fff0 - <core::pin::Pin<P> as core::future::future::Future>::poll::h4d3479db6968d36b
  24:        0x10072fe3a - <core::pin::Pin<P> as core::future::future::Future>::poll::h02494bdd993558b8
  25:        0x1006eb6ea - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::***closure***::***closure***::***closure***::h2b8ff121485b7e2b
  26:        0x1006eb64c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::***closure***::***closure***::h8b6a043dd0421d3c
  27:        0x1006e953f - tokio::runtime::scheduler::current_thread::Context::enter::h3bc67b6b468bbc12
  28:        0x1006ea822 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::***closure***::h0e166dd4ab75d799
  29:        0x1006ea58b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::***closure***::hef6cdd153392dfe5
  30:        0x10072fb2e - tokio::runtime::context::scoped::Scoped<T>::set::h6b4fdc6bef5ca888
  31:        0x1005df34b - tokio::runtime::context::set_scheduler::***closure***::he0511f3f6781008e
  32:        0x10068998a - std::thread::local::LocalKey<T>::try_with::h1f8dea1534544a3f
  33:        0x1006891f9 - std::thread::local::LocalKey<T>::with::h86ac6b430a4c3750
  34:        0x1005df273 - tokio::runtime::context::set_scheduler::h2e[2818](https://github.com/denoland/deno/actions/runs/7452614834/job/20276275611#step:41:2819)7ffd57cc6e
  35:        0x1006ea07c - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h23df8957e13cab96
  36:        0x1006ea619 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2f642e43e89e67a4
  37:        0x1006e713a - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::***closure***::h658e3e3f3959ceb8
  38:        0x1006790dc - tokio::runtime::context::runtime::enter_runtime::h55bd6ba0230785fc
  39:        0x1006e6cec - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb175310fabef71fc
  40:        0x100480c74 - tokio::runtime::runtime::Runtime::block_on::h5391df2266ac0dcd
  41:        0x1005bad4e - integration_tests::integration::watcher::bench_watch_basic::h20db4daa9ce449eb
  42:        0x1005bac35 - integration_tests::integration::watcher::bench_watch_basic::***closure***::hb1b56614ba4b8530
  43:        0x100451ca8 - core::ops::function::FnOnce::call_once::h434fd364ee8a5209
  44:        0x10080ff12 - core::ops::function::FnOnce::call_once::h75c7d02989eccf5b
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/ops/function.rs:250:5
  45:        0x10080ff12 - test::__rust_begin_short_backtrace::h30134016d6a760ce
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:628:18
  46:        0x10080f0da - test::run_test_in_process::***closure***::ha0b2d09955825b78
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:651:60
  47:        0x10080f0da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc8918ec0046635f7
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panic/unwind_safe.rs:272:9
  48:        0x10080f0da - std::panicking::try::do_call::ha5d8e8121edee1d6
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:552:40
  49:        0x10080f0da - std::panicking::try::h7ca47e62c9d693d4
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:516:19
  50:        0x10080f0da - std::panic::catch_unwind::h97939e73572c6855
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panic.rs:142:14
  51:        0x10080f0da - test::run_test_in_process::h4a8e7bd2be63e2d4
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:651:27
  52:        0x10080f0da - test::run_test::***closure***::h81c4c9ac783fcee4
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:574:43
  53:        0x1007d7e31 - test::run_test::***closure***::hf793e62201bbfbce
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/test/src/lib.rs:602:41
  54:        0x1007d7e31 - std::sys_common::backtrace::__rust_begin_short_backtrace::h362fab54dc713ac6
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys_common/backtrace.rs:154:18
  55:        0x1007dce44 - std::thread::Builder::spawn_unchecked_::***closure***::***closure***::h137ff16907789da7
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/thread/mod.rs:529:17
  56:        0x1007dce44 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7298c41ee6a265f2
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panic/unwind_safe.rs:272:9
  57:        0x1007dce44 - std::panicking::try::do_call::h88423350fc92fa9a
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:552:40
  58:        0x1007dce44 - std::panicking::try::hb4d3b7988c45ef60
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:516:19
  59:        0x1007dce44 - std::panic::catch_unwind::h2e73f5b23f688583
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panic.rs:142:14
  60:        0x1007dce44 - std::thread::Builder::spawn_unchecked_::***closure***::hf165954f7743d2ab
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/thread/mod.rs:528:30
  61:        0x1007dce44 - core::ops::function::FnOnce::call_once***vtable.shim***::h5377ea1156606856
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/ops/function.rs:250:5
  62:        0x1024ebb59 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h0567682e5736dbc2
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2007:9
  63:        0x1024ebb59 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hbb24eee1f55025e9
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/alloc/src/boxed.rs:2007:9
  64:        0x1024ebb59 - std::sys::unix::thread::Thread::new::thread_start::hc4d1a801e7d23b95
                               at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/sys/unix/thread.rs:108:17
  65:     0x7ff8074524e1 - __pthread_start


failures:
    integration::watcher::bench_watch_basic
    integration::watcher::test_watch_basic
@ry ry added the flaky a test is not reliable or determinstic label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky a test is not reliable or determinstic
Projects
None yet
Development

No branches or pull requests

1 participant